Retrieve public blogs by tag.
- Added: Apr 17, 2008
- Paginated
responsefields
This method supports the use of ha_responsefields. Acceptable values are a comma separated list of 0 or more of the following:
- commentscount
- respectscount
- tags
- geolocation
- viewscount
- hasrespected
sort
Sorted by the most recent tag placement.examples
example 1
urlhttps://data.hyves-api.nl/?tag=gorillaapi&ha_method=blogs.getByTag&ha_resultsperpage=2&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&ha_version=2.0&oauth_signature_method=PLAINTEXT
result- <?xml version="1.0" encoding="UTF-8"?>
- <blogs_getByTag_result>
- <info>
- <secure_connection>true</secure_connection>
- <running_milliseconds>26</running_milliseconds>
- <serverinfo>web973_stable_93882_HPHP</serverinfo>
- </info>
- </blogs_getByTag_result>
example 2
urlhttps://data.hyves-api.nl/?tag=gorillaapi&ha_method=blogs.getByTag&ha_resultsperpage=2&ha_responsefields=commentscount%2Crespectscount%2Ctags%2Cgeolocation%2Cviewscount%2Chasrespected&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&ha_version=2.0&oauth_signature_method=PLAINTEXT
result- <?xml version="1.0" encoding="UTF-8"?>
- <blogs_getByTag_result>
- <info>
- <secure_connection>true</secure_connection>
- <running_milliseconds>24</running_milliseconds>
- <serverinfo>web908_stable_93882_HPHP</serverinfo>
- </info>
- </blogs_getByTag_result>