Destination types
Every travel-time route filters by destination type, using the numeric type
ids below. Look them up live and free at GET /v1/meta/destination-types (the
SDKs return it as a data frame); this page is a readable copy so you can browse
what is available. The live endpoint is always authoritative.
Leaf and parent types
Section titled “Leaf and parent types”A leaf type is one concrete amenity, such as grocery stores or high schools. A
parent type is a grouping that expands to several leaves when you filter on it.
Filtering by parks (a parent) returns rows for all four park-size leaves, which
is four times the rows, and so four times the tokens, of a single leaf. When you
want one amenity, filter by its leaf.
Parent types
Section titled “Parent types”| id | label | name | expands to |
|---|---|---|---|
| 1 | public_schools |
Public schools | 5, 6, 7 |
| 43 | libraries |
Libraries | 208, 209 |
| 60 | all_transit |
All transit stops | 201, 202, 203, 204 |
| 61 | frequent_transit |
Frequent transit stops | 201, 203 |
| 62 | subway_lr |
Subway / light rail stops | 201, 202 |
| 63 | parks |
Parks | 64, 65, 66, 67 |
| 200 | nonfr_transit |
Non-frequent transit stops | 202, 204 |
| 205 | other_transit |
Other transit stops | 203, 204 |
| 206 | parks_gt_half_acre |
Parks (>0.5 acres) | 64, 65, 66 |
| 207 | parks_gt_1_acre |
Parks (>1 acre) | 65, 66 |
Leaf types
Section titled “Leaf types”| id | label | name |
|---|---|---|
| 5 | elementary_schools |
Elementary schools |
| 6 | middle_schools |
Middle schools |
| 7 | high_schools |
High schools |
| 27 | restaurants |
Restaurants |
| 28 | bars |
Bars |
| 29 | convenience_stores |
Convenience stores |
| 30 | grocery_stores |
Grocery stores |
| 31 | cafes |
Cafes and coffee shops |
| 32 | dentists |
Dentists |
| 33 | gyms |
Gyms and exercise studios |
| 34 | pharmacies |
Pharmacies |
| 35 | preschools |
Preschools |
| 36 | museums |
Museums |
| 37 | thrift_stores |
Thrift stores |
| 38 | community_centers |
Community centers |
| 39 | farmers_markets |
Farmers markets |
| 40 | bookstores |
Bookstores |
| 41 | bike_shops |
Bike shops |
| 64 | parks_half_to_1_acre |
Parks (0.5–1 acres) |
| 65 | parks_1_to_10_acres |
Parks (1–10 acres) |
| 66 | parks_gt_10_acres |
Parks (>10 acres) |
| 67 | parks_lt_half_acre |
Parks (<0.5 acres) |
| 126 | playgrounds |
Playgrounds |
| 159 | bakeries |
Bakeries |
| 160 | hardware_stores |
Hardware stores |
| 201 | freq_subway_lr |
Frequent subway / light rail stops |
| 202 | nonfr_subway_lr |
Non-frequent subway / light rail stops |
| 203 | freq_other_transit |
Frequent other transit stops |
| 204 | nonfr_other_transit |
Non-frequent other transit stops |
| 208 | public_libraries |
Public libraries |
| 209 | private_libraries |
University / private libraries |
Transit stops are split by frequency; parks are split by size. Pick the split that matches your question, or the parent when you want all of them.
Generated from GET /v1/meta/destination-types on 2026-07-22. The live endpoint is
authoritative.