Transport for Norway

Norway-wide stops and journeys from Entur's open data

🚆 TransportHEALTHYchecked 11h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL

Entur's national mobility platform exposes open geocoding and journey planning over Norway's public transport. The geocoder autocomplete resolves place and stop names into coordinates as JSON, no key needed. Entur asks callers to send an ET-Client-Name header to avoid rate limiting.

94HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 94 · healthy
Uptime history
100%90 days
100%30 days
432P50 · ms
1762P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 99 ms, slowest 1760 ms, most recent 135 ms.
Live response samplecaptured by our last successful check
GET https://api.entur.io/geocoder/v1/autocomplete?text=Oslo&size=1

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          10.748128,
          59.911076
        ]
      },
      "properties": {
        "id": "NSR:GroupOfStopPlaces:1",
        "layer": "address",
        "name": "Oslo",
        "county": "Oslo"
      }
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.entur.io/geocoder/v1/autocomplete?text=Oslo&size=1"
const res = await fetch("https://api.entur.io/geocoder/v1/autocomplete?text=Oslo&size=1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.entur.io/geocoder/v1/autocomplete?text=Oslo&size=1")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /geocoder/v1/autocomplete?text=Oslo&size=1432 mschecked 11h ago
GET/geocoder/v1/autocomplete?text=Oslo&size=1PROBED

Norway-wide stops and journeys from Entur's open data

GET/geocoder

Geocoder — documented GET route.

GET/geocoder/1

Geocoder details by ID (example: 1).

GET/geocoder?limit=10

Geocoder — documented GET route.

GET/geocoder/search?q=test

Search by query parameters.

GET/geocoder/v1/autocomplete?limit=5

Autocomplete — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Transport for Norway: common questions

Is Transport for Norway free to use?

Yes — Transport for Norway is a free transport API. Free tier: Free — open data, no key; ET-Client-Name header requested. Commercial use is allowed on the free tier.

Does Transport for Norway need an API key?

No — Transport for Norway needs no API key or signup. You can call it straight away; rate limits still apply (Rate-limited for unidentified consumers (no numeric threshold published)).

Can I call Transport for Norway from the browser?

Yes — Transport for Norway returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Transport for Norway up right now?

As of our last scheduled check, Transport for Norway is healthy with 100% uptime over 90 days and a 432 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.