List Features for a Region
GET/api/v1/regions/:region_id/features
Returns all features belonging to a region. Designed for client-side
join with vector tile data: tiles carry only id and feature_id
per shape — use this endpoint to resolve those IDs into names,
custom IDs, and arbitrary data.
The URL for this endpoint is included in the features_url field
of the /geodisplay/config response, so clients don't need to
construct it manually.
By default returns all features (no pagination) since tile clients
typically need the full set to build a lookup table. Use per_page
for very large regions if needed.
Request
Responses
- 200