Overview
Your app needs to know the list of barangays in a certain city?
If you visit API you'll see the following endpoints
- https://ph-locations-api.buonzz.com/v1/regions
- https://ph-locations-api.buonzz.com/v1/provinces
- https://ph-locations-api.buonzz.com/v1/cities
- https://ph-locations-api.buonzz.com/v1/barangays
The id associated to each of the JSON object are ID's assigned by (PSGC) Philippine Standard Geographic Codes.
You can try out using the API via Swagger documentation included with it