Retrieve a listing
URL
https://api.zoomrank.com/users/:user_id/local/listings/:id.xml
Supported formats
xml, json
Supported request methods
GET
Example
Retrieve listing with ZoomRank ID 1200 for user with ZoomRank ID 1.
https://api.zoomrank.com/users/1/local/listings/1200.xml
Response Codes
200
- Success404
- No records found
Example Response
<listing id="8"> <engine_id>1</engine_id> <external_id></external_id> <google_cid>17076848190595650818</google_cid> <name>Luigi's New York Pizza & Pasta</name> <street>4944 Preston Road</street> <city>Frisco</city> <state>TX</state> <postal_code>75034</postal_code> <phone>469-223-2658</phone> <created_at>2011-03-07 17:13:39 -0600</created_at> <metrics> <metric id="16" engine_id="1"> <date>2011-03-25</date> <rating value="3.93" change=""/> <reviews value="106" change=""/> </metric> </metrics> </listing>