Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HERE Reverse Geocode API

The Reverse Geocode API from HERE — 2 operation(s) for reverse geocode.

HERE Reverse Geocode API is one of 7 APIs that HERE publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Reverse Geocode. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 7.0.0.

Requests are made against 7 base URLs: https://geocode.search.hereapi.com/v1, https://discover.search.hereapi.com/v1, https://autosuggest.search.hereapi.com/v1, https://autocomplete.search.hereapi.com/v1, https://browse.search.hereapi.com/v1, https://lookup.search.hereapi.com/v1, https://revgeocode.search.hereapi.com/v1.

2 operations 2 paths 2 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
7.0.0
Base URL
https://api.example.com
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

HERE Reverse Geocode API declares 2 security schemes for authenticating requests. An API key is passed in the query as apiKey (apiKey). It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • apiKey — HERE API Key (apiKey query parameter)
  • bearerAuth — HERE OAuth 2.0 token

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Reverse Geocode 2
GET
/revgeocode
Reverse geocode coordinates
3 params → 200
POST
/multi-revgeocode
Batch reverse geocode many coordinates
body → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Item (6 properties), SearchResponse (1 property). Each schema is shown below with its type and property counts.

SearchResponse
object
1 property
Item
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

here-reverse-geocode-api-openapi.yml Raw ↑

Other APIs HERE publishes across the network.

HERE Autocomplete API
HERE Autosuggest API
HERE Browse API
HERE Discover API
HERE Geocode API
HERE Lookup API