Retrieve a plan
URL
https://api.zoomrank.com/plans/:id.xml
Supported formats
xml, json
Supported request methods
GET
Example
Retrieve plan with ZoomRank ID 1.
https://api.zoomrank.com/plans/1.xml
Response Codes
200
- Success404
- No record found
Example Response
<plan id="1"> <name>10 Keywords</name> <number_of_keywords>10</number_of_keywords> </plan>