Data API of Regions,Provinces, CityMunicipalities, and Barangay of the Philippines
url: https://phaddress.onrender.com
-
api/v1/ph/regions
QUERY PARAMETERS
- empty = get all regions data
- regCode = get region data filter by spefic region code
-
api/v1/ph/provinces
QUERY PARAMETERS
- empty = get all provinces data
- regCode = filter by spefic region and its provinces
- provCode = get province data filter by specific province code
-
api/v1/ph/citymuns
QUERY PARAMETERS
- empty = get all citymun data
- regCode = get get cities/municipalities data filter by spefic region code
- provCode = get get cities/municipalities data filter by spefic provinces code
- regCode && provCode = get cities/municipalities data filter by spefic region and provinces code
-
api/v1/ph/barangays
PARAMETERS
- default = get all barangays data
- regCode = get get barangays data filter by spefic region code
- provCode = get get barangays data filter by spefic provinces code
- regCode && provCode = get barangays data filter by spefic region and provinces code
How to Contribute to this Project Repository:
- Fork the Project
- Create your Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Thank you in advance for your contributions! Godbless and Happy Coding!