OpenCage
Worldwide forward and reverse geocoding API. Affordable, predictable pricing. GDPR compliant, made with open data, trusted by thousands of developers.
opencagevcatalog-v14 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "OPENCAGE_GET_GEOJSON", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("OPENCAGE_GET_GEOJSON", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute OPENCAGE_GET_GEOJSON --data '{ }'Tool catalog
Available tools
4 callable operations
request a GeoJSON geocoding responseOPENCAGE_GET_GEOJSONGeocode (GeoJSON)Connection
Geocode (GeoJSON)
Authentication
Connected account requiredTags
GeocodingReverse Geocoding
request a JSON geocoding responseOPENCAGE_GET_JSONGeocode (JSON)Connection
Geocode (JSON)
Authentication
Connected account requiredTags
GeocodingReverse Geocoding
check API health and connectivityOPENCAGE_GET_PINGHealth check endpoint to verify API availabilityConnection
Health check endpoint to verify API availability
Authentication
Connected account requiredTags
Health
request an XML geocoding responseOPENCAGE_GET_XMLGeocode (XML)Connection
Geocode (XML)
Authentication
Connected account requiredTags
GeocodingReverse Geocoding