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

Get POI summary results

Returns paginated POI summary rows for a completed POI summary analysis job. Each row represents aggregated stop statistics for one point-of-interest location.

Altitude Help Center — POI Location Specific Insights API

Input Parameters

NameLocationTypeValuesDescriptionValue Required
idpathstring-Unique resource identifier.Y
pageTokenquerystring-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
brandsarray<string>Brands included in the summary.
competitorDensityinteger (int64)Number of competitor locations around the input POI location.
inputIdstringInput POI location identifier used to anchor the analysis.
inputNamestringInput POI location name used to anchor the analysis.
inputTypestringInput location type for the summary row, typically POI.
input_iso_3166_2stringISO 3166-2 region code for the input POI location.
isSourceLocationbooleanWhether the returned POI location is the input POI location.
locationAddressstringFormatted street address for the returned POI location.
locationBrandsarray<string>Brands associated with the returned POI location.
locationIdstringReturned POI location identifier.
locationIsOwnedbooleanWhether the returned POI location is owned by the requesting organization.
locationLatitudenumber (double)Returned POI location latitude.
locationLongitudenumber (double)Returned POI location longitude.
locationNaicsobjectNAICS classification for the returned POI location.
locationNamestringReturned POI location name.
location_iso_3166_2stringISO 3166-2 region code for the returned POI location.
naicsobjectNAICS classification for the summarized point of interest.

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.