get
/api/v2/poi/locations/{id}
Python SDK method:
client.poi.locations(id=job_id).results()

Get point of interest results

Returns paginated POI location rows for a completed Points of Interest locations job. Each row represents a location that has been identified as a point of interest.

Altitude Help Center — POI Location Specific Insights API

Input Parameters

NameLocationTypeValuesDescriptionValue Required
idpathstring-POI locations job identifier returned by the POST request.Y
pageTokenquerystring-Opaque pagination token returned in the Link header of a previous response. Omit to fetch the first page.N

Success Responses

200 response: object

Paginated result data. When more pages are available, a Link: rel="next" header and Altitude-* pagination headers are included in the response.

NameTypeDescription
addressstringFormatted street address for the location.
brandsarray<string>Brands associated with the location.
idstringPoint of interest location identifier.
isOwnedbooleanWhether the location is owned by the requesting organization.
iso_3166_2stringISO 3166-2 region code for the location.
latitudenumber (double)Location latitude in decimal degrees.
longitudenumber (double)Location longitude in decimal degrees.
naicsobjectNAICS classification for the location.
namestringPoint of interest location name.

Response Errors

HTTP Status CodeReason
400The request body or parameters are invalid.
401Authentication is required or the provided credentials are invalid.
403The authenticated user lacks permission to perform this operation.
404The requested resource does not exist.
409Result not yet ready. Poll the status monitor.
429The request rate limit has been exceeded.
500An unexpected server error occurred.