API Reference
Filters Options
GET
Filters Options
Authorizations
Your GOI API key. Create one on the GOI dashboard under API keys.
Response
200 - application/json
Successful Response
Previous
List or look up locationsReturns location-tree entries from the shared `goi_locations` table.
Modes:
- Root: `parent_id` omitted, empty, or `null` → returns continents and countries
- Children: `parent_id=<id>` → direct children of that location
- Exact: `name=<name>&location_type=<type>` → exact lookup
Locations are global navigation metadata — open to any caller past auth, no `regionAccess` filtering applied.
Next
Filters Options