Translations: Tagged Data/29/en

From ArdorDocs
Jump to: navigation, search

Get Data Tags Example

http://localhost:27876/nxt?
  requestType=getDataTags&
  chain=2
{
 "requestProcessingTime": 5,
 "tags": [
  {
   "count": 2,
   "tag": "video"
  },
  {
   "count": 1,
   "tag": "scifi"
  },
  {
   "count": 1,
   "tag": "torrent"
  }
 ]
}