Get Listing by Coordinates
Listings & Quietness
Get Listing by Coordinates
Retrieve a specific listing by its location coordinates
GET
Get Listing by Coordinates
Overview
The Get Listing by Coordinates API retrieves a specific listing using latitude and longitude coordinates. This is useful when you know the location but not the listing ID.To obtain an API key, register for an account and subscribe to a plan.
Authorization
Your API key for authentication
Query Parameters
The latitude coordinate of the listing (e.g., 37.7749)
The longitude coordinate of the listing (e.g., -122.4194)
Response Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
listing | object | The listing object |
listing.listing_id | string | Unique identifier for the listing |
listing.lat | number | Latitude coordinate |
listing.lng | number | Longitude coordinate |
listing.quietness_id | string | Reference ID to the quietness score data record |
listing.quiet_score | number | Quiet Score™ for this location (0-100) |
listing.created_at | string | ISO 8601 timestamp when the listing was created |
listing.updated_at | string | ISO 8601 timestamp when the listing was last updated |
Notes
- Coordinates are matched with 6 decimal places of precision (approximately 0.1 meter accuracy)
- If no exact match is found, a 404 error is returned
Use Cases
- Location lookup: Check if a specific location is already tracked
- Retrieve listing ID: Get the listing_id for subsequent operations
- Verify tracking: Confirm a location was added to your listings