https://github.com/marcuwynu23/phaddress
Data API of Regions,Provinces, CityMunicipalities, and Barangay of the Philippines
https://github.com/marcuwynu23/phaddress
address address-data-api api barangay city data geolocation municipalities provinces
Last synced: 7 months ago
JSON representation
Data API of Regions,Provinces, CityMunicipalities, and Barangay of the Philippines
- Host: GitHub
- URL: https://github.com/marcuwynu23/phaddress
- Owner: marcuwynu23
- License: mit
- Created: 2022-10-21T16:29:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T11:58:35.000Z (10 months ago)
- Last Synced: 2025-03-24T03:44:16.793Z (8 months ago)
- Topics: address, address-data-api, api, barangay, city, data, geolocation, municipalities, provinces
- Language: JavaScript
- Homepage: https://phaddress.onrender.com
- Size: 2.01 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ph-address-data
Data API of Regions,Provinces, CityMunicipalities, and Barangay of the Philippines
url: https://phaddress.onrender.com
- _**api/v1/ph/regions**_
### Route to get regions of the philippines
QUERY PARAMETERS
- empty = get all regions data
- regCode = get region data filter by spefic region code
- _**api/v1/ph/provinces**_
### Route to get provinces of the philippines
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**_
### Route to get cities and municipalities of the philippines
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**_
### Route to get barangays of the philippines
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
## Contributing
How to Contribute to this Project Repository:
1. Fork the Project
2. Create your Branch
3. Commit your Changes
4. Push to the Branch
5. Open a Pull Request
Thank you in advance for your contributions! Godbless and Happy Coding!