Directory/maps-location/OpenCage Geocoding
OpenCage Geocoding
active

Forward and reverse geocoding using open data (OpenStreetMap, government sources)

maps-locationAPI KeyFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call OpenCage Geocoding with your PincerAPI key. No separate signup needed.

# Get instructions for OpenCage Geocoding
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/opencage/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/opencage/your/endpoint/here"

Direct Setup

Endpoints

GET/geocode/v1/json

Forward or reverse geocoding

💡 Single endpoint handles both forward (q=address) and reverse (q=lat,lon). Set no_annotations=1 to reduce response size.

Related APIs in maps-location