Interactive API Reference
The technical API contract (paths, parameters, request/response schemas, and operation summaries) lives on the API itself—not as a second hand-maintained catalog in this site.
Official sources
Section titled “Official sources”| Source | URL | Use for |
|---|---|---|
| Scalar UI | https://api.gis.ph/reference | Browse and try endpoints in the browser |
| OpenAPI document | https://api.gis.ph/doc | Machine-readable OpenAPI 3 generated from route code |
Route metadata is defined next to the handlers in api.gis.ph (createRoute summaries, descriptions, and Zod OpenAPI fields). That keeps Scalar and the live app in sync.
What this docs site owns
Section titled “What this docs site owns”High-level guides and product context only:
- Authentication and access
- Common geo resources (regions → barangays)
- Datasets overview
- CLI, SDKs, MCP, and UI components
These pages explain intent and how to get started. For field-level detail, always prefer Scalar / /doc.
Base URL
Section titled “Base URL”- Production:
https://api.gis.ph - Versioned routes:
https://api.gis.ph/v1/...
All /v1/* endpoints require authentication. See Authentication.