The following is an example response for the Rezgo account with CID 1446.
Example XML Response
<?xml version="1.0" encoding="UTF-8"?> <response> <total>2</total> <tag> <num>1</num> <name>activity</name> <uid>activity</uid> <count>2</count> </tag> <tag> <num>2</num> <name>adventure</name> <uid>adventure</uid> <count>2</count> </tag> <v>latest</v> <gt>0.02255</gt> </response>
Example JSON Response
{ "total": "2", "tag": [ { "num": "1", "name": "activity", "uid": "activity", "count": "2" }, { "num": "2", "name": "adventure", "uid": "adventure", "count": "2" } ], "v": "latest", "gt": "0.02808" }