Every API, one clean contract.
128 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
11 APIsE-commerce & Marketplaces
24 APIsReal Estate
6 APIsJobs & Hiring
8 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
19 APIsDeveloper Tools
20 APIsClassifieds & Second-hand
4 APIsGeo-Postal
livepost/geo-postal/v1/eu_regions2 creditsCoordinates OR postal code → EU/EFTA/candidate statistical regions: country, NUTS 0-3 hierarchy, LAU commune (GISCO NUTS-2024 + LAU-2024 + TERCET pc2025).
{
"lat": 52.52,
"lon": 13.405
}Try in playground →post/geo-postal/v1/tr_regions2 creditsTürkiye: koordinat, posta kodu VEYA il/ilçe/mahalle adı → resmî idari hiyerarşi (il+plaka, ilçe, mahalle/köy, posta kodları) + NUTS-TR istatistik kodları.
{
"lat": 41.0082,
"lon": 28.9784
}Try in playground →post/geo-postal/v1/in_postal2 creditsIndia: PIN code OR post-office name → post offices, district, state, lat/lon centroid (official All-India Pincode Directory).
{
"pincode": "400001"
}Try in playground →post/geo-postal/v1/us_regions2 creditsUnited States: ZIP code OR coordinates → state, county + 5-digit county FIPS, place, ZIP centroid, and the CGAZ state/county boundary. Built WITHOUT census.gov (GeoNames ZIP directory carries county FIPS; ANSI state-FIPS is a public-domain constant). For census-grade ZCTA + tract/block GEOIDs use the `us_census` action (TIGER/ZCTA polygons + Census Geocoder, gov-pending/91).
{
"postal_code": "10001"
}Try in playground →post/geo-postal/v1/us_census3 creditsUnited States census-grade geocode: street ADDRESS, ZIP, or coordinates → state, county (+5-digit FIPS), census TRACT GEOID, census BLOCK GEOID, ZCTA, and tract/ZCTA land-area — with match_type + confidence. Coordinates/ZIP resolve the ZCTA offline from pinned TIGER/ZCTA-2024 polygons (zero egress); the authoritative tract/block GEOID + address geocoding come from the US Census Geocoder, cached. US-Gov public domain (Title 17 §105).
{
"lat": 40.7505,
"lon": -73.9967,
"live": false
}Try in playground →post/geo-postal/v1/admin_boundary2 creditsGLOBAL coordinates → administrative boundary hierarchy ADM0/ADM1/ADM2 (geoBoundaries CGAZ composite, CC-BY 4.0).
{
"lat": 35.6762,
"lon": 139.6503
}Try in playground →post/geo-postal/v1/postal_lookup1 creditcountry + postal code → region metadata for ~100 countries (GeoNames postal directory) with country-specific enrichment (EU→NUTS3, TR→mahalle, IN→offices).
{
"country": "FR",
"postal_code": "75001"
}Try in playground →post/geo-postal/v1/postal_search1 creditcountry + city/place → its postal codes (zip-by-city); country + admin1 only → that state's codes (zip-by-state); country only → the country's states/regions list (GeoNames directory).
{
"country": "DE",
"place": "München",
"limit": 10
}Try in playground →post/geo-postal/v1/postal_distance1 creditGreat-circle distance between two postal codes (same or different countries).
{
"country": "US",
"from": "10001",
"to": "90210"
}Try in playground →post/geo-postal/v1/postal_radius1 creditAll postal codes within a radius of a postal code (centroid-based).
{
"country": "DE",
"postal_code": "10115",
"radius_km": 3
}Try in playground →post/geo-postal/v1/batch2 creditsResolve up to 50 mixed lookups in one call (cheap local queries).
{
"items": [
{
"action": "eu_regions",
"lat": 48.8566,
"lon": 2.3522
},
{
"action": "postal_lookup",
"country": "TR",
"postal_code": "34710"
}
]
}Try in playground →
Social Media
7 APIs