get
/api/v2/aadt/{id}
Python SDK method:
client.rtm.modeled_aadt(id=job_id).results()

Get AADT results

Returns paginated AADT rows for a completed AADT job. Each row represents an AADT estimate for one road segment.

Altitude Help Center - AADT

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
aadtByVehicleGrouparray<object>Array of objects representing the annual average daily traffic broken down by vehicle group.
cardinalDirectionstringThe direction of the road segment in terms of 'N', 'NE', 'E', etc.
directioninteger (int64)The direction of travel of the road segment, either 1 or -1.
iso_3166_2stringThe ISO 3166:2 code of the zone.
roadTypestringThe road type of the road segment.
segmentIdstringThe ID of the road segment for which AADT is being reported.
yearinteger (int64)The calendar year for which the AADT values are returned.
zoneCodestringRaw zone code (e.g. county FIPS, ZIP code, custom zone ID).
zoneIdstringEncoded zone identifier for use in subsequent API requests.
zoneNamestringDescription of the zone when available.
zoneTypestringThe zone type of the zone.

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.