Retrieve all listings
URL
https://api.zoomrank.com/users/:id/local/listings.xml
Supported formats
xml, json
Supported request methods
GET
Example
Retrieve all listings (paginated 100 per-page) for user with ZoomRank ID 1.
https://api.zoomrank.com/users/1/local/listings.xml
Arguments
Argument | Description | Format |
---|---|---|
page | The page of results to return. Defaults to page 1. |
Response Codes
404
- No records found
Example Response
<listings> <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> </listings>