search

Search the National Library's catalog - books, newspapers, journals, photos, maps, music, manuscripts, radio/TV and more, both physical and digitized. Digitized text (OCR) is matched too by default, so a query can surface newspaper or book pages that mention a term even when it's not in the title.

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/nasjonalbiblioteket/search/?q={q}&media_type={media_type}&language={language}&county={county}&year_from={year_from}&year_to={year_to}&digital_only=false&sort={sort}&page=0&size=10&limit=25&offset=0

Replace {q}, {media_type}, {language}, {county}, {year_from}, {year_to}, {digital_only}, {sort}, {page}, {size} 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/nasjonalbiblioteket/search?q={q}&media_type={media_type}&language={language}&county={county}&year_from={year_from}&year_to={year_to}&digital_only=false&sort={sort}&page=0&size=10&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
qrequiredstringFree-text query. Supports field-restricted terms too, e.g. "subject:fiske year:1970" combined with free text.
media_typeoptionalunionRestrict to one type, e.g. aviser (newspapers), bøker (books), tidsskrift (journals), bilder (photos), musikk, kart (maps), film, plakater (posters), noter (sheet music), radio, fjernsyn. See get_aggregations(q="*", group_by="mediatype") for the full list with counts.
languageoptionalunionLanguage filter - values are inconsistent in the catalog (mixes codes like "nob" and labels like "Norsk bokmål"); check get_aggregations(q=q, group_by="languages") first if unsure.
countyoptionalunionNorwegian county name, e.g. "Troms", "Oslo".
year_fromoptionalunionRestrict to items published/issued in this year range (inclusive).
year_tooptionalunionRestrict to items published/issued in this year range (inclusive).
digital_onlyoptionalbooleanOnly items that have been digitized.
sortoptionalunionOne of date, title, otherid, firstDigitalContentTime, optionally suffixed ",desc" (default: relevance).
pageoptionalintegerZero-based page index.
sizeoptionalintegerResults per page, 1 to 100 (default 10).
limitoptionalintegerGateway page size; default 25, maximum 100.
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/nasjonalbiblioteket/search?q={q}&media_type={media_type}&language={language}&county={county}&year_from={year_from}&year_to={year_to}&digital_only=false&sort={sort}&page=0&size=10&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/nasjonalbiblioteket/search?q={q}&media_type={media_type}&language={language}&county={county}&year_from={year_from}&year_to={year_to}&digital_only=false&sort={sort}&page=0&size=10&limit=25&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/nasjonalbiblioteket/search?q={q}&media_type={media_type}&language={language}&county={county}&year_from={year_from}&year_to={year_to}&digital_only=false&sort={sort}&page=0&size=10&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

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

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

Type: string. Free-text query. Supports field-restricted terms too, e.g. "subject:fiske year:1970" combined with free text.
Type: string. Restrict to one type, e.g. aviser (newspapers), bøker (books), tidsskrift (journals), bilder (photos), musikk, kart (maps), film, plakater (posters), noter (sheet music), radio, fjernsyn. See get_aggregations(q="*", group_by="mediatype") for the full list with counts.
Type: string. Language filter - values are inconsistent in the catalog (mixes codes like "nob" and labels like "Norsk bokmål"); check get_aggregations(q=q, group_by="languages") first if unsure.
Type: string. Norwegian county name, e.g. "Troms", "Oslo".
Type: integer. Restrict to items published/issued in this year range (inclusive).
Type: integer. Restrict to items published/issued in this year range (inclusive).
Type: yes/no. Only items that have been digitized.
Type: string. One of date, title, otherid, firstDigitalContentTime, optionally suffixed ",desc" (default: relevance).
Type: integer. Zero-based page index.
Type: integer. Results per page, 1 to 100 (default 10).

Result

Source: National Library of Norway. Retrieved 2026-08-02T18:59:27Z in 0.180 seconds.

total:
7939
page:
0
size:
10
items:

10 results

  1. id:
    7c1e5c7bc8b383de6769369091d5abd2
    urn:
    URN:NBN:no-nb_digibok_2011032205012
    title:
    Verknader av ope vatn på lufttemperaturen rundt råker i is = : Influence on local air temperature by open water bodies during winter
    creators:

    1 results

    1. Nordli, Per Øyvind
    year:
    2001
    publisher:
    Statkraft Grøner
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. nno
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    bokhylla
    viewability:
    NONE
    access_allowed_from:
    NORWAY
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_digibok_2011032205012_C1/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/7c1e5c7bc8b383de6769369091d5abd2
  2. id:
    eddf3ec5ef67ff398a809be27ec330ff
    urn:
    URN:NBN:no-nb_digibok_2013080706129
    title:
    Vannforskriften : oppdatert forslag til stasjonsnett for basisovervåking i kystvann = Water Framework directive : revised surveillance network
    creators:

    2 results

    1. Pedersen, Are
    2. Dahl, Einar
    year:
    2009
    publisher:
    Norsk institutt for vannforskning
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. nob
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    copyrighted
    viewability:
    NONE
    access_allowed_from:
    NB
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_digibok_2013080706129_C1/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/eddf3ec5ef67ff398a809be27ec330ff
  3. id:
    8aa5b5ad94036a3be45881b2381853d2
    urn:
    URN:NBN:no-nb_pliktmonografi_000028454
    title:
    Value of grid friendly flexibility from smart water heaters
    creators:

    4 results

    1. Tunheim, Alf Inge
    2. Viljugrein, Bjørn
    3. IDE
    4. Aspmodel, Stein Roger
    year:
    2022
    publisher:
    The Norwegian Smartgrid Centre
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. eng
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    copyrighted
    viewability:
    NONE
    access_allowed_from:
    NB
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_pliktmonografi_000028454_0001/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/8aa5b5ad94036a3be45881b2381853d2
  4. id:
    449e399a79415c41a367847886ff2af5
    urn:
    URN:NBN:no-nb_digibok_2017071209100
    title:
    Geochemical processes, weathering and ground water recharge in catchments - short course notes
    creators:

    3 results

    1. Sæther, Ola M.
    2. Caritat, Patrice de
    3. Sand, Knut
    year:
    1994
    publisher:
    Norges geologiske undersøkelse
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. eng
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    ccbysa
    viewability:
    ALL
    access_allowed_from:
    EVERYWHERE
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_digibok_2017071209100_C1/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/449e399a79415c41a367847886ff2af5
  5. id:
    f116c1deef361208950e8b0d7e4cc3ef
    urn:
    URN:NBN:no-nb_pliktmonografi_000014219
    title:
    Development of flow cytometry-based techniques for assessing microbial inactivation after water disinfection and downstream processes
    creators:

    1 results

    1. Lindivat, Mathilde
    year:
    2023
    publisher:
    Universitetet i Bergen
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. eng
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    copyrighted
    viewability:
    NONE
    access_allowed_from:
    NB
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_pliktmonografi_000014219_0001/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/f116c1deef361208950e8b0d7e4cc3ef
  6. id:
    f159713706e2f86d0b4f46597d833f4d
    urn:
    URN:NBN:no-nb_digibok_2016091608083
    title:
    Constructing urban technology : producing urban space : the case of geomatics in the transformation of water and road infrastructures
    creators:

    1 results

    1. Samuelsen, Roar
    year:
    2003
    publisher:
    Institutt for sosiologi og samfunnsgeografi, Universitetet i Oslo
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. eng
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    bokhylla
    viewability:
    NONE
    access_allowed_from:
    NORWAY
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_digibok_2016091608083_C1/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/f159713706e2f86d0b4f46597d833f4d
  7. id:
    b85525380f3350a33c98dd88ec625bb9
    urn:
    URN:NBN:no-nb_pliktmonografi_000013253
    title:
    Performance and applications of satellite remote sensing data for water quality in Norwegian lakes : evaluation of MERIS, Sentinel-2 and Sentinel-3 products
    creators:

    4 results

    1. Ledang, Anna Birgitta
    2. Harvey, Therese
    3. Norsk institutt for vannforskning
    4. Marty, Sabine
    year:
    2022
    publisher:
    Norwegian Institute for Water Research
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. eng
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    copyrighted
    viewability:
    NONE
    access_allowed_from:
    NB
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_pliktmonografi_000013253_0001/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/b85525380f3350a33c98dd88ec625bb9
  8. id:
    94fa0f5905cc6a7995b871986b40c40c
    urn:
    URN:NBN:no-nb_pliktmonografi_000041609
    title:
    AdaptaN II - Integrated approaches of the Moravian-Silesian Region landscape to climate change adaptation. Report NIBIO activities. Part 1: Mitigating measures
    creators:

    6 results

    1. Krzeminska, Dominika
    2. Øygarden, Lillian
    3. Barneveld, Robert
    4. Gruselle, Marie-Cecile
    5. Farkas, Csilla
    6. Brno University of Technology, Faculty of Civil Engineering, Institute of Landscape Water Hydrology
    year:
    2024
    publisher:
    NIBIO
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. eng
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    copyrighted
    viewability:
    NONE
    access_allowed_from:
    NB
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_pliktmonografi_000041609_0001/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/94fa0f5905cc6a7995b871986b40c40c
  9. id:
    b0377ddf61189f67ca047ee7845e97f2
    urn:
    URN:NBN:no-nb_pliktmonografi_000047981
    title:
    Fordi stein og vann : kunstneropphold 2015–2024
    creators:

    10 results

    1. Bratland, Nina
    2. Aarflot, Franzisca
    3. Frazão, Francisco
    4. Øien, Hans Martin
    5. Halvorsen, Elisabeth Beanca
    6. Waskiel, Marek
    7. Greenslade, Colin
    8. Kollhøj, Jens Petter
    9. Oppøyen, Håvard
    10. Haraldseth, Geir
    year:
    2025
    publisher:
    Fossekleiva kultursenter
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. nob
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    copyrighted
    viewability:
    NONE
    access_allowed_from:
    NB
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_pliktmonografi_000047981_C1/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/b0377ddf61189f67ca047ee7845e97f2
  10. id:
    041b18e6ec0ac6c90fbc92dd22ac1973
    urn:
    URN:NBN:no-nb_pliktmonografi_000030913
    title:
    ØKOSTOR 2022: Basisovervåking av store innsjøer. Utprøving av metodikk for overvåking og klassifisering av økologisk tilstand i henhold til vannforskriften : Surveillance monitoring of large Norwegian lakes. Testing of methodology for monitoring and classification of ecological status according to the Water Framework Directive
    creators:

    1 results

    1. Schartau, Haande
    year:
    2023
    publisher:
    Norsk institutt for vannforskning
    media_types:

    1 results

    1. bøker
    languages:

    1 results

    1. nob
    county:
    not reported by source
    digital:
    yes
    public_domain:
    no
    license:
    copyrighted
    viewability:
    NONE
    access_allowed_from:
    NB
    thumbnail:
    https://www.nb.no/services/image/resolver/URN:NBN:no-nb_pliktmonografi_000030913_0001/full/0,128/0/native.jpg
    viewer_url:
    https://www.nb.no/items/041b18e6ec0ac6c90fbc92dd22ac1973
limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Will you use the result in generated code?

Open the same result as JSON

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