Hello, everyone! Today I'm releasing the AskSteem API v1.1 which brings tons of new features for developers to play with in their apps. # What is AskSteem [AskSteem](https://www.asksteem.com) is a powerful and fast search engine that indexes the steem blockchain. You can find out what AskSteem is capable of [here](https://steemit.com/steemit/@thekyle/introducing-asksteem-a-steem-search-engine) # What is the AskSteem API The AskSteem API is a RESTful HTTP API that allows developers to integrate search functionality into their applications easily. To learn more about the AskSteem API v1.0 read [this post](https://steemit.com/asksteem/@thekyle/asksteem-search-api-docs). # Whats New The AskSteem API v1.1 brings loads of new functionality that has been requested by developers. ## Includes You can now tell AskSteem to return specific fields for each search result so you don't have you query the blockchain yourself for additional data. By default the AskSteem API returns `title`,`summary`,`net_votes`,`children`,`permlink`,`created`, and `tags` fields for each result. However, you can now use the `include` URL parameter to include specific fields that are not returned by default. For example, to include the `json_metadata` field for each result use the following: `https://api.asksteem.com/search?q=asksteem&include=meta` This will return results that look like this: ``` { "children": 89, "type": "post", "permlink": "introducing-asksteem-a-steem-search-engine", "meta": { "format": "markdown", "app": "steemit/0.1" }, "tags": ["steemit", "steem", "asksteem", "steem-project", "steemdev"], "author": "thekyle", "summary": "\nHello, Steemians!\nOver the past month, I've been building a new search engine that indexes the steem blockchain. It's currently live at asksteem.com. The goal of AskSteem is to provide a reliable, powerful, and fast search engine that is optimized for steem. In this post, I'd like to cover some of the features that are available. \nQuery Syntax\nThere are many different ways that you can query the AskSteem index. I've created a video demonstrating each of them, but you may also read their descrip", "net_votes": 300, "created": "2017-06-03T19:07:45", "title": "Introducing AskSteem - A steem search engine" } ``` The include parameter can take only one value or multiple values seperated by commas. ## User Search When the AskSteem API originally launched it only supported searching posts on the blockchain, not users like from the regular AskSteem.com interface. But with v1.1 developers can now tap into our user database with the `types` URL parameter. To include users and posts in search results use the following: `https://api.asksteem.com/search?q=steem&types=post,user` or for only users: `https://api.asksteem.com/search?q=steem&types=user` The results would look like: ``` { "followers_count": 226, "name": "steem", "rep": 25, "created": "2016-03-24T17:00:18", "post_count": 0, "type": "user", "following_count": 0 } ``` User results also support the `includes` parameter for fetching additional fields about users. ## Sorting This new version of the API supports custom sorting of results by a field with two new URL parameters `sort_by` and `order`. The `sort_by` parameter takes the name of the field you would like to use for sorting, for example, `created` (for creation date) or `net_votes` (for the number of votes). The `order` parameter determines how the field is to be sorted and accepts either `desc` or `asc`for descending and ascending respectively. For example to sort results by most recent use the following: `https://api.asksteem.com/search?q=steem&sort_by=created&order=desc` To sort results by most comments use this: `https://api.asksteem.com/search?q=steem&sort_by=children&order=desc` The default value of `order` is `desc` so it can be left out like below: `https://api.asksteem.com/search?q=steem&sort_by=net_votes` ## Restrict Search Results to App While this is not a new feature of the API and was available in v1.0 and the standard AskSteem.com interface it was not documented. To restrict search results to a specific app use the following query syntax: `meta.app:appname AND query goes here` # How to Upgrade If you used the AskSteem API v1.0 in your app then you have already been transitioned to using this new version. The AskSteem API v1.1 is fully backward-compatible with v1.0. # Summary Here is a table to summarize the parameters of the API. | param | description | default | |---------|----------------------------------------------------------|---------| | q | takes the search term to query for. | None | | pg | takes the page number | 1 | | include | takes a CSV list of additional fields to return | None | | types | takes a CSV list of types of items to return (post/user) | post | | sort_by | takes a single field to be used for sorting the results | _score | | order | takes either `desc` or `asc` | desc | # Required Attribution We require that all applications using the API place AskSteem branding on the search results page in a location that is immediately visible to the user without any interaction on their part. Additionally, to ensure reliability and uptime we request that you send between 1% and 2% of post beneficiary rewards to the @hoxly user account if applicable to your app. ## Branding Examples: Here is an example of some HTML code to embed AskSteem branding: `<a href="https://www.asksteem.com"><img src="https://cdn.hoxly.com/asksteem/attribution.png" width="100px"></a>` Preview: <a href="https://www.asksteem.com"><img src="https://cdn.hoxly.com/asksteem/attribution.png" width="100px"></a> Thank you, and happy searching!
author | thekyle |
---|---|
permlink | asksteem-api-v1-1-update-user-search-includes-and-sorting |
category | asksteem |
json_metadata | {"tags":["asksteem","steem-dev","steem","search","api"],"users":["hoxly"],"image":["https://cdn.hoxly.com/asksteem/attribution.png"],"links":["https://www.asksteem.com","https://steemit.com/steemit/@thekyle/introducing-asksteem-a-steem-search-engine","https://steemit.com/asksteem/@thekyle/asksteem-search-api-docs"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-08-19 21:44:33 |
last_update | 2017-08-20 00:04:24 |
depth | 0 |
children | 99 |
last_payout | 2017-08-26 21:44:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 357.188 HBD |
curator_payout_value | 111.759 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,886 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,297,151 |
net_rshares | 129,027,377,501,000 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blocktrades | 0 | 30,470,775,694,341 | 30% | ||
xeldal | 0 | 10,147,953,761,659 | 100% | ||
roadscape | 0 | 5,103,973,125,161 | 21% | ||
boy | 0 | 695,100,751 | 100% | ||
bue-witness | 0 | 847,557,980 | 100% | ||
bunny | 0 | 115,414,519 | 100% | ||
bue | 0 | 27,115,055,385 | 100% | ||
mini | 0 | 371,519,814 | 100% | ||
moon | 0 | 70,854,344 | 100% | ||
bonapartist | 0 | 352,749,652,794 | 100% | ||
healthcare | 0 | 138,454,126 | 100% | ||
daniel.pan | 0 | 219,037,674 | 100% | ||
pnc | 0 | 213,718,754,603 | 59% | ||
helen.tan | 0 | 54,362,990 | 100% | ||
cyan91 | 0 | 266,975,645,843 | 100% | ||
bleepcoin | 0 | 797,471,863,870 | 100% | ||
hbhades | 0 | 16,910,573,693 | 100% | ||
teamsteem | 0 | 14,235,329,643,568 | 100% | ||
geoffrey | 0 | 656,640,760,953 | 39% | ||
true-profit | 0 | 1,054,141,480 | 100% | ||
superfreek | 0 | 4,717,467,084 | 100% | ||
good-karma | 0 | 201,627,823,180 | 1% | ||
stealthtrader | 0 | 20,373,087,926 | 100% | ||
ausbitbank | 0 | 4,957,920,310,609 | 32% | ||
gikitiki | 0 | 7,038,785,467 | 25% | ||
alexsm | 0 | 1,571,357,427 | 100% | ||
igster | 0 | 151,509,481,769 | 100% | ||
transisto | 0 | 12,252,002,841,876 | 100% | ||
shla-rafia | 0 | 3,472,503,120 | 7% | ||
heimindanger | 0 | 68,050,403,860 | 100% | ||
marcusorlyius | 0 | 4,028,137,283 | 100% | ||
ace108 | 0 | 62,405,759,262 | 4% | ||
andramicle | 0 | 278,910,365 | 100% | ||
mikeinfla | 0 | 5,255,469,940 | 100% | ||
fabien | 0 | 1,253,302,951,478 | 100% | ||
lsc9999 | 0 | 124,027,473,162 | 100% | ||
craigslist | 0 | 93,684,650 | 100% | ||
dez1337 | 0 | 29,616,711,692 | 49% | ||
timcliff | 0 | 254,958,236,556 | 20% | ||
ekitcho | 0 | 0 | 100% | ||
bryan-imhoff | 0 | 83,729,147,775 | 50% | ||
madscientistx13 | 0 | 5,402,390,555 | 100% | ||
steevc | 0 | 136,574,269,027 | 30% | ||
julianita | 0 | 4,387,823,958,325 | 100% | ||
jjwspencer | 0 | 197,668,759 | 100% | ||
themonetaryfew | 0 | 880,867,887,712 | 100% | ||
runridefly | 0 | 27,192,902,764 | 5% | ||
team101 | 0 | 26,929,690,087 | 100% | ||
leoplaw | 0 | 41,638,041,832 | 100% | ||
rebelmeow | 0 | 1,336,410,568 | 5% | ||
the-ego-is-you | 0 | 4,887,253,459 | 100% | ||
finleyexp | 0 | 926,623,391 | 100% | ||
tarekadam | 0 | 191,982,798,091 | 50% | ||
greatdabu | 0 | 166,177,585,463 | 59% | ||
imlocalpro | 0 | 63,859,777,958 | 100% | ||
shbour | 0 | 30,376,838,041 | 100% | ||
danigirl | 0 | 70,959,675,092 | 100% | ||
rebeccabe | 0 | 5,445,786,282 | 23% | ||
jonjon1 | 0 | 30,247,794,379 | 100% | ||
sward | 0 | 688,677,105 | 100% | ||
black-eye | 0 | 484,380,763 | 100% | ||
thejohalfiles | 0 | 37,187,942,364,725 | 100% | ||
ianboil | 0 | 470,244,209 | 10% | ||
eliowilson | 0 | 5,612,523,342 | 100% | ||
jmehta | 0 | 1,201,843,154 | 100% | ||
joseluismejia | 0 | 3,216,255,228 | 100% | ||
gentlejack | 0 | 418,326,512 | 100% | ||
spiderlee3 | 0 | 1,528,693,884 | 100% | ||
qeysolutions | 0 | 71,783,228,387 | 100% | ||
cardboard | 0 | 5,834,535,410 | 100% | ||
leongkhan | 0 | 114,759,676,232 | 50% | ||
tamim | 0 | 229,058,732,458 | 100% | ||
bitsy | 0 | 1,716,547,696 | 100% | ||
headsink | 0 | 1,855,919,181 | 100% | ||
distantsignal | 0 | 24,349,438,598 | 100% | ||
thekyle | 0 | 16,714,669,878 | 100% | ||
steemav | 0 | 1,603,522,955 | 100% | ||
meandmyfam | 0 | 0 | 100% | ||
ejemai | 0 | 9,851,984,488 | 100% | ||
garrettjgrubbs | 0 | 0 | 100% | ||
deividas | 0 | 14,192,468,580 | 100% | ||
cassidyandfranks | 0 | 6,094,189,994 | 100% | ||
kiran27 | 0 | 708,385,279 | 100% | ||
normanvortex | 0 | 1,931,084,483 | 100% | ||
novitalee91 | 0 | 9,178,663,101 | 100% | ||
evildeathcore | 0 | 76,291,052,655 | 100% | ||
samhamou | 0 | 6,308,782,800 | 100% | ||
mursin | 0 | 1,514,818,122 | 100% | ||
comfortgenius | 0 | 885,668,500 | 100% | ||
crypto-investor | 0 | 0 | 100% | ||
lucks | 0 | 6,161,657,884 | 100% | ||
carbunco10 | 0 | 208,410,056 | 100% | ||
ilovedietcoke | 0 | 7,801,470,858 | 100% | ||
trafalgar | 0 | 2,011,235,541,756 | 9% | ||
gamemusic | 0 | 1,030,640,509 | 100% | ||
funcore | 0 | 593,125,080 | 100% | ||
thomasgutierrez | 0 | 40,500,519,638 | 100% | ||
herutesar04 | 0 | 0 | 100% | ||
photowebgear | 0 | 3,991,899,097 | 100% | ||
abhi3700 | 0 | 0 | 100% | ||
manycoolthings | 0 | 1,297,665,385 | 100% | ||
elevator09 | 0 | 4,980,460,631 | 25% | ||
encryption | 0 | 490,923,995 | 100% | ||
zabor | 0 | 550,755,862 | 100% | ||
nutela | 0 | 2,162,273,343 | 100% | ||
nuad01 | 0 | 1,039,557,732 | 100% | ||
sames | 0 | 0 | 100% | ||
adalbertus | 0 | 1,355,269,122 | 100% | ||
whitey420 | 0 | 1,233,225,457 | 100% | ||
rocking-dave | 0 | 5,038,910,025 | 100% | ||
syn999 | 0 | 63,029,540,942 | 100% | ||
aarkay | 0 | 1,332,445,962 | 100% | ||
coinhub | 0 | 1,073,412,355 | 100% | ||
cworldv99 | 0 | 4,521,262,165 | 10% | ||
basicstoliving | 0 | 6,770,869,064 | 100% | ||
anubisthegaylord | 0 | 4,172,846,191 | 100% | ||
grande-fazial | 0 | 598,673,566 | 100% | ||
belleontherocks | 0 | 12,135,918,807 | 100% | ||
iot-corp | 0 | 8,263,901,608 | 100% | ||
shango | 0 | 7,681,150,996 | 100% | ||
teepee | 0 | 7,157,810,766 | 100% | ||
liboriotv | 0 | 0 | 100% | ||
stackin | 0 | 8,698,914,607 | 1% | ||
houman | 0 | 5,728,085,612 | 100% | ||
soon8013 | 0 | 9,400,557,807 | 100% | ||
hellosteem | 0 | 14,803,666,093 | 100% | ||
ericarthurblair | 0 | 4,685,380,262 | 10% | ||
captaintrips | 0 | 587,425,700 | 100% | ||
endtimenews | 0 | 1,184,084,849 | 100% | ||
lexiconical | 0 | 885,057,139 | 3% | ||
gustavosuperlano | 0 | 2,393,287,673 | 100% | ||
dududagrav | 0 | 2,589,870,118 | 100% | ||
alexsandrbrat | 0 | 504,908,800 | 100% | ||
suitablybored | 0 | 3,047,796,577 | 100% | ||
anotherworld | 0 | 1,684,227,508 | 100% | ||
keshawn | 0 | 205,352,468 | 18.37% | ||
davidk | 0 | 5,356,467,687 | 100% | ||
sebako | 0 | 1,204,414,975 | 100% | ||
aurealistic | 0 | 4,630,389,917 | 100% | ||
robertvogt | 0 | 20,187,072,670 | 100% | ||
hot-girls | 0 | 18,570,962,289 | 100% | ||
klen.civil | 0 | 1,024,086,087 | 100% | ||
greatvideos | 0 | 2,187,224,212 | 100% | ||
scrazy | 0 | 4,123,543,152 | 100% | ||
mehdibca | 0 | 2,586,938,267 | 100% | ||
edb1984 | 0 | 0 | 58% | ||
steeminator3000 | 0 | 8,816,524,727 | 100% | ||
hasannaqvi | 0 | 1,143,744,338 | 51% | ||
cupid | 0 | 3,236,596,835 | 100% | ||
ammonite | 0 | 12,463,780,477 | 100% | ||
siddm96 | 0 | 600,692,046 | 100% | ||
jerrev | 0 | 413,930,051 | 100% | ||
flame91 | 0 | 2,727,840,631 | 100% | ||
todderic | 0 | 9,323,260,309 | 100% | ||
scottybuckets | 0 | 23,369,382,015 | 100% | ||
kimterje83 | 0 | 2,803,774,929 | 100% | ||
janny | 0 | 1,621,095,076 | 100% | ||
hkkim1030 | 0 | 9,965,413,266 | 100% | ||
nanogivers | 0 | 65,487,446 | 100% | ||
buddhagaming | 0 | 446,851,496 | 100% | ||
iodoorclubmunich | 0 | 2,485,081,690 | 100% | ||
hectorjoachim | 0 | 1,346,938,289 | 100% | ||
maulanailham | 0 | 531,415,052 | 100% | ||
theycallmevic | 0 | 597,836,800 | 100% | ||
evolved08gsr | 0 | 3,307,942,512 | 100% | ||
spectrumecons | 0 | 3,840,634,983 | 100% | ||
piashela | 0 | 538,982,400 | 100% | ||
kuyajhaymo | 0 | 184,279,883 | 100% | ||
liuke96player | 0 | 2,925,986,211 | 100% | ||
bobarker | 0 | 0 | 100% | ||
savannaviper | 0 | 590,987,016 | 100% | ||
abhisheksaini008 | 0 | 529,724,908 | 100% | ||
samuelsunday | 0 | 176,190,977 | 100% | ||
kazegawa | 0 | 489,561,416 | 100% | ||
slickhustler007 | 0 | 348,886,681 | 5% | ||
sta | 0 | 619,520,000 | 100% | ||
ufv | 0 | 664,191,773 | 100% | ||
bilal7 | 0 | 83,092,470 | 100% | ||
nita77 | 0 | 0 | 100% | ||
mulyadi.alwi | 0 | 873,736,158 | 80.14% | ||
borisss | 0 | 784,952,324 | 100% | ||
kamar68 | 0 | 635,491,169 | 100% | ||
muhammadfaisal | 0 | 586,265,674 | 100% | ||
bestaltcointobuy | 0 | 598,952,266 | 100% | ||
binkyprod | 0 | 775,494,692 | 100% | ||
semasping | 0 | 658,851,049 | 100% | ||
littlevoice | 0 | 3,100,236,646 | 100% | ||
xman91 | 0 | 573,056,000 | 100% | ||
oddreality | 0 | 5,122,627,466 | 100% | ||
steameat | 0 | 477,778,584,683 | 100% | ||
timknip | 0 | 12,860,420,274 | 100% | ||
casanas1 | 0 | 5,649,858,775 | 100% | ||
will.ctm | 0 | 561,790,379 | 100% | ||
stonesteem | 0 | 11,286,679,634 | 100% | ||
eturnerx | 0 | 132,303,220,943 | 50% | ||
a7x | 0 | 573,476,625 | 100% | ||
boucaron | 0 | 688,387,757 | 100% | ||
sharoon | 0 | 959,648,951 | 100% | ||
devilcat | 0 | 461,723,131 | 100% | ||
joedirt | 0 | 3,196,834,994 | 100% | ||
cutris01 | 0 | 2,178,318,714 | 100% | ||
daniham | 0 | 103,406,381 | 100% | ||
filipgrad | 0 | 585,446,400 | 100% | ||
yoyowhatsup | 0 | 486,323,200 | 100% | ||
themystic | 0 | 15,278,141,339 | 100% | ||
codingdefined | 0 | 533,875,661 | 100% | ||
planet-power | 0 | 237,816,313 | 100% | ||
joshvel | 0 | 1,493,833,879 | 100% | ||
christ2169 | 0 | 159,979,512 | 100% | ||
rogasa3000 | 0 | 0 | 100% | ||
vladimirk800i | 0 | 2,078,483,573 | 100% | ||
ahmedawad | 0 | 314,832,332 | 100% | ||
hotsteam | 0 | 621,476,915 | 100% | ||
julies | 0 | 585,446,400 | 100% | ||
rinaokay | 0 | 789,322,403 | 100% | ||
ahsansaeed | 0 | 4,090,974,602 | 100% | ||
olderthandirt | 0 | 20,748,931,255 | 100% | ||
greatness96 | 0 | 3,135,117,980 | 100% | ||
paulie2coins | 0 | 2,991,414,605 | 100% | ||
raznar | 0 | 560,665,600 | 100% | ||
sanat | 0 | 244,976,584 | 100% | ||
danker | 0 | 1,159,897,728 | 61.35% | ||
einsteem | 0 | 632,853,043 | 100% | ||
andrewlyte | 0 | 725,759,575 | 100% | ||
djnoel | 0 | 320,593,344 | 100% | ||
mister-futurist | 0 | 959,511,389 | 100% | ||
simplygorgeous | 0 | 350,417,692 | 100% | ||
awinyaksteemit | 0 | 186,980,714 | 100% | ||
bakhtiar | 0 | 585,446,400 | 100% | ||
elliotf1 | 0 | 613,603,012 | 100% | ||
negojobs | 0 | 607,857,703 | 100% | ||
matar | 0 | 563,763,200 | 100% | ||
azisjesika | 0 | 780,590,295 | 100% | ||
mantishands | 0 | 54,808,999,968 | 100% | ||
ceauvalh | 0 | 395,199,501 | 100% | ||
jasonbu | 0 | 2,865,068,252 | 100% | ||
blankimagery | 0 | 628,805,935 | 100% | ||
lafomaniaco | 0 | 294,831,532 | 100% | ||
khalilulhadi | 0 | 0 | 100% | ||
dtube | 0 | 14,497,491,858 | 100% | ||
sandrag89 | 0 | 994,607,110 | 100% | ||
charline | 0 | 1,576,995,605 | 100% | ||
daniel007 | 0 | 530,024,509 | 100% | ||
jufni | 0 | 560,665,600 | 100% | ||
shahbazrana | 0 | 130,099,200 | 100% | ||
beulahlandeu | 0 | 517,593,753 | 100% | ||
bukhairidin | 0 | 447,417,576 | 100% | ||
matthewpro7799 | 0 | 272,848,700 | 100% | ||
carlosgauna | 0 | 520,334,491 | 100% | ||
aauthespian1 | 0 | 727,535,632 | 100% | ||
cjzachary | 0 | 0 | 100% | ||
duekie | 0 | 570,695,994 | 100% | ||
voke | 0 | 410,000,749 | 100% | ||
wedge | 0 | 607,129,600 | 100% | ||
tanyaschutte | 0 | 1,866,087,744 | 100% | ||
jwebber | 0 | 0 | 100% | ||
happyweblancer | 0 | 526,592,000 | 100% | ||
adamroof | 0 | 560,665,600 | 100% | ||
malikovich | 0 | 674,391,883 | 100% | ||
rudnicki | 0 | 597,876,657 | 100% | ||
beyond-xbt | 0 | 610,796,668 | 100% | ||
rcmine | 0 | 442,199,180 | 100% | ||
zest | 0 | 1,978,758,273 | 100% | ||
stevenholton | 0 | 597,836,800 | 100% | ||
rooneey | 0 | 928,629,845 | 100% | ||
olegpalmer | 0 | 598,244,286 | 100% | ||
yagoub | 0 | 596,957,628 | 100% | ||
khamil | 0 | 439,126,733 | 100% | ||
katkar | 0 | 293,021,092 | 100% | ||
entheogen | 0 | 538,982,400 | 100% | ||
buildrobotics | 0 | 640,711,572 | 100% | ||
agusrianda | 0 | 1,112,460,577 | 100% | ||
gabox | 0 | 707,232,438 | 100% | ||
shawki | 0 | 402,906,345 | 100% | ||
hariman | 0 | 156,603,852 | 100% | ||
resteem.bot | 0 | 388,063,161 | 100% | ||
webresultat | 0 | 937,611,967 | 100% | ||
norez | 0 | 164,931,962 | 100% | ||
damomatto | 0 | 563,763,200 | 100% | ||
muhammadiqbhal | 0 | 443,906,462 | 78.59% | ||
jerlen17 | 0 | 529,936,736 | 100% | ||
hashclouds | 0 | 360,639,584 | 100% | ||
razack-pulo | 0 | 8,147,660,766 | 100% | ||
sharifulabedin | 0 | 607,129,600 | 100% | ||
bakingsoda | 0 | 611,000,032 | 100% | ||
wonnieyoon | 0 | 1,028,374,255 | 100% | ||
danielola | 0 | 0 | 100% | ||
tanvirrahman | 0 | 590,113,013 | 100% | ||
mohammad32 | 0 | 2,759,883,947 | 100% | ||
akilie1029 | 0 | 549,673,854 | 100% | ||
alihsnn27 | 0 | 449,152,000 | 100% | ||
jane-doe | 0 | 8,334,476,547 | 100% | ||
tawhidabhi | 0 | 376,724,636 | 100% | ||
elena-ge | 0 | 316,418,450 | 100% | ||
aguyfromearth | 0 | 478,841,840 | 100% | ||
kimzwarch | 0 | 187,035,772 | 100% | ||
magnulf | 0 | 7,760,740,398 | 100% | ||
abu.amann | 0 | 0 | 100% | ||
writer1 | 0 | 166,086,612 | 100% | ||
danulinka | 0 | 723,195,469 | 100% | ||
cryptomam | 0 | 927,575,342 | 100% | ||
actionman | 0 | 1,033,017,322 | 100% | ||
shamsmairmade | 0 | 237,864,448 | 100% | ||
mitsunyah | 0 | 549,570,901 | 100% | ||
muhammadkhalil | 0 | 615,954,317 | 100% | ||
gayanweerakkody | 0 | 467,737,600 | 100% | ||
rdelgadop | 0 | 457,379,634 | 100% | ||
lovelynoja | 0 | 241,789,920 | 100% | ||
ramiashqar | 0 | 377,251,343 | 100% | ||
minecrew | 0 | 205,150,503 | 100% | ||
holear | 0 | 0 | 100% | ||
kamaruzzaman | 0 | 1,009,944,263 | 100% | ||
vlone99 | 0 | 1,438,581,152 | 100% | ||
binodsinghdhami | 0 | 1,001,077,834 | 100% | ||
petriz | 0 | 436,635,427 | 100% | ||
zoltrix | 0 | 277,473,904 | 100% | ||
game-the-chain | 0 | 1,167,179,532 | 100% | ||
moonfriends | 0 | 1,120,022,878 | 100% | ||
vox00 | 0 | 870,483,984 | 100% | ||
saimegh | 0 | 893,696,805 | 100% | ||
sanju | 0 | 1,073,596,507 | 100% | ||
mrnastykilla | 0 | 326,008,983 | 100% | ||
chibuzor | 0 | 1,083,751,776 | 100% | ||
thisisit | 0 | 524,376,997 | 100% | ||
gameoutcome | 0 | 725,402,878 | 100% | ||
rz47 | 0 | 934,318,532 | 100% | ||
kimmydee2 | 0 | 170,360,296 | 100% | ||
benjy87 | 0 | 151,130,379 | 100% | ||
toluphilip37 | 0 | 895,855,833 | 100% | ||
ramkrishna | 0 | 667,369,637 | 100% | ||
sdd | 0 | 457,953,351 | 100% | ||
vicspics | 0 | 286,450,583 | 100% | ||
vektorall | 0 | 1,084,312,414 | 100% | ||
muhajir89 | 0 | 1,096,806,173 | 100% | ||
eduter | 0 | 1,096,843,079 | 100% | ||
blokz | 0 | 1,125,820,044 | 100% | ||
younis | 0 | 0 | 100% | ||
lozt | 0 | 940,171,699 | 100% | ||
roliboros | 0 | 1,120,016,061 | 100% | ||
angelusmendez | 0 | 673,591,839 | 100% | ||
kynalex | 0 | 876,281,983 | 100% | ||
steemresteem | 0 | 1,073,590,506 | 100% | ||
theresteemer | 0 | 870,478,743 | 100% | ||
demonicware | 0 | 754,414,874 | 100% | ||
shahzadshabbir | 0 | 1,044,574,410 | 100% | ||
edy02 | 0 | 2,995,106,068 | 100% | ||
ozyriusz | 0 | 586,122,234 | 100% | ||
gail2911 | 0 | 760,217,775 | 100% | ||
andisp | 0 | 1,160,637,811 | 100% | ||
marnee | 0 | 1,160,637,786 | 100% | ||
rosatravels | 0 | 313,372,199 | 100% | ||
sayandeep | 0 | 1,160,637,580 | 100% | ||
hyperlight | 0 | 1,160,637,151 | 100% | ||
cryptomaker | 0 | 974,934,563 | 100% | ||
abderrachidhafsi | 0 | 98,654,068 | 100% | ||
yogesssh | 0 | 214,717,673 | 100% | ||
hoxly | 0 | 238,964,308 | 100% | ||
tomlogan | 0 | 493,269,934 | 100% | ||
hichamraaouf | 0 | 684,774,730 | 100% | ||
pulsar | 0 | 284,355,607 | 100% | ||
uragansm | 0 | 1,096,800,182 | 100% | ||
waldbw | 0 | 1,009,752,547 | 100% | ||
dgorbunov | 0 | 81,244,457 | 100% | ||
denis231 | 0 | 69,638,105 | 100% | ||
aprilllicious | 0 | 609,333,417 | 100% | ||
jackoutdabox | 0 | 365,600,035 | 100% | ||
ecodata | 0 | 603,530,208 | 100% | ||
cryptotrader2017 | 0 | 713,790,510 | 100% | ||
fatmaelskhawy | 0 | 562,907,941 | 100% | ||
sandra12 | 0 | 429,434,898 | 100% | ||
michaelmorcos | 0 | 1,067,783,946 | 100% | ||
ronaldsteemit89 | 0 | 342,387,235 | 100% | ||
mahmoudmando | 0 | 1,160,634,688 | 100% | ||
raykeli89 | 0 | 179,898,373 | 100% | ||
fathakam | 0 | 638,348,996 | 100% | ||
itsokimaj | 0 | 1,114,208,993 | 100% | ||
breath | 0 | 690,577,337 | 100% | ||
gemsborg | 0 | 812,443,855 | 100% | ||
jalalani | 0 | 887,884,974 | 100% | ||
azz-eddine | 0 | 702,183,540 | 100% | ||
hicham-med14 | 0 | 1,015,554,707 | 100% | ||
sadiegecke | 0 | 1,056,176,894 | 100% | ||
noctacoin | 0 | 777,624,744 | 100% | ||
zainfo2sh | 0 | 928,507,152 | 100% | ||
ghmboyan | 0 | 1,050,373,688 | 100% | ||
dmacvel | 0 | 383,009,181 | 100% | ||
teme | 0 | 551,301,035 | 100% | ||
milanista | 0 | 1,154,830,512 | 100% | ||
elias1234 | 0 | 1,073,586,145 | 100% | ||
beautygirl | 0 | 1,032,963,962 | 100% | ||
alun | 0 | 992,341,757 | 100% | ||
official-hord | 0 | 481,662,953 | 100% | ||
vote4modi | 0 | 429,434,438 | 100% | ||
ashasteem | 0 | 702,183,333 | 100% | ||
baangss | 0 | 1,015,554,367 | 100% | ||
domedumer3 | 0 | 951,719,510 | 100% | ||
steemitlion | 0 | 0 | 0% | ||
mamaerna | 0 | 870,474,930 | 100% | ||
innocent7 | 0 | 1,143,223,733 | 100% | ||
damiengerard | 0 | 1,050,372,977 | 100% | ||
geronimoss | 0 | 1,137,420,459 | 100% | ||
moonqueen | 0 | 1,032,963,358 | 100% | ||
alexey11 | 0 | 1,160,632,985 | 100% | ||
akmel | 0 | 1,096,797,553 | 100% | ||
iamjack | 0 | 1,096,797,462 | 100% | ||
kitsune | 0 | 1,160,632,226 | 100% | ||
neskor | 0 | 951,718,192 | 100% | ||
lebman | 0 | 992,340,260 | 100% | ||
viktor.draganov | 0 | 1,143,222,367 | 100% | ||
akhilreddy27 | 0 | 1,120,009,727 | 100% | ||
thijsh | 0 | 748,607,519 | 100% | ||
tenz | 0 | 1,137,419,176 | 100% | ||
makaroni123 | 0 | 1,050,371,784 | 100% | ||
tiffanyrej | 0 | 1,073,584,418 | 100% | ||
stendekq | 0 | 824,048,570 | 100% | ||
takbirpranto | 0 | 1,137,419,149 | 100% | ||
reckon | 0 | 1,120,009,669 | 100% | ||
skillfulchux | 0 | 812,442,212 | 100% | ||
luxons | 0 | 1,096,796,983 | 100% | ||
geick | 0 | 0 | 100% | ||
khaledomar | 0 | 98,653,695 | 100% | ||
arcayos1989 | 0 | 487,465,292 | 100% | ||
zack1 | 0 | 0 | 100% | ||
lawrecnen | 0 | 980,733,611 | 100% | ||
joyceemachica | 0 | 1,120,009,310 | 100% | ||
dittz | 0 | 52,228,411 | 100% | ||
ragab | 0 | 916,898,571 | 100% | ||
daniel.biciila | 0 | 951,717,487 | 100% | ||
helyer | 0 | 1,160,630,826 | 100% | ||
engrahmad | 0 | 1,149,023,822 | 100% | ||
mido.out | 0 | 1,137,416,803 | 100% | ||
johnnymikes | 0 | 998,140,384 | 100% | ||
bakabou159704 | 0 | 0 | 100% | ||
gameislove | 0 | 0 | 100% | ||
comule | 0 | 0 | 100% | ||
yusliadi | 0 | 0 | 100% | ||
oczkoo | 0 | 0 | 100% | ||
sunsetprime | 0 | 0 | 100% | ||
efendiatahan | 0 | 0 | 100% | ||
amal123a | 0 | 0 | 100% | ||
majidalikhan1 | 0 | 0 | 100% | ||
aladincandido | 0 | 0 | 100% | ||
simonahiadu | 0 | 0 | 100% | ||
jaco.cocinero | 0 | 0 | 100% | ||
saarbhatt | 0 | 0 | 100% | ||
robiztobi | 0 | 0 | 100% | ||
alex-steem-it | 0 | 0 | 100% |
Inspire man
author | a7x | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017820t201940520z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-20 13:19:45 | ||||||
last_update | 2017-08-20 13:19:45 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-27 13:19:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 11 | ||||||
author_reputation | 62,570,483,553 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,346,762 | ||||||
net_rshares | 0 |
Interesting post and interested my heart when he saw his greetings know my friends may we become friends.
author | abupasi.alachy | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017822t104310261z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-22 03:43:12 | ||||||
last_update | 2017-08-22 03:43:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-29 03:43:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 105 | ||||||
author_reputation | 5,557,880,714,706 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,497,201 | ||||||
net_rshares | 0 |
Amazing Post! *Upvoted* Check out my post too https://steemit.com/photography/@ahsansaeed/exploring-the-real-beauty-of-pakistan-part-6-rawalpindi-mypictureday https://steemitimages.com/DQmbBi54s9yijC6y87BWYWvMUsBxcBCkKgRbnoEAZRUwpkg/old%20heritge%20rwp.jpg
author | ahsansaeed |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t134924514z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"image":["https://steemitimages.com/DQmbBi54s9yijC6y87BWYWvMUsBxcBCkKgRbnoEAZRUwpkg/old%20heritge%20rwp.jpg"],"links":["https://steemit.com/photography/@ahsansaeed/exploring-the-real-beauty-of-pakistan-part-6-rawalpindi-mypictureday"],"app":"steemit/0.1"} |
created | 2017-08-21 13:49:24 |
last_update | 2017-08-21 13:49:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 13:49:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 256 |
author_reputation | 1,201,935,056,486 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,438,652 |
net_rshares | 0 |
Great!
author | alun |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t232909247z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 23:28:42 |
last_update | 2017-08-19 23:28:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 23:28:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 2,982,622,805 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,302,870 |
net_rshares | 1,137,420,961 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alun | 0 | 1,137,420,961 | 100% |
Congratulations @thekyle! Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170819) in the following category: * Pending payout - Ranked 6 with $ 222,67
author | arcange |
---|---|
permlink | re-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t163530000z |
category | asksteem |
json_metadata | "" |
created | 2017-08-20 14:34:15 |
last_update | 2017-08-20 14:34:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 14:34:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 1,146,616,139,479,238 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,352,290 |
net_rshares | 0 |
Awesome stuff thankyou for your hard work
author | ausbitbank |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t034635706z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 03:46:39 |
last_update | 2017-08-20 03:46:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 03:46:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 287,009,709,424,827 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,315,016 |
net_rshares | 0 |
This post is useful for all of us on Steemit. And I will try to look at the AskSteem you propose to. Regard.feom Aceh.
author | bahagia-arbi | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017821t25350620z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-20 19:53:57 | ||||||
last_update | 2017-08-20 19:53:57 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-27 19:53:57 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 118 | ||||||
author_reputation | 62,544,888,098,801 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,375,776 | ||||||
net_rshares | 0 |
I am so glad the user search is on this api. Lots of people have been asking for this.
author | basicstoliving |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t035706592z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 03:57:09 |
last_update | 2017-08-20 03:57:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 03:57:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 5,592,751,523,856 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,315,480 |
net_rshares | 0 |
Nice ! What components are you using for the backend ?
author | boucaron |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t001713776z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 00:17:12 |
last_update | 2017-08-21 00:17:12 |
depth | 1 |
children | 1 |
last_payout | 2017-08-28 00:17:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 3,973,467,197,811 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,390,593 |
net_rshares | 0 |
We are using a custom version of ElasticSearch with our own ranking algorithm. Also custom systems for caching, load-balancing, automatically scaling, crawling the blockchain, etc.
author | thekyle |
---|---|
permlink | re-boucaron-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t011209430z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 01:12:09 |
last_update | 2017-08-21 01:15:36 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 01:12:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 180 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,393,481 |
net_rshares | 681,434,346 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
boucaron | 0 | 681,434,346 | 100% |
-Excellent post thanks for sharing I am a new steemians, maybe i should study first with you, regards know me https://steemit.com/@cartoonhd please follow me I followed and upvoted.Would you like to follow and upvote me. 
author | cartoonhd |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t135110735z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"image":["https://steemitimages.com/DQmRKgYYp1TzWmvqtnfbMSLZQSgUXinUxqyHyd39HZ8j7gx/DQmRKgYYp1TzWmvqtnfbMSLZQSgUXinUxqyHyd39HZ8j7gx.gif","https://steemitimages.com/DQmZr4CcZryi9kn8kLQD11tbo9MXJUYfiBvDPu8DrJtanWS/DQmeEhY3iMJiyRhGjAM6aaUDfSuam7F722fD6iwqyWxVBMB_1680x8400.png"],"links":["https://steemit.com/@cartoonhd"],"app":"steemit/0.1"} |
created | 2017-08-21 13:51:12 |
last_update | 2017-08-21 13:51:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 13:51:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 606 |
author_reputation | 27,356,199,641 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,438,813 |
net_rshares | 0 |
this is great. i must try this one. it seems like user friendly. anyway
author | claudene | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017820t181414377z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-20 10:14:21 | ||||||
last_update | 2017-08-20 10:14:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-27 10:14:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.358 HBD | ||||||
curator_payout_value | 0.015 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 71 | ||||||
author_reputation | 2,384,253,820,806 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,335,480 | ||||||
net_rshares | 104,891,149,171 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 100,828,178,888 | 0.5% | ||
mysteem | 0 | 84,108,623 | 1% | ||
demo | 0 | 162,264,394 | 1% | ||
feruz | 0 | 1,521,073,145 | 1% | ||
esteemapp | 0 | 1,803,475,476 | 1% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% |
Very good tool, I am thinking also if someone can create a option to save some posts as a bookmark, sometimes there are so amazing post that I want to read again and again but not having time to comment i just lose them, I hope something will be done from some developer
author | clixmoney |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t014344832z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 01:43:48 |
last_update | 2017-08-20 01:43:48 |
depth | 1 |
children | 1 |
last_payout | 2017-08-27 01:43:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 270 |
author_reputation | 708,028,799,822,335 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,308,868 |
net_rshares | 5,808,759,087 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
clixmoney | 0 | 5,808,759,087 | 100% |
I've received several requests for this feature so it's definitely on the to-do list.
author | thekyle |
---|---|
permlink | re-clixmoney-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t012329636z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 01:23:30 |
last_update | 2017-08-21 01:23:30 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 01:23:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,394,116 |
net_rshares | 0 |
To help asksteem becoming a search engine of the future next to presearch.io we as steemians can do it own part. We need to contribute value often. I try asksteem if it has a capability to search outside steem network content but it fail. It means as stated it only search the steem index by
author | cloudspyder | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017820t74250915z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-19 23:44:48 | ||||||
last_update | 2017-08-19 23:44:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-26 23:44:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 291 | ||||||
author_reputation | 8,281,689,777,163 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,303,580 | ||||||
net_rshares | 0 |
Wow! Great post,and excellent planning of your project, congratulations my friend.
author | creativewoman |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t123327202z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 12:33:27 |
last_update | 2017-08-20 12:33:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 12:33:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 18,387,227,725,047 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,343,677 |
net_rshares | 0 |
Awesome stuff! Thanks for this relevant information Congrates you are doing well to all. And Ah! you are doing well to yourself too. Thanks anyway.
author | crystalboy |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t150626640z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 15:06:27 |
last_update | 2017-08-21 15:06:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 15:06:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 225,010,422 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,445,440 |
net_rshares | 0 |
WOW ! Really a great initiation. Appreciated...
author | cworldv99 |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t230927725z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 23:09:27 |
last_update | 2017-08-19 23:09:27 |
depth | 1 |
children | 1 |
last_payout | 2017-08-26 23:09:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.163 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 341,500,838,599 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,301,873 |
net_rshares | 45,212,621,658 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cworldv99 | 0 | 45,212,621,658 | 100% |
Agreed :)
author | akilie1029 |
---|---|
permlink | re-cworldv99-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t101716012z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 10:17:15 |
last_update | 2017-08-21 10:17:15 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 10:17:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 5,297,103,276,823 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,423,541 |
net_rshares | 0 |
Very interesting post. I hope this can help all steemit users. Success is always for you @thekyle
author | djunmul |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170822t212640804z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-08-22 07:24:27 |
last_update | 2017-08-22 07:24:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-29 07:24:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 735,531,311,063 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,509,407 |
net_rshares | 0 |
life is a coder keep it up
author | dontryme2 |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170818t195305061z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 13:34:42 |
last_update | 2017-08-20 13:34:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 13:34:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 2,547,909,278,823 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,347,823 |
net_rshares | 597,726,029 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dontryme2 | 0 | 597,726,029 | 100% |
Resteemed for later, might be able to use that when I become more familiar with the steem community
author | encryption |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t235322915z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 23:53:24 |
last_update | 2017-08-19 23:53:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 23:53:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 37,573,943,720 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,303,955 |
net_rshares | 0 |
Excellent post : congratulations
author | enrique89 |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t230228309z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 23:03:39 |
last_update | 2017-08-19 23:03:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 23:03:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 664,568,342,668,037 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,301,550 |
net_rshares | 0 |
mmhmm
author | entity401 |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t005826059z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 00:58:21 |
last_update | 2017-08-20 00:58:21 |
depth | 1 |
children | 1 |
last_payout | 2017-08-27 00:58:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 747,506,671,271 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,306,797 |
net_rshares | 18,704,596,144 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
entity401 | 0 | 18,704,596,144 | 100% |
Let me guess. Your're thinking right???? https://media.giphy.com/media/a5viI92PAF89q/giphy.gif
author | akilie1029 |
---|---|
permlink | re-entity401-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t101839957z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1","image":["https://media.giphy.com/media/a5viI92PAF89q/giphy.gif"]} |
created | 2017-08-21 10:18:42 |
last_update | 2017-08-21 10:20:45 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 10:18:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 5,297,103,276,823 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,423,619 |
net_rshares | 0 |
Hello and thanks a lot for this great tool. Is it intentional that the API returns multiple hits? Apparently, it is. Check this post for details: https://steemit.com/asksteem/@ervin-lemark/asksteem-api-v1-1-returns-multiple-result-sets-when-query-string-includes
author | ervin-lemark |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t122451949z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"links":["https://steemit.com/asksteem/@ervin-lemark/asksteem-api-v1-1-returns-multiple-result-sets-when-query-string-includes"],"app":"steemit/0.1"} |
created | 2017-08-21 12:24:57 |
last_update | 2017-08-21 12:24:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 12:24:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 264 |
author_reputation | 470,596,037,843,956 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,431,918 |
net_rshares | 0 |
Love it Keep it up
author | greatvideos |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t215625883z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 21:56:30 |
last_update | 2017-08-21 21:56:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 21:56:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 6,696,611,383,944 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,477,706 |
net_rshares | 0 |
Thank you for providing new information to the friend of steemit @thekyle don't forget to follow me @hattaarshavin
author | hattaarshavin |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t080756986z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"users":["thekyle","hattaarshavin"],"app":"steemit/0.1"} |
created | 2017-08-20 08:07:48 |
last_update | 2017-08-20 08:07:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 08:07:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 320,012,685,354,792 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,328,184 |
net_rshares | 0 |
Finally a real Steem Search not through Google. I've tried it few minutes ago and enjoy it. Re-steeemed and shared.
author | headsink |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t055429163z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 05:54:33 |
last_update | 2017-08-20 05:54:33 |
depth | 1 |
children | 1 |
last_payout | 2017-08-27 05:54:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 1,298,327,132,573 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,321,426 |
net_rshares | 1,818,800,798 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
headsink | 0 | 1,818,800,798 | 100% |
http://i.imgur.com/HLsCLdw.gif
author | cornholio |
---|---|
permlink | re-headsink-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t055429163z-20170820t061123827z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"meep_bot/0.0.1"} |
created | 2017-08-20 06:11:27 |
last_update | 2017-08-20 06:11:27 |
depth | 2 |
children | 0 |
last_payout | 2017-08-27 06:11:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 606,749,206,056 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,322,248 |
net_rshares | -75,770,395,475 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joshbreslauer | 0 | -77,561,357,485 | -100% | ||
headsink | 0 | 1,790,962,010 | 100% |
Class- 10 points for this great support and development 2U
author | iodoorclubmunich |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170824t221010839z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-24 22:10:18 |
last_update | 2017-08-24 22:10:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-31 22:10:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 560,282,884,006 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,781,624 |
net_rshares | 2,524,319,822 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iodoorclubmunich | 0 | 2,524,319,822 | 100% |
Wow, this is amazing. I had no idea that developing something with these features was a possibility. Nice work!
author | iot-corp |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t010920716z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 01:09:21 |
last_update | 2017-08-21 01:09:21 |
depth | 1 |
children | 1 |
last_payout | 2017-08-28 01:09:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 555,431,101,297 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,393,323 |
net_rshares | 0 |
Well, it certainly wasn't easy but I think it's worth it for the steem community.
author | thekyle |
---|---|
permlink | re-iot-corp-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t011143628z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 01:11:42 |
last_update | 2017-08-21 01:11:42 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 01:11:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,393,460 |
net_rshares | 0 |
A great help to spread out the platform...Thanks to people behind this project.
author | joshvel |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t221941462z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 22:19:42 |
last_update | 2017-08-19 22:19:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 22:19:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 9,745,075,470,775 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,299,116 |
net_rshares | 0 |
@thekyle Good afternoon, my project is very good and I would like you to give me permission to make a post for the Spanish community with its content since it is very good. In the post would make mention that you are the main author of this project. I hope your kind reply to the translation permission of your post. Thank you and goodbday friend
author | juandaloko |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t183023351z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-08-20 18:30:30 |
last_update | 2017-08-20 18:30:30 |
depth | 1 |
children | 2 |
last_payout | 2017-08-27 18:30:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 346 |
author_reputation | 2,153,029,483,637 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,370,341 |
net_rshares | 0 |
Yeah sure, go ahead.
author | thekyle |
---|---|
permlink | re-juandaloko-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t184045203z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 18:40:45 |
last_update | 2017-08-20 18:40:45 |
depth | 2 |
children | 1 |
last_payout | 2017-08-27 18:40:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,370,995 |
net_rshares | 0 |
Friend thank you very much for authorizing me, you suddenly use pastebin to give me the link.
author | juandaloko | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017820t171849256z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-20 22:19:00 | ||||||
last_update | 2017-08-20 22:19:00 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2017-08-27 22:19:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 93 | ||||||
author_reputation | 2,153,029,483,637 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,384,424 | ||||||
net_rshares | 0 |
Great effort @thekyle... Keep on posting and sharing good stuff here....
author | kamar68 |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t060730848z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-08-21 06:08:21 |
last_update | 2017-08-21 06:08:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 06:08:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 13,256,492,358 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,409,004 |
net_rshares | 0 |
Excellent comment, I really like your work. I think it is very objective in the analysis and in what you want to convey. Thank you for sharing your knowledge with us.<p><a href="https://steemit.com/cryptocurrency/@keks/exmo-cryptocurrency-platform"><img src="http://i.imgur.com/x39Nv81.png?1" title="Hosted by steemit.com"/></p> <p><center>http://i.imgur.com/RKA3Y2Q.gif</center><br /></p>
author | keks |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t085458505z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"image":["http://i.imgur.com/x39Nv81.png?1","http://i.imgur.com/RKA3Y2Q.gif"],"links":["https://steemit.com/cryptocurrency/@keks/exmo-cryptocurrency-platform"],"app":"steemit/0.1"} |
created | 2017-08-20 08:54:57 |
last_update | 2017-08-20 08:54:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 08:54:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 389 |
author_reputation | 3,120,009,340,054 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,330,703 |
net_rshares | 812,765,673 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jjwspencer | 0 | 201,116,470 | 100% | ||
keks | 0 | 611,649,203 | 100% |
ATS token i.c.o offering free 75 tokens worth 10 $ , here is the [link]( ATS token i.c.o offering free 75 tokens worth 10 $ , here is the [link](http://bounty.authorship.com/ref/a8128403)
author | kingjan |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170822t031359748z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"links":["http://bounty.authorship.com/ref/a8128403"],"app":"steemit/0.1"} |
created | 2017-08-22 03:14:03 |
last_update | 2017-08-22 03:14:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-29 03:14:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 1,609,978,261,257 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,495,467 |
net_rshares | 0 |
Awesome interview!
author | lafomaniaco |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t074733748z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 07:47:36 |
last_update | 2017-08-21 07:47:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 07:47:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 45,586,084,222 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,414,736 |
net_rshares | 0 |
That is an extremely useful tool. Thanks for investing your time into it. Will we ever see this integrated into the Steemit.com platform instead of the Google search?
author | leoplaw |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t094459731z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 09:44:51 |
last_update | 2017-08-20 09:48:18 |
depth | 1 |
children | 6 |
last_payout | 2017-08-27 09:44:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.039 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 189,628,210,789,149 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,333,691 |
net_rshares | 14,526,762,897 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 14,526,762,897 | 100% |
Itd good resllly
author | rishabhpandey |
---|---|
permlink | re-leoplaw-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170822t064735498z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-22 06:48:12 |
last_update | 2017-08-22 06:48:12 |
depth | 2 |
children | 0 |
last_payout | 2017-08-29 06:48:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 162,546,949 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,507,291 |
net_rshares | 0 |
I have discussed this with Steemit.com however, they prefer the Google search. https://github.com/steemit/condenser/pull/1599
author | thekyle |
---|---|
permlink | re-leoplaw-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t145126472z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1","links":["https://github.com/steemit/condenser/pull/1599"]} |
created | 2017-08-20 14:51:27 |
last_update | 2017-08-20 14:52:06 |
depth | 2 |
children | 4 |
last_payout | 2017-08-27 14:51:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,353,482 |
net_rshares | 0 |
That is very disappointing. It tells me much about the Steemit.com development team. They will never develop this site much further. Your search should be built in, chat should be built in...
author | leoplaw |
---|---|
permlink | re-thekyle-re-leoplaw-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t154723504z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 15:47:15 |
last_update | 2017-08-20 15:47:15 |
depth | 3 |
children | 0 |
last_payout | 2017-08-27 15:47:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 192 |
author_reputation | 189,628,210,789,149 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,357,556 |
net_rshares | 0 |
OK I consider my question answered then :( Google really sucks for Steemit, you'll almost always get **old** posts. With all due respect, Steemit as a front-end is not much to write home about. I'd switch to a different front-end in the blink of an eye. More so if they have a *night* mode! Ie. dark background and light text.
author | nutela |
---|---|
permlink | re-thekyle-re-leoplaw-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t140039389z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 14:00:39 |
last_update | 2017-08-21 14:02:45 |
depth | 3 |
children | 2 |
last_payout | 2017-08-28 14:00:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 327 |
author_reputation | 12,740,113,194,550 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,439,627 |
net_rshares | 0 |
Thats a great Articles...but if anybody has answer to the following question it will be great help.. https://steemit.com/facebook/@lifeisfun/question-making-money-with-no-of-likes-on-facebook-for-steemit-posts
author | lifeisfun |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t154919371z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"links":["https://steemit.com/facebook/@lifeisfun/question-making-money-with-no-of-likes-on-facebook-for-steemit-posts"],"app":"steemit/0.1"} |
created | 2017-08-20 15:48:24 |
last_update | 2017-08-20 15:48:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 15:48:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 1,962,145,227 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,357,637 |
net_rshares | 0 |
This looks very nicely designed. Would activity on dtube also be available through this API? Will we find everything happening on the Steem blockchain or only Steemit?
author | marnee |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170823t052948105z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-23 05:29:48 |
last_update | 2017-08-23 05:29:48 |
depth | 1 |
children | 1 |
last_payout | 2017-08-30 05:29:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 45,241,130,999 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,603,930 |
net_rshares | 0 |
This API indexes all activity on the steem blockchain, so not just Steemit. Dtube uses the AskSteem API for their search so yes that activity will show up.
author | thekyle |
---|---|
permlink | re-marnee-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170823t181946748z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-23 18:19:45 |
last_update | 2017-08-23 18:19:45 |
depth | 2 |
children | 0 |
last_payout | 2017-08-30 18:19:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,662,862 |
net_rshares | 1,073,589,952 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marnee | 0 | 1,073,589,952 | 100% |
Great stuff!! thanks for serving the community and adding these new features!
author | mehdibca |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t221527900z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 22:15:30 |
last_update | 2017-08-19 22:15:30 |
depth | 1 |
children | 2 |
last_payout | 2017-08-26 22:15:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.510 HBD |
curator_payout_value | 0.165 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 21,763,352,448,246 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,298,897 |
net_rshares | 186,271,714,947 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shbour | 0 | 29,712,863,439 | 100% | ||
thekyle | 0 | 15,709,173,831 | 100% | ||
greatvideos | 0 | 2,232,791,383 | 100% | ||
magicstone1412 | 0 | 3,074,124,951 | 100% | ||
commentwealth | 0 | 134,840,580,038 | 100% | ||
rftube | 0 | 702,181,305 | 100% | ||
celia96 | 0 | 0 | 0% |
I'm not very good at codes but It's still very interesting. Is there app that we can download so I can use steemit on my android mobile phone?
author | akilie1029 |
---|---|
permlink | re-mehdibca-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t101628848z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 10:16:30 |
last_update | 2017-08-21 10:16:30 |
depth | 2 |
children | 1 |
last_payout | 2017-08-28 10:16:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 5,297,103,276,823 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,423,497 |
net_rshares | 0 |
Hai akilie1029 I'm new to steemit can you please follow me
author | rftube |
---|---|
permlink | re-akilie1029-re-mehdibca-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170825t075342536z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-25 07:53:45 |
last_update | 2017-08-25 07:53:45 |
depth | 3 |
children | 0 |
last_payout | 2017-09-01 07:53:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 3,614,859,567 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,816,453 |
net_rshares | 713,787,608 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rftube | 0 | 713,787,608 | 100% |
author | milanista |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t224143771z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 23:40:48 |
last_update | 2017-08-19 23:40:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 23:40:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 401,137,267 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,303,395 |
net_rshares | 16,249,586,202 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 15,117,968,364 | 100% | ||
milanista | 0 | 1,131,617,838 | 100% |
*Hello Friends, How Are You Thank You Friend nice To Meet You @ the Best And amazing. Nice To Meet You All #steemians My Name Ary, Account name @milfa I Am Coming From Aceh Sumatra National Liberation Front (ASNLF) I Say Welcome And Happy To You Here #steemit or#eSteem. Vote @good-karma As Our Witness. Do not Forget Follow Me Also @milfa I would like to express my gratitude.*
author | milfa | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017822t53237824z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-21 22:32:42 | ||||||
last_update | 2017-08-21 22:32:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-28 22:32:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 378 | ||||||
author_reputation | 1,122,706,964,240 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,479,881 | ||||||
net_rshares | 0 |
Great API! I am a developer I found it very useful! I will use it! thanks for the info!
author | misrori |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t050037826z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 05:00:39 |
last_update | 2017-08-20 05:00:39 |
depth | 1 |
children | 1 |
last_payout | 2017-08-27 05:00:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.071 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 20,447,544,397,525 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,318,800 |
net_rshares | 25,477,805,078 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
misrori | 0 | 24,334,576,859 | 100% | ||
marnee | 0 | 1,143,228,219 | 100% |
Great! Send me the link to whatever you build with it. :)
author | thekyle |
---|---|
permlink | re-misrori-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t011936064z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 01:19:36 |
last_update | 2017-08-21 01:19:36 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 01:19:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,393,905 |
net_rshares | 0 |
WOW Great stuff!!
author | mohamedmostafa |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t232538164z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 23:25:42 |
last_update | 2017-08-19 23:25:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 23:25:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 2,397,511,238 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,302,731 |
net_rshares | 0 |
Good post
author | mursin | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017820t9548943z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-20 02:05:54 | ||||||
last_update | 2017-08-20 02:05:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-27 02:05:54 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 9 | ||||||
author_reputation | 221,444,560,598 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,309,993 | ||||||
net_rshares | 609,333,415 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mohammedali64466 | 0 | 609,333,415 | 100% |
I love it man! I use AskSteem almost *every* day. I secretly hope Steemit Inc. will use AskSteem for search instead of Google! ~~Any news on *that*?~~ [Answered](https://steemit.com/asksteem/@thekyle/asksteem-api-v1-1-update-user-search-includes-and-sorting#@thekyle/re-leoplaw-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t145126472z) Thanks to @Dtube for resteeming!
author | nutela |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t135802239z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1","users":["dtube"],"links":["https://steemit.com/asksteem/@thekyle/asksteem-api-v1-1-update-user-search-includes-and-sorting#@thekyle/re-leoplaw-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t145126472z"]} |
created | 2017-08-21 13:58:00 |
last_update | 2017-08-21 14:03:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 13:58:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 402 |
author_reputation | 12,740,113,194,550 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,439,392 |
net_rshares | 2,113,130,767 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nutela | 0 | 2,113,130,767 | 100% |
Wow, this sounds really cool! Question, I noticed you earn a lot per post. I currently have been getting $0.02 per post lol! Would I earn more if I had more Steem Power?
author | oddreality |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t013209713z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 01:32:09 |
last_update | 2017-08-21 01:32:09 |
depth | 1 |
children | 2 |
last_payout | 2017-08-28 01:32:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 256,299,405,521 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,394,629 |
net_rshares | 14,273,389,126 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 14,273,389,126 | 100% |
Steem power determines how much your individual vote is worth (mine is worth about 5 Steem Cents right now). While there are some accounts that have upvotes worth hundreds of dollars those are rare. If you want to make more money I'd recommend to just keep producing quality content that people want to read. :D
author | thekyle |
---|---|
permlink | re-oddreality-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t020458879z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 02:05:00 |
last_update | 2017-08-21 02:05:00 |
depth | 2 |
children | 1 |
last_payout | 2017-08-28 02:05:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 311 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,396,416 |
net_rshares | 4,173,046,531 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oddreality | 0 | 4,173,046,531 | 100% |
Wow, thanks a lot for replying, man! I really appreciate it!
author | oddreality |
---|---|
permlink | re-thekyle-re-oddreality-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170822t012623136z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-22 01:26:21 |
last_update | 2017-08-22 01:26:21 |
depth | 3 |
children | 0 |
last_payout | 2017-08-29 01:26:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 256,299,405,521 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,489,455 |
net_rshares | 4,086,707,637 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oddreality | 0 | 4,086,707,637 | 100% |
Great people on great STEEMIT, doing great jobs. I like this.
author | praise-eu |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t112026406z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 11:20:27 |
last_update | 2017-08-20 11:20:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 11:20:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 44,842,742,331,249 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,339,283 |
net_rshares | 0 |
If I have 1,000 worth of Steem Power and the Steem token is worth $10 each on the open market, does that mean that my account value should be worth $10,000?
author | redwood419 |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t151035814z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 15:10:45 |
last_update | 2017-08-21 15:10:45 |
depth | 1 |
children | 3 |
last_payout | 2017-08-28 15:10:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 156 |
author_reputation | 113,740,231,769 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,445,765 |
net_rshares | 0 |
Theoretically yes, but keep in mind STEEM Power is not liquid and must be converted to STEEM before being transferred to an exchange which takes several years if I'm not mistaken.
author | thekyle |
---|---|
permlink | re-redwood419-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t190502184z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 19:05:00 |
last_update | 2017-08-21 19:05:00 |
depth | 2 |
children | 2 |
last_payout | 2017-08-28 19:05:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,465,652 |
net_rshares | 0 |
Got it. Thanks! So I can build up my portfolio value in Steem Power but it's not very liquid to exchange for tokens.
author | redwood419 |
---|---|
permlink | re-thekyle-re-redwood419-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t214100358z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 21:41:09 |
last_update | 2017-08-21 21:41:09 |
depth | 3 |
children | 1 |
last_payout | 2017-08-28 21:41:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 113,740,231,769 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,476,712 |
net_rshares | 0 |
A very good alternative
author | rftube |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170825t075606997z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-25 07:56:09 |
last_update | 2017-08-25 07:56:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-01 07:56:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 3,614,859,567 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,816,601 |
net_rshares | 0 |
Looks like a killer project! Glad to learn about it!
author | rocking-dave |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t184053507z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 18:40:54 |
last_update | 2017-08-21 18:40:54 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 18:40:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 4,146,063,643,264 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,463,868 |
net_rshares | 0 |
Thank you so much for taking the time and effort to develop this app! I am not proficient enough with coding to make a Steem app yet (hopefully I will be within the coming year). I so admire programmers who try and eventually succeed because I think that programming can be so frustrating even when it is fun. Keep up the great work, please!
author | sadiegecke |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t034755528z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 03:47:57 |
last_update | 2017-08-20 03:47:57 |
depth | 1 |
children | 7 |
last_payout | 2017-08-27 03:47:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.039 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 341 |
author_reputation | 2,257,926,414 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,315,075 |
net_rshares | 14,780,136,669 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 14,780,136,669 | 100% |
I plan to make some tutorial posts about developing apps on the steem blockchain at some point so make sure to stay tuned for those. :)
author | thekyle |
---|---|
permlink | re-sadiegecke-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t012214224z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 01:22:12 |
last_update | 2017-08-21 01:22:12 |
depth | 2 |
children | 6 |
last_payout | 2017-08-28 01:22:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,394,058 |
net_rshares | 992,342,027 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sadiegecke | 0 | 992,342,027 | 100% |
I would really appreciate a tutorial post on steem blockchain programming, please do, willl follow you, i am a programmer.
author | bubke |
---|---|
permlink | re-thekyle-re-sadiegecke-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170822t160908839z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-22 16:09:12 |
last_update | 2017-08-22 16:09:12 |
depth | 3 |
children | 3 |
last_payout | 2017-08-29 16:09:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 9,285,631,006,103 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,549,452 |
net_rshares | 0 |
I found the video about AskSteem that you put on DT really helpful. Thank you. Also, following you now.
author | sadiegecke |
---|---|
permlink | re-thekyle-re-sadiegecke-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170822t040120522z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-22 04:01:21 |
last_update | 2017-08-22 04:01:21 |
depth | 3 |
children | 1 |
last_payout | 2017-08-29 04:01:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 2,257,926,414 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,498,172 |
net_rshares | 0 |
Resteeming this will be too worth for this post.. Started visiting your blog for new feeds... Stay blessed @thekyle
author | saimegh |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t102659570z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-08-20 10:26:36 |
last_update | 2017-08-20 10:26:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 10:26:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 9,454,816,228,588 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,336,123 |
net_rshares | 0 |
author | shango |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t224949001z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 22:49:48 |
last_update | 2017-08-19 22:49:48 |
depth | 1 |
children | 1 |
last_payout | 2017-08-26 22:49:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.049 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 3,432,125,687,483 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,300,802 |
net_rshares | 18,011,600,227 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 16,891,584,764 | 100% | ||
marnee | 0 | 1,120,015,463 | 100% |
Can't wait to see what you do with it! :)
author | thekyle |
---|---|
permlink | re-shango-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t000606503z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 00:06:06 |
last_update | 2017-08-20 00:06:06 |
depth | 2 |
children | 0 |
last_payout | 2017-08-27 00:06:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,304,498 |
net_rshares | 0 |
We are waiting for the new one to be launched
author | shawki |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t222622234z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 22:26:45 |
last_update | 2017-08-19 22:26:45 |
depth | 1 |
children | 1 |
last_payout | 2017-08-26 22:26:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 2,339,305,954,746 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,299,549 |
net_rshares | 0 |
It is already launched.
author | thekyle |
---|---|
permlink | re-shawki-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t222738622z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 22:27:39 |
last_update | 2017-08-19 22:27:39 |
depth | 2 |
children | 0 |
last_payout | 2017-08-26 22:27:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,299,599 |
net_rshares | 0 |
Why not taking of the .com,, just put Ask Steem without the .com, I think its better
author | spiderlee3 |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t085341409z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 08:53:39 |
last_update | 2017-08-21 08:53:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 08:53:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 143,350,007,398 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,418,664 |
net_rshares | 0 |
I am enjoying watching how Steemit is growing. I am hoping a FAQ link will be included in this AskSteem app. I am currently collaborating with another Steemian to write an e-book. Of course, there's room in the pond for any Steemian wanting to be the 'first' to create such a helpful tool. Peace!
author | spiritualmatters |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170824t034209052z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-24 03:41:57 |
last_update | 2017-08-24 03:41:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-31 03:41:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 298 |
author_reputation | 2,451,790,568,880 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,700,015 |
net_rshares | 0 |
Glad to see this going so well!
author | steemitqa |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t232134977z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 23:21:33 |
last_update | 2017-08-19 23:21:33 |
depth | 1 |
children | 1 |
last_payout | 2017-08-26 23:21:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.041 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 22,135,803,163,402 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,302,522 |
net_rshares | 15,371,342,135 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 15,371,342,135 | 100% |
Thanks. :)
author | thekyle |
---|---|
permlink | re-steemitqa-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t015531087z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-21 01:55:30 |
last_update | 2017-08-21 01:55:30 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 01:55:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,395,945 |
net_rshares | 0 |
# FOLLOWED, UPPED and RESTEEMED *Upvote this Comment for More Resteems* https://steemitimages.com/DQmNRxGArjqx7ifhADyUyC9g2xiihKTr8dPnWP2tENqFFJe/steemresteem%20.png
author | steemresteem |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t112715775z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"image":["https://steemitimages.com/DQmNRxGArjqx7ifhADyUyC9g2xiihKTr8dPnWP2tENqFFJe/steemresteem%20.png"],"app":"steemit/0.1"} |
created | 2017-08-21 11:27:39 |
last_update | 2017-08-21 11:27:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 11:27:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 165 |
author_reputation | 4,677,180,865 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,428,125 |
net_rshares | 0 |
This is really cool. We need ways to find the good content in our interests and this is a great tool for that. Thanks
author | steevc |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170820t122654951z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-20 12:26:54 |
last_update | 2017-08-20 12:26:54 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 12:26:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 1,381,263,952,475,480 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,343,277 |
net_rshares | 0 |
This is a wonderful initiative. Will be making use of AskSteem. Thank
author | tanyaschutte | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017823t19177760z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-23 18:17:12 | ||||||
last_update | 2017-08-23 18:17:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-30 18:17:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 69 | ||||||
author_reputation | 25,887,947,720,420 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,662,646 | ||||||
net_rshares | 0 |
Very nice contribution to the community. Thank you!
author | team101 |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t225628392z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 22:56:39 |
last_update | 2017-08-19 22:56:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 22:56:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 12,700,047,182,916 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,301,184 |
net_rshares | 0 |
Adrian M you are incredible. I am not a programmer or coder, but I appreciate what you are doing enormously! Thank you. You and other coders produce valuable tools we can use. I wanted to thank you here for the work you've done with DTube. I love it! You are off to a great start. I did a video on DTube recently and posted it here on Steemit. You'll notice that you figure prominently in it. I loved the interview you did with my friend Dan Dicks of Press For Truth. Would you be open to an interview with me so I could spread your message on what you've done with DTube? Here is the link to the video I did so you can see it. https://steemit.com/dtube/@terrybrock/n1108mgs Thank you for what you are doing to help us. Keep up the good work! Terry
author | terrybrock |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t161606868z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"links":["https://steemit.com/dtube/@terrybrock/n1108mgs"],"app":"steemit/0.1"} |
created | 2017-08-21 16:16:06 |
last_update | 2017-08-21 16:16:06 |
depth | 1 |
children | 2 |
last_payout | 2017-08-28 16:16:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.049 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 759 |
author_reputation | 177,892,578,444,114 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,451,810 |
net_rshares | 16,131,463,450 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 16,131,463,450 | 100% |
Hi Terry, Thank you for your kind words, however, I believe you meant this message to be for a friend of mine @heimindanger (Adrian M), not me. That said I am the lead developer behind AskSteem, so if you have any questions regarding that project do let me know.
author | thekyle |
---|---|
permlink | re-terrybrock-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170821t191307918z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-08-21 19:13:06 |
last_update | 2017-08-21 19:13:06 |
depth | 2 |
children | 1 |
last_payout | 2017-08-28 19:13:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 262 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,466,231 |
net_rshares | 0 |
Yes, my mistake, thekyle. Thank you for your help.
author | terrybrock |
---|---|
permlink | re-thekyle-re-terrybrock-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170822t223931870z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-22 22:39:30 |
last_update | 2017-08-22 22:39:30 |
depth | 3 |
children | 0 |
last_payout | 2017-08-29 22:39:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 177,892,578,444,114 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,578,771 |
net_rshares | 0 |
Wow this is great! I'm just running into a small problem. Do you have a full list of accepted parameters for the 'include' option ? For example, I cannot get 'curator_payout_value' on results. Thanks for your help! :)
author | voldo |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170927t042732822z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-09-27 04:27:33 |
last_update | 2017-09-27 04:27:33 |
depth | 1 |
children | 1 |
last_payout | 2017-10-04 04:27:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 82,591,572 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,046,370 |
net_rshares | 0 |
Glad you like it. Here is a list of blockchain fields that we currently index: - permlink - total_payout_value - created - title - children - net_votes - body - parent_permlink - tags - author - json_metadata (as meta) If you need some other field not listed for a specific application please contact me on Steemit.chat and we can figure it out. Also, I apologize for the delay I have not had a chance to check steemit until now.
author | thekyle |
---|---|
permlink | re-voldo-re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170928t184908076z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-09-28 18:49:06 |
last_update | 2017-09-28 18:49:42 |
depth | 2 |
children | 0 |
last_payout | 2017-10-05 18:49:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 430 |
author_reputation | 4,705,240,024,157 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,208,459 |
net_rshares | 0 |
Nice
author | walil | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-2017821t20474843z | ||||||
category | asksteem | ||||||
json_metadata | {"tags":"asksteem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-21 13:47:09 | ||||||
last_update | 2017-08-21 13:47:09 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-28 13:47:09 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 4 | ||||||
author_reputation | 306,245,884,932 | ||||||
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 12,438,455 | ||||||
net_rshares | 0 |
This is some really good stuff. Good luck with everything!
author | zoltrix |
---|---|
permlink | re-thekyle-asksteem-api-v1-1-update-user-search-includes-and-sorting-20170819t222056242z |
category | asksteem |
json_metadata | {"tags":["asksteem"],"app":"steemit/0.1"} |
created | 2017-08-19 22:20:57 |
last_update | 2017-08-19 22:20:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 22:20:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 189,658,388,758 |
root_title | "AskSteem API v1.1 Update - User Search, Includes, and Sorting" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,299,197 |
net_rshares | 0 |