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-22T22:17:53Z in 0.130 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:46927
    name:
    Moa
    label:
    Moa, Lurøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Lurøy
    county:
    Nordland
    lat:
    66.330726
    lon:
    13.022116
  2. id:
    NSR:StopPlace:47857
    name:
    Moa
    label:
    Moa, Meløy
    category:

    1 results

    1. onstreetBus
    municipality:
    Meløy
    county:
    Nordland
    lat:
    66.909867
    lon:
    13.636871
  3. id:
    NSR:StopPlace:49704
    name:
    Moa
    label:
    Moa, Hamarøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Hamarøy
    county:
    Nordland
    lat:
    68.037579
    lon:
    16.095445
  4. id:
    NSR:StopPlace:10263
    name:
    Moa
    label:
    Moa, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.19952
    lon:
    11.969496
  5. id:
    NSR:StopPlace:45271
    name:
    Moa
    label:
    Moa, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.738863
    lon:
    11.748328
  6. id:
    NSR:StopPlace:40404
    name:
    Moa trafikkterminal
    label:
    Moa trafikkterminal, Ålesund
    category:

    1 results

    1. busStation
    municipality:
    Ålesund
    county:
    Møre og Romsdal
    lat:
    62.467137
    lon:
    6.351479
  7. id:
    NSR:StopPlace:61662
    name:
    Moa bru
    label:
    Moa bru, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.735236
    lon:
    11.742314
  8. id:
    NSR:StopPlace:14131
    name:
    Moavegen
    label:
    Moavegen, Lillehammer
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillehammer
    county:
    Innlandet
    lat:
    61.124949
    lon:
    10.44978
  9. id:
    NSR:StopPlace:54577
    name:
    Moan
    label:
    Moan, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.791503
    lon:
    16.434518
  10. id:
    NSR:StopPlace:54603
    name:
    Moan
    label:
    Moan, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.235221
    lon:
    19.205678
  11. id:
    NSR:StopPlace:7885
    name:
    Moan boligfelt
    label:
    Moan boligfelt, Alvdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Alvdal
    county:
    Innlandet
    lat:
    62.113436
    lon:
    10.601219
  12. id:
    NSR:StopPlace:42688
    name:
    Moan
    label:
    Moan, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.990835
    lon:
    10.448814
  13. id:
    NSR:StopPlace:42691
    name:
    Moan
    label:
    Moan, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    62.952959
    lon:
    10.304911
  14. id:
    NSR:StopPlace:44730
    name:
    Moanes
    label:
    Moanes, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.466804
    lon:
    11.055237
  15. id:
    NSR:StopPlace:45751
    name:
    Moan
    label:
    Moan, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.054625
    lon:
    11.134591
  16. id:
    NSR:StopPlace:48444
    name:
    Moan
    label:
    Moan, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    66.100695
    lon:
    13.511607
  17. id:
    NSR:StopPlace:10928
    name:
    Moajordet
    label:
    Moajordet, Etnedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Etnedal
    county:
    Innlandet
    lat:
    60.836142
    lon:
    9.754876
  18. id:
    NSR:StopPlace:34449
    name:
    Moane kryss
    label:
    Moane kryss, Gloppen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gloppen
    county:
    Vestland
    lat:
    61.767681
    lon:
    6.146841
  19. id:
    NSR:StopPlace:36263
    name:
    Moane
    label:
    Moane, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.311586
    lon:
    7.147281
  20. id:
    NSR:StopPlace:54592
    name:
    Moan
    label:
    Moan, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.224686
    lon:
    17.620064
  21. id:
    NSR:StopPlace:16684
    name:
    Moane
    label:
    Moane, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.6248
    lon:
    9.62106
  22. id:
    NSR:StopPlace:40414
    name:
    Moabrua
    label:
    Moabrua, Hustadvika
    category:

    1 results

    1. onstreetBus
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.84127
    lon:
    7.231112
  23. id:
    NSR:StopPlace:42677
    name:
    Moabakken
    label:
    Moabakken, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    62.952925
    lon:
    10.742231
  24. id:
    NSR:StopPlace:42685
    name:
    Moaflata
    label:
    Moaflata, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    62.848709
    lon:
    10.523935
  25. id:
    NSR:StopPlace:44195
    name:
    Moatun
    label:
    Moatun, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.552055
    lon:
    10.954501
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:46927
    name:
    Moa
    label:
    Moa, Lurøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Lurøy
    county:
    Nordland
    lat:
    66.330726
    lon:
    13.022116
  2. id:
    NSR:StopPlace:47857
    name:
    Moa
    label:
    Moa, Meløy
    category:

    1 results

    1. onstreetBus
    municipality:
    Meløy
    county:
    Nordland
    lat:
    66.909867
    lon:
    13.636871
  3. id:
    NSR:StopPlace:49704
    name:
    Moa
    label:
    Moa, Hamarøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Hamarøy
    county:
    Nordland
    lat:
    68.037579
    lon:
    16.095445
  4. id:
    NSR:StopPlace:10263
    name:
    Moa
    label:
    Moa, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.19952
    lon:
    11.969496
  5. id:
    NSR:StopPlace:45271
    name:
    Moa
    label:
    Moa, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.738863
    lon:
    11.748328
  6. id:
    NSR:StopPlace:40404
    name:
    Moa trafikkterminal
    label:
    Moa trafikkterminal, Ålesund
    category:

    1 results

    1. busStation
    municipality:
    Ålesund
    county:
    Møre og Romsdal
    lat:
    62.467137
    lon:
    6.351479
  7. id:
    NSR:StopPlace:61662
    name:
    Moa bru
    label:
    Moa bru, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.735236
    lon:
    11.742314
  8. id:
    NSR:StopPlace:14131
    name:
    Moavegen
    label:
    Moavegen, Lillehammer
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillehammer
    county:
    Innlandet
    lat:
    61.124949
    lon:
    10.44978
  9. id:
    NSR:StopPlace:54577
    name:
    Moan
    label:
    Moan, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.791503
    lon:
    16.434518
  10. id:
    NSR:StopPlace:54603
    name:
    Moan
    label:
    Moan, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.235221
    lon:
    19.205678
  11. id:
    NSR:StopPlace:7885
    name:
    Moan boligfelt
    label:
    Moan boligfelt, Alvdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Alvdal
    county:
    Innlandet
    lat:
    62.113436
    lon:
    10.601219
  12. id:
    NSR:StopPlace:42688
    name:
    Moan
    label:
    Moan, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.990835
    lon:
    10.448814
  13. id:
    NSR:StopPlace:42691
    name:
    Moan
    label:
    Moan, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    62.952959
    lon:
    10.304911
  14. id:
    NSR:StopPlace:44730
    name:
    Moanes
    label:
    Moanes, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.466804
    lon:
    11.055237
  15. id:
    NSR:StopPlace:45751
    name:
    Moan
    label:
    Moan, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.054625
    lon:
    11.134591
  16. id:
    NSR:StopPlace:48444
    name:
    Moan
    label:
    Moan, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    66.100695
    lon:
    13.511607
  17. id:
    NSR:StopPlace:10928
    name:
    Moajordet
    label:
    Moajordet, Etnedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Etnedal
    county:
    Innlandet
    lat:
    60.836142
    lon:
    9.754876
  18. id:
    NSR:StopPlace:34449
    name:
    Moane kryss
    label:
    Moane kryss, Gloppen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gloppen
    county:
    Vestland
    lat:
    61.767681
    lon:
    6.146841
  19. id:
    NSR:StopPlace:36263
    name:
    Moane
    label:
    Moane, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.311586
    lon:
    7.147281
  20. id:
    NSR:StopPlace:54592
    name:
    Moan
    label:
    Moan, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.224686
    lon:
    17.620064
  21. id:
    NSR:StopPlace:16684
    name:
    Moane
    label:
    Moane, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.6248
    lon:
    9.62106
  22. id:
    NSR:StopPlace:40414
    name:
    Moabrua
    label:
    Moabrua, Hustadvika
    category:

    1 results

    1. onstreetBus
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.84127
    lon:
    7.231112
  23. id:
    NSR:StopPlace:42677
    name:
    Moabakken
    label:
    Moabakken, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    62.952925
    lon:
    10.742231
  24. id:
    NSR:StopPlace:42685
    name:
    Moaflata
    label:
    Moaflata, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    62.848709
    lon:
    10.523935
  25. id:
    NSR:StopPlace:44195
    name:
    Moatun
    label:
    Moatun, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.552055
    lon:
    10.954501
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.