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 region by PSGC codegis.ph regions get 0700000000Provinces
Section titled “Provinces”# List all provincesgis.ph provinces list
# List with paginationgis.ph provinces list --limit 10 --page 1
# Get province by PSGC codegis.ph provinces get 0702200000
# Get province with GeoJSON boundariesgis.ph provinces get 0702200000 --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 municipality by PSGC codegis.ph municities get 0730600000
# Get municipality with barangay boundaries (GeoJSON)gis.ph municities get 0730600000 --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 barangay by PSGC codegis.ph barangays get 0730600041