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 Geocode API

The Geocode API from HERE — 1 operation(s) for geocode.

HERE 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 Geocode. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 1 operation across 1 path, 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.

1 operations 1 paths 2 schemas 1 GET

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 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 1

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

Geocode 1
GET
/geocode
Geocode an address (free-form or qualified)
6 params → 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-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 Lookup API
HERE Reverse Geocode API