HERE Technologies website screenshot

HERE Technologies

HERE Technologies is a location data and technology company offering a broad REST API surface for mapping, geocoding, search, routing, fleet planning, traffic, weather, transit, geofencing, tracking, and HD live mapping for automated driving, plus client SDKs (Maps API for JavaScript, native SDKs for iOS and Android, Flutter), HERE Studio and Workspace for data hosting, and HERE Platform for enterprise data ingestion and processing. Most Location Services APIs are served under the *.hereapi.com domain and authenticated by API key, OAuth token, or app id / app code.

22 APIs 0 Features
MapsGeocodingRoutingLocation ServicesTrafficHD Live MapAutomotiveFleet

APIs

HERE Geocoding and Search API

Forward and reverse geocoding, address lookup, place discovery, browse, and details. Returns rich location data including addresses, places, categories, and geometry.

HERE Autosuggest API

Type-ahead search returning place and address suggestions for partial queries, sharing the geocoding and search dataset.

HERE Routing API v8

Calculates routes for car, truck, bicycle, pedestrian, scooter, taxi, and EV vehicles with traffic, restrictions, tolls, alternatives, and turn-by-turn instructions.

HERE Matrix Routing API v8

Batch many-to-many travel time and distance matrices for fleet routing, logistics, and territory planning.

HERE Isoline Routing API v8

Computes reachable areas (isolines) by time, distance, or consumption from one or more origins for site selection and service-area analysis.

HERE Tour Planning API

Vehicle routing problem (VRP) solver for fleets, with time windows, capacities, breaks, skills, multi-trip, and pickup-and-delivery constraints.

HERE Waypoint Sequence API

Optimizes the order of intermediate stops for a single vehicle route to minimize travel time or distance.

HERE Traffic API v7

Real-time traffic flow and incident data: speeds, jam factors, and incident events for monitoring, routing, and analytics.

HERE Public Transit API

Multi-modal public transit routing, station and stop lookup, departure boards, and next-departure data for transit-enabled apps.

HERE Destination Weather API

Current conditions, forecasts, and severe weather alerts at a coordinate or destination, intended to enrich routing, ETAs, and travel planning.

HERE Map Tile API

Raster, vector, satellite, and hybrid map tiles served via tile and style endpoints, including the HERE Vector Tile API for client-side rendering.

HERE Map Image API

Renders static map images for a given location, route, or geometry as PNG/JPEG, with markers and overlays.

HERE Tracking API

Asset tracking platform: ingests positions and telemetry from devices, manages devices and projects, and exposes geofencing, history, and events through REST.

HERE Positioning API

High-precision indoor and outdoor positioning using Wi-Fi, cellular, and Bluetooth signals.

HERE Parking API

On-street and off-street parking availability, pricing, restrictions, and locations.

HERE Platform Data API

Catalog, layer, and partition APIs for hosting and accessing location-centric data products on the HERE Platform / Workspace.

HERE HD Live Map

High-definition map product for automated driving with road geometry, lanes, signs, hazards, and dynamic updates, distributed via the HERE Platform.

HERE Maps API for JavaScript

Browser SDK for embedding interactive maps, routing, search, and traffic visualizations in web applications.

HERE SDK for iOS

Native iOS SDK with maps, routing, search, navigation, and offline capabilities for mobile applications.

HERE SDK for Android

Native Android SDK with maps, routing, search, navigation, and offline capabilities for mobile applications.

HERE SDK for Flutter

Flutter SDK wrapping HERE Mobile SDK capabilities for cross-platform mobile applications.

HERE Studio

Web-based mapping studio for designing custom map styles, uploading and visualizing geospatial data, and publishing interactive map experiences on top of the HERE Platform.

Collections

Pricing Plans

Rate Limits

Here Technologies Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHub
GitHub
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: HERE Geocoding & Search API v7
  version: 7.0.0
request:
  auth:
    type: apikey
    key: apiKey
    value: '{{apiKey}}'
    placement: query
items:
- info:
    name: Geocode
    type: folder
  items:
  - info:
      name: Geocode an address
      type: http
    http:
      method: GET
      url: https://geocode.search.hereapi.com/v1/geocode
      params:
      - name: q
        value: ''
        type: query
      - name: qq
        value: ''
        type: query
      - name: at
        value: ''
        type: query
      - name: in
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
      - name: lang
        value: ''
        type: query
    docs: Geocode an address
- info:
    name: Reverse Geocode
    type: folder
  items:
  - info:
      name: Reverse geocode coordinates
      type: http
    http:
      method: GET
      url: https://geocode.search.hereapi.com/v1/revgeocode
      params:
      - name: at
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Reverse geocode coordinates
- info:
    name: Batch Jobs
    type: folder
  items:
  - info:
      name: List batch jobs
      type: http
    http:
      method: GET
      url: https://geocode.search.hereapi.com/v1/jobs
    docs: List batch jobs
  - info:
      name: Create a batch job
      type: http
    http:
      method: POST
      url: https://geocode.search.hereapi.com/v1/jobs
    docs: Create a batch job
  - info:
      name: Delete multiple jobs
      type: http
    http:
      method: DELETE
      url: https://geocode.search.hereapi.com/v1/jobs
    docs: Delete multiple jobs
  - info:
      name: Get a job's status
      type: http
    http:
      method: GET
      url: https://geocode.search.hereapi.com/v1/jobs/:jobId
      params:
      - name: jobId
        value: ''
        type: path
    docs: Get a job's status
  - info:
      name: Delete a specific job
      type: http
    http:
      method: DELETE
      url: https://geocode.search.hereapi.com/v1/jobs/:jobId
      params:
      - name: jobId
        value: ''
        type: path
    docs: Delete a specific job
  - info:
      name: Start a job
      type: http
    http:
      method: PUT
      url: https://geocode.search.hereapi.com/v1/jobs/:jobId/start
      params:
      - name: jobId
        value: ''
        type: path
    docs: Start a job
  - info:
      name: Stop a job
      type: http
    http:
      method: PUT
      url: https://geocode.search.hereapi.com/v1/jobs/:jobId/stop
      params:
      - name: jobId
        value: ''
        type: path
    docs: Stop a job
  - info:
      name: Retrieve job results
      type: http
    http:
      method: GET
      url: https://geocode.search.hereapi.com/v1/jobs/:jobId/results
      params:
      - name: jobId
        value: ''
        type: path
    docs: Retrieve job results
  - info:
      name: Retrieve job errors
      type: http
    http:
      method: GET
      url: https://geocode.search.hereapi.com/v1/jobs/:jobId/errors
      params:
      - name: jobId
        value: ''
        type: path
    docs: Retrieve job errors
- info:
    name: Notifications
    type: folder
  items:
  - info:
      name: List notifications
      type: http
    http:
      method: GET
      url: https://geocode.search.hereapi.com/v1/notifications
    docs: List notifications
  - info:
      name: Create a notification subscription
      type: http
    http:
      method: POST
      url: https://geocode.search.hereapi.com/v1/notifications
      body:
        type: json
        data: '{}'
    docs: Create a notification subscription
- info:
    name: Health
    type: folder
  items:
  - info:
      name: Service health
      type: http
    http:
      method: GET
      url: https://geocode.search.hereapi.com/v1/health
    docs: Service health
bundled: true