Skip to content

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.

SourceURLUse for
Scalar UIhttps://api.gis.ph/referenceBrowse and try endpoints in the browser
OpenAPI documenthttps://api.gis.ph/docMachine-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.

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.

  • Production: https://api.gis.ph
  • Versioned routes: https://api.gis.ph/v1/...

All /v1/* endpoints require authentication. See Authentication.