Geoapify

API

Geocoding API for forward/reverse lookup & address autocomplete

Visit Website

Overview

Geoapify Geocoding API provides RESTful endpoints for forward geocoding (address-to-coordinates), reverse geocoding (coordinates-to-address), and address autocomplete. Responses are JSON-formatted, including detailed location data like street, city, postal code, geometry, and place categories. Use cases include mapping applications, location-based service integration, delivery route optimization, form auto-fill for addresses, and asset tracking systems.

Example Integration (JavaScript)

script.js JS

fetch('https://www.geoapify.com/api/geocoding-api/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON Response Format
  • Forward Geocoding
  • Reverse Geocoding
  • Address Autocomplete
  • Structured Location Metadata

Frequently Asked Questions

? Is Geoapify free to use?

Yes, Geoapify offers a free tier with limited monthly requests; paid plans are available for higher usage volumes and advanced features.

? Does it require an API Key?

Yes, you need to sign up for an API key from Geoapify to access its Geocoding API endpoints.

? What is the response format?

The API returns responses in JSON format, including structured data like addresses, geographic coordinates, place types, and administrative boundaries.

Top Alternatives

Google Geocoding API Search Google
OpenCage Geocoder Search Google
Here Geocoding API Search Google

People Also Ask about Geoapify

Geoapify vs Google Geocoding APIGeoapify vs OpenCage GeocoderGeoapify vs Here Geocoding API Geoapify 2025 review

Tool Info

Pricing Freemium
Category Geocoding
Platform Public API

Pros

  • Highly accurate location results
  • Easy-to-integrate endpoints
  • Freemium pricing model
  • Fast response times

Cons

  • Requires API key authentication
  • Rate limits on free tier
  • Advanced features locked behind paid plans

More Geocoding Tools