Geoapify website screenshot

Geoapify

Geoapify Location Platform APIs for location-based services and mapping solutions.

10 APIs 16 Features
GeocodingGeospatialLocationMaps

APIs

Map Tiles API

Retrieve map tiles for various types and styles.

Static Maps API

Generate static map images for embedding in applications.

Forward Geocoding API

Convert addresses into geographic coordinates.

Reverse Geocoding API

Convert geographic coordinates into addresses.

Address Autocomplete API

Address autocomplete suggestions for search fields.

IP Geolocation API

Identify the location of an IP address.

Routing API

Provides routing directions between multiple points.

Places API

Discover places based on various categories and parameters.

Boundaries API

Retrieve boundary data for administrative regions.

Isoline API

Generate isolines to represent reachable areas.

Collections

Pricing Plans

Geoapify Plans Pricing

7 plans

PLANS

Rate Limits

Geoapify Rate Limits

6 limits

RATE LIMITS

FinOps

Features

Free: 3K credits/day, 5 RPS, limited commercial use
API 10: $59/mo, 10K credits/day, 12 RPS
API 25: $109/mo, 25K credits/day, 15 RPS
API 50: $179/mo, 50K credits/day, 20 RPS
API 100: $299/mo, 100K credits/day, 25 RPS
API 250: $609/mo, 250K credits/day, 30 RPS
Custom from $860/mo: unmetered, dedicated endpoint
Geocoding API (forward + reverse)
Routing API (driving, walking, cycling, truck)
Isochrones up to 15-120 min by tier
Place Details API
Map Tiles API
Address Autocomplete
Static Maps API
Boundaries API
OpenStreetMap-based data with global coverage

JSON Structure

Geoapify Structure

0 properties

JSON STRUCTURE

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
📝
Signup
Signup
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Geoapify Forward Geocoding API
  version: 1.0.0
items:
- info:
    name: Forward Geocoding
    type: http
  http:
    method: GET
    url: https://api.geoapify.com/v1/geocode/search
    params:
    - name: apiKey
      value: ''
      type: query
      description: Your API key for accessing the Geoapify API.
    - name: text
      value: ''
      type: query
      description: Free-form address input.
    - name: name
      value: ''
      type: query
      description: Amenity or place name as part of a structured address.
    - name: housenumber
      value: ''
      type: query
      description: House number for a structured address.
    - name: street
      value: ''
      type: query
      description: Street name for a structured address.
    - name: postcode
      value: ''
      type: query
      description: Postal code or ZIP code.
    - name: city
      value: ''
      type: query
      description: City name.
    - name: state
      value: ''
      type: query
      description: State name.
    - name: country
      value: ''
      type: query
      description: Country name.
    - name: type
      value: ''
      type: query
      description: Location type filter to narrow down search by type.
    - name: lang
      value: ''
      type: query
      description: Language code for the response (2-character ISO 639-1).
    - name: limit
      value: ''
      type: query
      description: Maximum number of results to return.
    - name: filter
      value: ''
      type: query
      description: Filter results by location constraints (e.g., country, boundary).
    - name: bias
      value: ''
      type: query
      description: Location bias to prioritize search results by proximity or area.
    - name: format
      value: ''
      type: query
      description: Response format.
  docs: Convert addresses into geographic coordinates using free-form or structured input.
bundled: true