PHAsia · Southeast Asia

Philippines Address Validation API

Validate and standardise Philippines addresses in real time. Get a matched address, geocoordinates, confidence score, and ZIP Code data via a single API call.

NNNN
ZIP Code
OpenStreetMap
Data Source
Filipino / English
Languages
HIGH
Max Confidence

Philippines Address Validation Demo

Confidence:HIGH
POST /enrich — ResponseSample
{
  "_note": "Sample response — enter any address and click Validate for live data",
  "valid": true,
  "canonical_address": "New Executive Building, J.P. Laurel Street, San Miguel, Manila 1005",
  "confidence": "HIGH",
  "delivery_risk": "low",
  "matched_address": {
    "line1": "New Executive Building",
    "city": "San",
    "postal_code": "Manila 1005",
    "country": "Philippines",
    "iso2": "PH"
  },
  "geocode": {
    "lat": 14.5995,
    "lng": 120.9842
  },
  "data_source": "OpenStreetMap",
  "issues": []
}

Philippines Address Format

Philippine addresses follow: unit/house number, building name, street name, barangay (neighbourhood), city/municipality, province, and 4-digit ZIP code. Metro Manila uses 1000–1850. English is widely used in official addresses.

Postal Code Name
ZIP Code
Format
NNNN
Official Languages
Filipino, English
Sample address:
New Executive Building, J.P. Laurel Street, San Miguel, Manila 1005
Major cities:
ManilaQuezon CityCaloocanDavaoCebuZamboanga

Integration Code

curl -X POST https://agent.apitier.com/v1/enrich \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"address": "New Executive Building, J.P. Laurel Street, San Miguel, Manila 1005"}'

Frequently Asked Questions

What address format does Philippines use?
Philippine addresses follow: unit/house number, building name, street name, barangay (neighbourhood), city/municipality, province, and 4-digit ZIP code. Metro Manila uses 1000–1850. English is widely used in official addresses.
What is a ZIP Code in Philippines?
Philippines uses a ZIP Code with the format NNNN to identify delivery areas. The APITier Address Agent API validates and standardises addresses including the ZIP Code as part of the response.
How do I validate a Philippines address via API?
Send a POST request to https://agent.apitier.com/v1/enrich with your address string in the request body and your API key in the x-api-key header. The response includes the standardised Philippines address, geocoordinates (lat/lng), a confidence score (HIGH/MEDIUM/LOW), and data source information.

More Asia Countries

Ready to validate Philippines addresses at scale?

The APITier Address Agent API handles address validation across 120+ countries. Free trial — 20 requests, no credit card required.