Skip to content
PSGC Cloud Logo White
  • Home
  • Documentation
  • Contact
PSGC Cloud Logo White
  • Home
  • Documentation
  • Contact

Public API

7
  • PSGC Regions API Documentation
  • PSGC Provinces API Documentation
  • PSGC Cities Municipalities API Documentation
  • PSGC Cities API Documentation
  • PSGC Municipalities API Documentation
  • PSGC Sub-Municipalities API Documentation
  • PSGC Barangays API Documentation
  • Home
  • Docs
  • Public API
  • PSGC Municipalities API Documentation
View Categories

PSGC Municipalities API Documentation

1 min read

This API lets you retrieve information about municipalities and their barangays in the Philippines. The API returns data in JSON format, providing a convenient way to access the information programmatically.

Accessing All Municipalities #

To access all municipalities, you can make a GET request to the following endpoint:

https://psgc.cloud/api/municipalities

This will return a JSON object containing information about all the municipalities in the Philippines.

Accessing a Single Municipality #

If you want to retrieve information about a specific municipality, you can use either the municipality code or name value. For example, to access the municipality with code “0102802000”, you can make a GET request to the following endpoint:

https://psgc.cloud/api/municipalities/0102802000

This will return a JSON object containing information about the municipality with the specified code.

Accessing Barangays of a Municipality #

To access the barangays within a municipality, you can append “/barangays” to the municipality endpoint. For example, to retrieve the barangays within the municipality with code “0102802000”, you can make a GET request to the following endpoint:

https://psgc.cloud/api/municipalities/0102802000/barangays

This will return a JSON object containing information about the barangays within the specified municipality.

That’s it! You now have the necessary information to start using the PSGC Cloud Municipalities API. Feel free to explore the different endpoints and retrieve the data you need for your applications.

What are your Feelings
Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
Still stuck? How can we help?

How can we help?

Updated on February 10, 2024
PSGC Cities API DocumentationPSGC Sub-Municipalities API Documentation

Powered by BetterDocs

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Accessing All Municipalities
  • Accessing a Single Municipality
  • Accessing Barangays of a Municipality

Copyright © 2025 PSGC Cloud