Features Pricing Docs Contact Dashboard

Free Geocoding API

Convert any address, city, or place name into precise latitude and longitude coordinates. 3,000 free requests per day.

Get API Key Documentation
3K
Free requests/day
100ms p95
Response time
99.9%
Uptime

Try it

Click "Geocode" to see the result...

What is a Geocoding API?

A geocoding API converts human-readable addresses into geographic coordinates (latitude and longitude). This process, known as forward geocoding, is essential for mapping applications, delivery services, location-based searches, and any application that needs to work with geographic data.

How Our Free Geocoding API Works

Simply send a GET request with your address query, and receive precise coordinates in return:

// Request
GET https://api.latlng.work/api?q=Seattle,WA
Headers: X-Api-Key: your_api_key

// Response
{
  "features": [{
    "geometry": {
      "coordinates": [-122.3321, 47.6062]
    },
    "properties": {
      "name": "Seattle",
      "state": "Washington",
      "country": "United States"
    }
  }]
}

Why Choose Our Free Geocoding API?

  • Truly Free: 3,000 geocoding requests per day at no cost, forever
  • No Credit Card: Sign up and start using immediately
  • Global Coverage: Powered by OpenStreetMap data covering every country
  • Fast Response: 100ms p95 response times from edge servers worldwide
  • Simple REST API: Easy to integrate with any programming language
  • GeoJSON Format: Standard format compatible with all mapping libraries

Common Use Cases

  • Store locator and branch finder applications
  • Delivery and logistics route planning
  • Real estate and property listing platforms
  • Travel and tourism applications
  • CRM and customer data enrichment
  • Data analysis and visualization projects

Getting Started in 3 Steps

1
Create free account
2
Get your API key
3
Start geocoding

Get Your Free API Key →