{"source":"nasjonalbiblioteket","operation":"search","description":"Search the National Library's catalog - books, newspapers, journals,\nphotos, maps, music, manuscripts, radio/TV and more, both physical and\ndigitized. Digitized text (OCR) is matched too by default, so a query\ncan surface newspaper or book pages that mention a term even when it's\nnot in the title. Signature: search(q: string, required; media_type: string, optional, default None; language: string, optional, default None; county: string, optional, default None; year_from: integer, optional, default None; year_to: integer, optional, default None; digital_only: yes/no, optional, default False; sort: string, optional, default None; page: integer, optional, default 0; size: integer, optional, default 10; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0).","signature":"search(q: string, required; media_type: string, optional, default None; language: string, optional, default None; county: string, optional, default None; year_from: integer, optional, default None; year_to: integer, optional, default None; digital_only: yes/no, optional, default False; sort: string, optional, default None; page: integer, optional, default 0; size: integer, optional, default 10; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)","parameters":[{"name":"q","type":"string","schema":{"type":"string"},"required":true,"default":null,"description":"Free-text query. Supports field-restricted terms too, e.g. \"subject:fiske year:1970\" combined with free text.","unit":null},{"name":"media_type","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Restrict to one type, e.g. aviser (newspapers), b\u00f8ker (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.","unit":null},{"name":"language","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Language filter - values are inconsistent in the catalog (mixes codes like \"nob\" and labels like \"Norsk bokm\u00e5l\"); check get_aggregations(q=q, group_by=\"languages\") first if unsure.","unit":null},{"name":"county","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Norwegian county name, e.g. \"Troms\", \"Oslo\".","unit":null},{"name":"year_from","type":"integer","schema":{"anyOf":[{"type":"integer"},{"type":"null"}]},"required":false,"default":null,"description":"Restrict to items published/issued in this year range (inclusive).","unit":null},{"name":"year_to","type":"integer","schema":{"anyOf":[{"type":"integer"},{"type":"null"}]},"required":false,"default":null,"description":"Restrict to items published/issued in this year range (inclusive).","unit":null},{"name":"digital_only","type":"boolean","schema":{"type":"boolean"},"required":false,"default":false,"description":"Only items that have been digitized.","unit":null},{"name":"sort","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"One of date, title, otherid, firstDigitalContentTime, optionally suffixed \",desc\" (default: relevance).","unit":null},{"name":"page","type":"integer","schema":{"type":"integer"},"required":false,"default":0,"description":"Zero-based page index.","unit":null},{"name":"size","type":"integer","schema":{"type":"integer"},"required":false,"default":10,"description":"Results per page, 1 to 100 (default 10).","unit":null},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100).","unit":"items"},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page.","unit":"items"}],"json_get_url_template":"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","schema_scope":"#/data in the successful operation envelope","response_schema":{"type":"object","properties":{"total":{"type":["integer","null"]},"page":{"type":"integer"},"size":{"type":"integer"},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"urn":{"type":["string","null"]},"title":{"type":["string","null"]},"creators":{"type":["array","null"],"items":{"type":"string"}},"year":{"type":["string","integer","null"]},"publisher":{"type":["string","null"]},"media_types":{"type":["array","null"],"items":{"type":"string"}},"languages":{"type":"array","items":{"type":"string"}},"county":{"type":["string","null"]},"digital":{"type":["boolean","null"]},"public_domain":{"type":["boolean","null"]},"license":{"type":["string","null"]},"viewability":{"type":["string","null"]},"access_allowed_from":{"type":["string","null"]},"thumbnail":{"type":["string","null"],"format":"uri"},"viewer_url":{"type":["string","null"],"format":"uri"},"snippets":{"type":"array","items":{"type":"object","properties":{"page":{"type":["string","integer","null"]},"text":{"type":["string","null"]}},"additionalProperties":false}}},"additionalProperties":false}}},"additionalProperties":false,"required":["total","page","size","items"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"projected","entity_types":["library_item"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"error_contract":{"scope":"top-level HTTP error response; never part of a success payload","schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"details":{"type":"object"}},"additionalProperties":false,"required":["code","message","retryable"]},"suggestion":{"type":"string"},"_meta":{"type":"object","properties":{"retrieved_at":{"type":"string","format":"date-time"},"language":{"type":"string","const":"en"},"content_languages":{"type":"array","items":{"type":"string"}},"sources":{"type":"array","items":{"type":"object"}}},"required":["retrieved_at","language","content_languages","sources"]},"_links":{"type":"object","properties":{"self":{"type":"string","format":"uri"},"api_index":{"type":"string","format":"uri"},"feedback":{"type":"string","format":"uri"}},"required":["self","api_index","feedback"],"additionalProperties":false}},"additionalProperties":false,"required":["error","suggestion","_meta","_links"]},"statuses":{"400":{"codes":["MISSING_PARAMETER","INVALID_PARAMETER","INVALID_REQUEST"],"retryable":false},"404":{"codes":["SOURCE_NOT_FOUND","OPERATION_NOT_FOUND","ENTITY_NOT_FOUND"],"retryable":false},"429":{"codes":["RATE_LIMITED","GATEWAY_RATE_LIMITED"],"retryable":true},"502":{"codes":["SOURCE_UNAVAILABLE"],"retryable":true},"500":{"codes":["INTERNAL_ERROR"],"retryable":true}}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nasjonalbiblioteket/search/schema","operation":"https://allemannsdata.com/wiki/api/v1/kilder/nasjonalbiblioteket/search","source":"https://allemannsdata.com/wiki/api/v1/kilder/nasjonalbiblioteket","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"},"output_fields":["total","page","size","items","items[].id","items[].urn","items[].title","items[].creators","items[].year","items[].publisher","items[].media_types","items[].languages","items[].county","items[].digital","items[].public_domain","items[].license","items[].viewability","items[].access_allowed_from","items[].thumbnail","items[].viewer_url","items[].snippets","items[].snippets[].page","items[].snippets[].text"],"output_fields_truncated":false,"canonical_field_aliases":{"identifier":["items[].id"],"name":["items[].title"]},"response_example":{"source":"nasjonalbiblioteket","operation":"search","parameters":{"q":"example value","media_type":"example value","language":"example value","county":"example value","year_from":1,"year_to":1,"digital_only":false,"sort":"example value","page":0,"size":10},"data":{"total":1,"page":1,"size":1,"items":[{"id":"example-id","urn":"example value","title":"Example","creators":["example value"],"year":"example value","publisher":"example value","media_types":["example value"],"languages":["example value"],"county":"example value","digital":true,"public_domain":true,"license":"example value","viewability":"example value","access_allowed_from":"example value","thumbnail":"https://example.invalid/resource","viewer_url":"https://example.invalid/resource","snippets":[{"page":"example value","text":"example value"}]}]},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"nasjonalbiblioteket","name":"National Library of Norway","description":"Search books, newspapers, journals, photos, maps, audiovisual media and digitized full text.","cache_ttl_seconds":300,"documentation":"https://api.nb.no/"}]},"_provenance":{"data":{"source":"nasjonalbiblioteket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nasjonalbiblioteket"},"entities":{"source":"nasjonalbiblioteket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nasjonalbiblioteket","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nasjonalbiblioteket/search","source":"https://allemannsdata.com/wiki/api/v1/kilder/nasjonalbiblioteket","wiki":"https://allemannsdata.com/wiki/kilder/nasjonalbiblioteket/search/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}}
