Retrieve a category
URL
https://api.zoomrank.com/users/:user_id/categories/:id.xml
Supported formats
xml, json
Supported request methods
GET
Example
Retrieve category with ZoomRank ID 1 for user with ZoomRank ID 1.
https://api.zoomrank.com/users/1/categories/1.xml
Response Codes
200
- Success404
- No records found
Example Response
<category id="1"> <name>North Market</name> </category>