Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcuwynu23/ph-address
Data API of Regions,Provinces, CityMunicipalities, and Barangay of the Philippines
https://github.com/marcuwynu23/ph-address
address address-data-api api barangay city data geolocation municipalities provinces
Last synced: 8 days ago
JSON representation
Data API of Regions,Provinces, CityMunicipalities, and Barangay of the Philippines
- Host: GitHub
- URL: https://github.com/marcuwynu23/ph-address
- Owner: marcuwynu23
- License: mit
- Created: 2022-10-21T16:29:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T11:19:59.000Z (5 months ago)
- Last Synced: 2024-06-12T15:57:21.847Z (5 months ago)
- Topics: address, address-data-api, api, barangay, city, data, geolocation, municipalities, provinces
- Language: JavaScript
- Homepage: https://phaddress.onrender.com
- Size: 1.18 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![image](images/banner.png)
# ph-address-data
Data API of Regions,Provinces, CityMunicipalities, and Barangay of the Philippinesurl: 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 philippinesQUERY 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 philippinesPARAMETERS
- 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 RequestThank you in advance for your contributions! Godbless and Happy Coding!