Overview

Your app needs to know the list of barangays in a certain city?

If you visit API you'll see the following endpoints

  1. https://ph-locations-api.buonzz.com/v1/regions
  2. https://ph-locations-api.buonzz.com/v1/provinces
  3. https://ph-locations-api.buonzz.com/v1/cities
  4. https://ph-locations-api.buonzz.com/v1/barangays
Each represents a collection of resource in a JSON format. Regions are the different regions in the Philippines, under each region are provinces, cities/municipalies within those provinces, then the barangays under those cities/municipalities .

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

One time only

OnetimeOnly

A Java-based web application for securely sharing confidential information via one-time visit links.

Laravel Best Practices

Laravel Best Practices

A curated list of best practices in writing, maintaining and deploying Laravel applications.

Restler Boot

A Micro-framework for building Microservices.