Commands Reference
Regions
Section titled “Regions”# List all regions (table format)gis.ph regions list
# List with paginationgis.ph regions list --limit 5 --page 2
# List regions in JSON formatgis.ph regions list --format json
# Filter regions (e.g., status:active)gis.ph regions list --filter status:active
# Get specific region by IDgis.ph regions get <region-id>Provinces
Section titled “Provinces”# List all provincesgis.ph provinces list
# List with paginationgis.ph provinces list --limit 10 --page 1
# Get specific province detailsgis.ph provinces get <province-id>
# Get province details with GeoJSON boundariesgis.ph provinces get <province-id> --geometryCities and Municipalities
Section titled “Cities and Municipalities”# List all cities/municipalities in a province (REQUIRED)gis.ph municities list --province "Bohol"
# Filter by name (starts with)gis.ph municities list --province "Bohol" --name "Al"
# Get specific municipality detailsgis.ph municities get <municity-id>
# Get municipality details with barangay boundaries (GeoJSON)gis.ph municities get <municity-id> --geometryBarangays
Section titled “Barangays”# List barangays in a province (REQUIRED)gis.ph barangays list --province "Cebu"
# Filter by municipality and/or barangay namegis.ph barangays list --province "Cebu" --municipality "Poro" --name "Pob"
# Get specific barangay detailsgis.ph barangays get <barangay-id>