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

Get POI analytics results

Returns paginated POI analytics rows for a completed POI analytics analysis job.

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
competitorDensityinteger (int64)Number of competitor locations around the input POI location.
displacementnumber (double)Distance from the input POI location (miles or kilometers, according to isMetric).
fleetSizeBinsarray<object>Fleet size histogram buckets.
inputIdstringInput POI location identifier used to anchor the analysis.
inputNamestringInput POI location name used to anchor the analysis.
inputTypestringInput location type for the analytics 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.
stopCountinteger (int64)Observed stop count.
stopCountByFuelTypearray<object>Stop count breakdown by fuel type.
stopCountByVehicleClassarray<object>Stop count breakdown by vehicle class.
stopCountByVocationarray<object>Stop count breakdown by vocation.
stopDurationAvgnumber (double)Average stop duration (minutes).
stopDurationBinsarray<object>Stop duration histogram buckets.
stopDurationMednumber (double)Median stop duration (minutes).
stopDurationStdevnumber (double)Stop duration standard deviation (minutes).
tradeAreaStopCountTotalinteger (int64)Total stops in the trade area around the input POI location.

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.