Geo Reverse Postal Code
Get place information using a postal or ZIP code — including city, state, country, and coordinates. Ideal for address autofill, validation, and logistics applications.
🧾 Overview – Fetch Place from Postal Code
🚀 How to get Place from Postal Code
Name
Value
Name
Type
Description
{
"status": "success",
"message": "Places fetched successfully.",
"code": 200,
"type": "SUCCESS",
"data": {
"place": "Kotwali Tehsil",
"city": "Kotwali Tehsil",
"state": "Delhi",
"state_district": "Central Delhi",
"country": "India",
"country_code": "IN",
"postcode": "110006",
"lat": "28.6559843",
"lon": "77.2316234",
"display_name": "110006, Old Delhi, Delhi, Kotwali Tehsil, Central Delhi, Delhi, India"
},
"input": {
"postal_code": "110006"
},
"info": {
"timestamp_utc": "2025-06-07 12:24:52",
"version": "v1.0",
"credits_used": 1,
"response_time": 703.29
}
}Last updated