yajra / laravel-address

Philippines Regions, Provinces, Cities and Barangays Address Lookup API for Laravel.
MIT License
35 stars 17 forks source link

Unable to get some barangays in some Cities. #9

Closed bryanjamesdelaluya closed 8 months ago

bryanjamesdelaluya commented 2 years ago

I can't get list of Barangays in Region IV-A Calabarzon > Laguna > City of San Pablo > No results. But upon checking the database, there are list of barangays for San Pablo.

yajra commented 2 years ago

I'm not using the package atm and may not be able to support this. Please do not hesitate to submit a PR for a possible fix. Thanks!

yajra commented 8 months ago

You can use this route: api/address/barangays/012802

Where 012802 is the city_id.

01 = Region ID 0128 = Province ID 012802 = City ID

That's the pattern for IDs. Thanks!