search_stops

Search Norway's National Stop Register by stop name.

Signature: search_stops(query: string, required; limit: integer, items, optional, default 10; lang: string, optional, default 'no'; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/entur/search_stops/?query={query}&limit=10&lang=no&offset=0

Replace {query}, {limit}, {lang} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/entur/search_stops?query={query}&limit=10&lang=no&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
queryrequiredstringStop name or place, e.g. "Oslo S".
limitoptionalintegerMaximum hits, 1-100. Unit: items.
langoptionalstringResult language, normally "no" or "en".
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/entur/search_stops?query={query}&limit=10&lang=no&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/entur/search_stops?query={query}&limit=10&lang=no&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/entur/search_stops?query={query}&limit=10&lang=no&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "entur",
  "operation": "search_stops",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: string. Stop name or place, e.g. "Oslo S".
Type: integer. Maximum hits, 1-100. Unit: items.
Type: string. Result language, normally "no" or "en".

Result

Source: Entur. Retrieved 2026-09-21T17:04:57Z in 0.163 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:36426
    name:
    Grov
    label:
    Grov, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.640673
    lon:
    7.191458
  2. id:
    NSR:StopPlace:35452
    name:
    Grov
    label:
    Grov, Askvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Askvoll
    county:
    Vestland
    lat:
    61.328115
    lon:
    5.012895
  3. id:
    NSR:StopPlace:12218
    name:
    Grov
    label:
    Grov, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.810835
    lon:
    9.009696
  4. id:
    NSR:StopPlace:34285
    name:
    Grov
    label:
    Grov, Gloppen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gloppen
    county:
    Vestland
    lat:
    61.768961
    lon:
    6.12377
  5. id:
    NSR:StopPlace:36624
    name:
    Grov
    label:
    Grov, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.61375
    lon:
    5.329868
  6. id:
    NSR:StopPlace:58893
    name:
    Grovane stasjon
    label:
    Grovane stasjon, Vennesla
    category:

    2 results

    1. onstreetBus
    2. railStation
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.29515
    lon:
    7.980704
  7. id:
    NSR:StopPlace:38337
    name:
    Grova
    label:
    Grova, Sula
    category:

    1 results

    1. onstreetBus
    municipality:
    Sula
    county:
    Møre og Romsdal
    lat:
    62.416865
    lon:
    6.262692
  8. id:
    NSR:StopPlace:14227
    name:
    Grove
    label:
    Grove, Dovre
    category:

    1 results

    1. onstreetBus
    municipality:
    Dovre
    county:
    Innlandet
    lat:
    61.952983
    lon:
    9.275728
  9. id:
    NSR:StopPlace:19645
    name:
    Grova
    label:
    Grova, Drangedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Drangedal
    county:
    Telemark
    lat:
    59.216993
    lon:
    8.771304
  10. id:
    NSR:StopPlace:19649
    name:
    Grova
    label:
    Grova, Kviteseid
    category:

    1 results

    1. onstreetBus
    municipality:
    Kviteseid
    county:
    Telemark
    lat:
    59.43154
    lon:
    8.48362
  11. id:
    NSR:StopPlace:30012
    name:
    Grov nord E39
    label:
    Grov nord E39, Stord
    category:

    1 results

    1. onstreetBus
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.844583
    lon:
    5.524357
  12. id:
    NSR:StopPlace:30017
    name:
    Grov sør E39
    label:
    Grov sør E39, Stord
    category:

    1 results

    1. onstreetBus
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.835869
    lon:
    5.523102
  13. id:
    NSR:StopPlace:30015
    name:
    Grov E39
    label:
    Grov E39, Stord
    category:

    1 results

    1. onstreetBus
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.840358
    lon:
    5.523211
  14. id:
    NSR:StopPlace:56029
    name:
    Grov Moa
    label:
    Grov Moa, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.675987
    lon:
    17.120351
  15. id:
    NSR:StopPlace:56032
    name:
    Grov Mølnelva
    label:
    Grov Mølnelva, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.681311
    lon:
    17.119428
  16. id:
    NSR:StopPlace:56034
    name:
    Grov skole
    label:
    Grov skole, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.678658
    lon:
    17.122102
  17. id:
    NSR:StopPlace:35446
    name:
    Grov Skarabrekka
    label:
    Grov Skarabrekka, Askvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Askvoll
    county:
    Vestland
    lat:
    61.329871
    lon:
    5.01472
  18. id:
    NSR:StopPlace:56037
    name:
    Grov Øra
    label:
    Grov Øra, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.673578
    lon:
    17.11861
  19. id:
    NSR:StopPlace:25658
    name:
    Grovane bedehus
    label:
    Grovane bedehus, Vennesla
    category:

    1 results

    1. onstreetBus
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.301054
    lon:
    7.983999
  20. id:
    NSR:StopPlace:13426
    name:
    Grovbakken
    label:
    Grovbakken, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.516091
    lon:
    10.1637
  21. id:
    NSR:StopPlace:38349
    name:
    Groven
    label:
    Groven, Giske
    category:

    1 results

    1. onstreetBus
    municipality:
    Giske
    county:
    Møre og Romsdal
    lat:
    62.519723
    lon:
    6.129037
  22. id:
    NSR:StopPlace:38353
    name:
    Groven sør
    label:
    Groven sør, Giske
    category:

    1 results

    1. onstreetBus
    municipality:
    Giske
    county:
    Møre og Romsdal
    lat:
    62.517232
    lon:
    6.130973
  23. id:
    NSR:StopPlace:25663
    name:
    Grovikheia
    label:
    Grovikheia, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.180764
    lon:
    8.096062
  24. id:
    NSR:StopPlace:38343
    name:
    Grovaneset
    label:
    Grovaneset, Rauma
    category:

    1 results

    1. onstreetBus
    municipality:
    Rauma
    county:
    Møre og Romsdal
    lat:
    62.71292
    lon:
    7.738047
  25. id:
    NSR:StopPlace:38348
    name:
    Groven
    label:
    Groven, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.796
    lon:
    7.643568
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:36426
    name:
    Grov
    label:
    Grov, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.640673
    lon:
    7.191458
  2. id:
    NSR:StopPlace:35452
    name:
    Grov
    label:
    Grov, Askvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Askvoll
    county:
    Vestland
    lat:
    61.328115
    lon:
    5.012895
  3. id:
    NSR:StopPlace:12218
    name:
    Grov
    label:
    Grov, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.810835
    lon:
    9.009696
  4. id:
    NSR:StopPlace:34285
    name:
    Grov
    label:
    Grov, Gloppen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gloppen
    county:
    Vestland
    lat:
    61.768961
    lon:
    6.12377
  5. id:
    NSR:StopPlace:36624
    name:
    Grov
    label:
    Grov, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.61375
    lon:
    5.329868
  6. id:
    NSR:StopPlace:58893
    name:
    Grovane stasjon
    label:
    Grovane stasjon, Vennesla
    category:

    2 results

    1. onstreetBus
    2. railStation
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.29515
    lon:
    7.980704
  7. id:
    NSR:StopPlace:38337
    name:
    Grova
    label:
    Grova, Sula
    category:

    1 results

    1. onstreetBus
    municipality:
    Sula
    county:
    Møre og Romsdal
    lat:
    62.416865
    lon:
    6.262692
  8. id:
    NSR:StopPlace:14227
    name:
    Grove
    label:
    Grove, Dovre
    category:

    1 results

    1. onstreetBus
    municipality:
    Dovre
    county:
    Innlandet
    lat:
    61.952983
    lon:
    9.275728
  9. id:
    NSR:StopPlace:19645
    name:
    Grova
    label:
    Grova, Drangedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Drangedal
    county:
    Telemark
    lat:
    59.216993
    lon:
    8.771304
  10. id:
    NSR:StopPlace:19649
    name:
    Grova
    label:
    Grova, Kviteseid
    category:

    1 results

    1. onstreetBus
    municipality:
    Kviteseid
    county:
    Telemark
    lat:
    59.43154
    lon:
    8.48362
  11. id:
    NSR:StopPlace:30012
    name:
    Grov nord E39
    label:
    Grov nord E39, Stord
    category:

    1 results

    1. onstreetBus
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.844583
    lon:
    5.524357
  12. id:
    NSR:StopPlace:30017
    name:
    Grov sør E39
    label:
    Grov sør E39, Stord
    category:

    1 results

    1. onstreetBus
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.835869
    lon:
    5.523102
  13. id:
    NSR:StopPlace:30015
    name:
    Grov E39
    label:
    Grov E39, Stord
    category:

    1 results

    1. onstreetBus
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.840358
    lon:
    5.523211
  14. id:
    NSR:StopPlace:56029
    name:
    Grov Moa
    label:
    Grov Moa, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.675987
    lon:
    17.120351
  15. id:
    NSR:StopPlace:56032
    name:
    Grov Mølnelva
    label:
    Grov Mølnelva, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.681311
    lon:
    17.119428
  16. id:
    NSR:StopPlace:56034
    name:
    Grov skole
    label:
    Grov skole, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.678658
    lon:
    17.122102
  17. id:
    NSR:StopPlace:35446
    name:
    Grov Skarabrekka
    label:
    Grov Skarabrekka, Askvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Askvoll
    county:
    Vestland
    lat:
    61.329871
    lon:
    5.01472
  18. id:
    NSR:StopPlace:56037
    name:
    Grov Øra
    label:
    Grov Øra, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.673578
    lon:
    17.11861
  19. id:
    NSR:StopPlace:25658
    name:
    Grovane bedehus
    label:
    Grovane bedehus, Vennesla
    category:

    1 results

    1. onstreetBus
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.301054
    lon:
    7.983999
  20. id:
    NSR:StopPlace:13426
    name:
    Grovbakken
    label:
    Grovbakken, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.516091
    lon:
    10.1637
  21. id:
    NSR:StopPlace:38349
    name:
    Groven
    label:
    Groven, Giske
    category:

    1 results

    1. onstreetBus
    municipality:
    Giske
    county:
    Møre og Romsdal
    lat:
    62.519723
    lon:
    6.129037
  22. id:
    NSR:StopPlace:38353
    name:
    Groven sør
    label:
    Groven sør, Giske
    category:

    1 results

    1. onstreetBus
    municipality:
    Giske
    county:
    Møre og Romsdal
    lat:
    62.517232
    lon:
    6.130973
  23. id:
    NSR:StopPlace:25663
    name:
    Grovikheia
    label:
    Grovikheia, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.180764
    lon:
    8.096062
  24. id:
    NSR:StopPlace:38343
    name:
    Grovaneset
    label:
    Grovaneset, Rauma
    category:

    1 results

    1. onstreetBus
    municipality:
    Rauma
    county:
    Møre og Romsdal
    lat:
    62.71292
    lon:
    7.738047
  25. id:
    NSR:StopPlace:38348
    name:
    Groven
    label:
    Groven, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.796
    lon:
    7.643568
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the search_stops lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.