{"id":"nva","name":"Norwegian Research Information Repository (NVA)","description":"Research publications, open files, Cristin projects and Norwegian research organizations.","documentation":"https://swagger-ui.nva.unit.no/","operations":[{"name":"search_publications","description":"Search Norwegian research publications in NVA.","parameters":[{"name":"query","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Words from title, abstract, contributor or other indexed fields."},{"name":"institution","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional institution name, acronym or NVA organization id."},{"name":"contributor","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional contributor name."},{"name":"year","type":"integer","schema":{"anyOf":[{"type":"integer"},{"type":"null"}]},"display_type":"integer","required":false,"default":null,"description":"Optional four-digit publication year."},{"name":"category","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional NVA publication-instance type, such as AcademicArticle, AcademicMonograph or DoctoralDissertation."},{"name":"has_open_file","type":"boolean","schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"display_type":"yes/no","required":false,"default":null,"description":"True for publications with an openly available file."},{"name":"funding_identifier","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional grant/project identifier, e.g. an NFR id."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":10,"description":"Results to return, 1-100."},{"name":"offset","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":0,"description":"Results to skip, for pagination."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_publications?query={query}&institution={institution}&contributor={contributor}&year={year}&category={category}&has_open_file={has_open_file}&funding_identifier={funding_identifier}&limit=10&offset=0","output_fields":["query","total","offset","returned","publications","publications[].id","publications[].title","publications[].year","publications[].publication_type","publications[].publication_channel","publications[].doi","publications[].status","publications[].authors","publications[].contributor_count","publications[].has_open_file","publications[].api_url"],"output_fields_truncated":false,"canonical_field_aliases":{"identifier":["publications[].id"],"name":["publications[].title"]},"description_language":"en","documentation":"Search Norwegian research publications in NVA.\n\nArgs:\n    query: Words from title, abstract, contributor or other indexed fields.\n    institution: Optional institution name, acronym or NVA organization id.\n    contributor: Optional contributor name.\n    year: Optional four-digit publication year.\n    category: Optional NVA publication-instance type, such as\n        AcademicArticle, AcademicMonograph or DoctoralDissertation.\n    has_open_file: True for publications with an openly available file.\n    funding_identifier: Optional grant/project identifier, e.g. an NFR id.\n    limit: Results to return, 1-100.\n    offset: Results to skip, for pagination.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/nva/search_publications/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/nva/search_publications/?query={query}&institution={institution}&contributor={contributor}&year={year}&category={category}&has_open_file={has_open_file}&funding_identifier={funding_identifier}&limit=10&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_publications","response_schema":{"type":"object","properties":{"query":{"type":"string"},"total":{"type":"integer"},"offset":{"type":"integer"},"returned":{"type":"integer"},"publications":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"title":{"type":["string","null"]},"year":{"type":["string","null"]},"publication_type":{"type":["string","null"]},"publication_channel":{"type":["string","null"]},"doi":{"type":["string","null"],"format":"uri"},"status":{"type":["string","null"]},"authors":{"type":"array","items":{"type":"string"}},"contributor_count":{"type":["integer","null"]},"has_open_file":{"type":"boolean"},"api_url":{"type":["string","null"],"format":"uri"}},"additionalProperties":false}}},"additionalProperties":false,"required":["query","total","offset","returned","publications"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"intentionally_none","entity_types":[],"description":"No stable cross-source entity projection is defined for this operation; entities is intentionally empty."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_publications/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_publications","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_publications?query={query}&institution={institution}&contributor={contributor}&year={year}&category={category}&has_open_file={has_open_file}&funding_identifier={funding_identifier}&limit=10&offset=0","response_example":{"source":"nva","operation":"search_publications","parameters":{"query":"example value","institution":"example value","contributor":"example value","year":1,"category":"example value","has_open_file":true,"funding_identifier":"example value","limit":10,"offset":0},"data":{"query":"example value","total":1,"offset":1,"returned":1,"publications":[{"id":"example-id","title":"Example","year":"example value","publication_type":"example value","publication_channel":"example value","doi":"https://example.invalid/resource","status":"example value","authors":["example value"],"contributor_count":1,"has_open_file":true,"api_url":"https://example.invalid/resource"}]},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"nva","name":"Norwegian Research Information Repository (NVA)","description":"Research publications, open files, Cristin projects and Norwegian research organizations.","cache_ttl_seconds":300,"documentation":"https://swagger-ui.nva.unit.no/"}]},"_provenance":{"data":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva"},"entities":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_publications","source":"https://allemannsdata.com/wiki/api/v1/kilder/nva","wiki":"https://allemannsdata.com/wiki/kilder/nva/search_publications/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}},{"name":"get_publication","description":"Get detailed public metadata for one NVA publication.","parameters":[{"name":"identifier","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"NVA publication UUID returned by search_publications. A full NVA API URL is also accepted."},{"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)."},{"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."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication?identifier={identifier}&limit=25&offset=0","output_fields":["id","title","year","publication_type","publication_channel","doi","status","authors","contributor_count","has_open_file","api_url","created","modified","published","language","alternative_titles","abstract","description","contributors","contributors[].id","contributors[].name","contributors[].role","contributors[].corresponding_author","contributors[].affiliations","projects","projects[].id","projects[].type","projects[].name","funding","funding[].identifier"],"output_fields_truncated":true,"canonical_field_aliases":{"identifier":["id","contributors[].id","projects[].id","funding[].identifier","subjects[].id","files[].identifier","reference.publicationContext.id"],"name":["title","contributors[].name","projects[].name","subjects[].label","files[].name"]},"description_language":"en","documentation":"Get detailed public metadata for one NVA publication.\n\nArgs:\n    identifier: NVA publication UUID returned by search_publications. A\n        full NVA API URL is also accepted.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/nva/get_publication/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/nva/get_publication/?identifier={identifier}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication","response_schema":{"type":"object","properties":{"id":{"type":["string","null"]},"title":{"type":["string","null"]},"year":{"type":["string","null"]},"publication_type":{"type":["string","null"]},"publication_channel":{"type":["string","null"]},"doi":{"type":["string","null"],"format":"uri"},"status":{"type":["string","null"]},"authors":{"type":"array","items":{"type":"string"}},"contributor_count":{"type":["integer","null"]},"has_open_file":{"type":"boolean"},"api_url":{"type":["string","null"],"format":"uri"},"created":{"type":["string","null"],"format":"date-time"},"modified":{"type":["string","null"],"format":"date-time"},"published":{"type":["string","null"],"format":"date-time"},"language":{"type":["string","null"]},"alternative_titles":{"type":"object","additionalProperties":{"type":"string"}},"abstract":{"type":["string","object","null"],"additionalProperties":{"type":"string"}},"description":{"type":["string","object","null"],"additionalProperties":{"type":"string"}},"contributors":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"role":{"type":["string","null"]},"corresponding_author":{"type":["boolean","null"]},"affiliations":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"projects":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"type":{"type":["string","null"]},"name":{"type":["string","null"]}},"additionalProperties":false}},"funding":{"type":"array","items":{"type":"object","properties":{"identifier":{"type":["string","null"]},"source":{"type":["string","null"]},"source_name":{"type":["string","null"]},"confirmed":{"type":["boolean","null"]}},"additionalProperties":false}},"subjects":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"type":{"type":["string","null"]},"label":{"type":["string","null"]}},"additionalProperties":false}},"files":{"type":"array","items":{"type":"object","properties":{"type":{"type":["string","null"]},"identifier":{"type":["string","null"]},"name":{"type":["string","null"]},"mime_type":{"type":["string","null"]},"size_bytes":{"type":["integer","null"]},"license":{"type":["string","null"]},"download_url":{"type":["string","null"],"format":"uri"}},"additionalProperties":false}},"additional_identifiers":{"type":"array","items":{"type":"object","properties":{"type":{"type":["string","null"]},"source":{"type":["string","null"]},"value":{"type":["string","null"]}},"additionalProperties":false}},"reference":{"type":"object","properties":{"type":{"type":["string","null"]},"doi":{"type":["string","null"],"format":"uri"},"publicationContext":{"type":"object","properties":{"id":{"type":["string","null"]},"type":{"type":["string","null"]}},"additionalProperties":false},"publicationInstance":{"type":"object","properties":{"type":{"type":["string","null"]},"volume":{"type":["string","null"]},"issue":{"type":["string","null"]},"pages":{"type":"object","properties":{"type":{"type":["string","null"]},"begin":{"type":["string","null"]},"end":{"type":["string","null"]}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false,"required":["id","title","contributors"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"intentionally_none","entity_types":[],"description":"No stable cross-source entity projection is defined for this operation; entities is intentionally empty."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication?identifier={identifier}&limit=25&offset=0","response_example":{"source":"nva","operation":"get_publication","parameters":{"identifier":"example value"},"data":{"id":"example-id","title":"Example","year":"example value","publication_type":"example value","publication_channel":"example value","doi":"https://example.invalid/resource","status":"example value","authors":["example value"],"contributor_count":1,"has_open_file":true,"api_url":"https://example.invalid/resource","created":"2026-01-15T12:00:00Z","modified":"2026-01-15T12:00:00Z","published":"2026-01-15T12:00:00Z","language":"example value","alternative_titles":{"example_key":"example value"},"abstract":"example value","description":"example value","contributors":[{"id":"example-id","name":"Example","role":"example value","corresponding_author":true,"affiliations":["example value"]}],"projects":[{"id":"example-id","type":"example value","name":"Example"}],"funding":[{"identifier":"example value","source":"example value","source_name":"Example","confirmed":true}],"subjects":[{"id":"example-id","type":"example value","label":"Example"}],"files":[{"type":"example value","identifier":"example value","name":"Example","mime_type":"example value","size_bytes":1,"license":"example value","download_url":"https://example.invalid/resource"}],"additional_identifiers":[{"type":"example value","source":"example value","value":"example value"}],"reference":{"type":"example value","doi":"https://example.invalid/resource","publicationContext":{"id":"example-id","type":"example value"},"publicationInstance":{"type":"example value","volume":"example value","issue":"example value","pages":{"type":"example value","begin":"example value","end":"example value"}}}},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"nva","name":"Norwegian Research Information Repository (NVA)","description":"Research publications, open files, Cristin projects and Norwegian research organizations.","cache_ttl_seconds":300,"documentation":"https://swagger-ui.nva.unit.no/"}]},"_provenance":{"data":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva"},"entities":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication","source":"https://allemannsdata.com/wiki/api/v1/kilder/nva","wiki":"https://allemannsdata.com/wiki/kilder/nva/get_publication/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}},{"name":"search_projects","description":"Search Norwegian research projects registered in NVA/Cristin.","parameters":[{"name":"query","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional words from the project title."},{"name":"institution","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional institution name, acronym or organization id."},{"name":"status","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional ACTIVE, CONCLUDED or NOTSTARTED."},{"name":"project_manager","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional project-manager name."},{"name":"funding_source","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional funding-source code, e.g. NFR or EU."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":10,"description":"Results per page, 1-100."},{"name":"page","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":1,"description":"One-based page number."},{"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."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_projects?query={query}&institution={institution}&status={status}&project_manager={project_manager}&funding_source={funding_source}&limit=10&page=1&offset=0","output_fields":["total","page","returned","projects","projects[].id","projects[].title","projects[].status","projects[].start_date","projects[].end_date","projects[].coordinating_institution","projects[].coordinating_institution.id","projects[].coordinating_institution.name","projects[].coordinating_institution.acronym","projects[].coordinating_institution.country","projects[].project_managers","projects[].project_managers[].id","projects[].project_managers[].name","projects[].project_managers[].roles","projects[].contributor_count","projects[].funding","projects[].funding[].identifier","projects[].funding[].source","projects[].funding[].source_name","projects[].funding[].confirmed","projects[].api_url"],"output_fields_truncated":false,"canonical_field_aliases":{"identifier":["projects[].id","projects[].coordinating_institution.id","projects[].project_managers[].id","projects[].funding[].identifier"],"name":["projects[].title","projects[].coordinating_institution.name","projects[].project_managers[].name"]},"description_language":"en","documentation":"Search Norwegian research projects registered in NVA/Cristin.\n\nArgs:\n    query: Optional words from the project title.\n    institution: Optional institution name, acronym or organization id.\n    status: Optional ACTIVE, CONCLUDED or NOTSTARTED.\n    project_manager: Optional project-manager name.\n    funding_source: Optional funding-source code, e.g. NFR or EU.\n    limit: Results per page, 1-100.\n    page: One-based page number.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/nva/search_projects/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/nva/search_projects/?query={query}&institution={institution}&status={status}&project_manager={project_manager}&funding_source={funding_source}&limit=10&page=1&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_projects","response_schema":{"type":"object","properties":{"total":{"type":"integer"},"page":{"type":"integer"},"returned":{"type":"integer"},"projects":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"title":{"type":["string","null"]},"status":{"type":["string","null"]},"start_date":{"type":["string","null"],"format":"date-time"},"end_date":{"type":["string","null"],"format":"date-time"},"coordinating_institution":{"anyOf":[{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false},{"type":"null"}]},"project_managers":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"roles":{"type":"array","items":{"type":"object","properties":{"role":{"type":["string","null"]},"institution":{"anyOf":[{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false},{"type":"null"}]}},"additionalProperties":false}}},"additionalProperties":false}},"contributor_count":{"type":"integer"},"funding":{"type":"array","items":{"type":"object","properties":{"identifier":{"type":["string","null"]},"source":{"type":["string","null"]},"source_name":{"type":["string","null"]},"confirmed":{"type":["boolean","null"]}},"additionalProperties":false}},"api_url":{"type":["string","null"],"format":"uri"}},"additionalProperties":false}}},"additionalProperties":false,"required":["total","page","returned","projects"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"intentionally_none","entity_types":[],"description":"No stable cross-source entity projection is defined for this operation; entities is intentionally empty."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_projects/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_projects","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_projects?query={query}&institution={institution}&status={status}&project_manager={project_manager}&funding_source={funding_source}&limit=10&page=1&offset=0","response_example":{"source":"nva","operation":"search_projects","parameters":{"query":"example value","institution":"example value","status":"example value","project_manager":"example value","funding_source":"example value","limit":10,"page":1},"data":{"total":1,"page":1,"returned":1,"projects":[{"id":"example-id","title":"Example","status":"example value","start_date":"2026-01-15T12:00:00Z","end_date":"2026-01-15T12:00:00Z","coordinating_institution":{"id":"example-id","name":"Example","acronym":"example value","country":"example value"},"project_managers":[{"id":"example-id","name":"Example","roles":[{"role":"example value","institution":{"id":"example-id","name":"Example","acronym":"example value","country":"example value"}}]}],"contributor_count":1,"funding":[{"identifier":"example value","source":"example value","source_name":"Example","confirmed":true}],"api_url":"https://example.invalid/resource"}]},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"nva","name":"Norwegian Research Information Repository (NVA)","description":"Research publications, open files, Cristin projects and Norwegian research organizations.","cache_ttl_seconds":300,"documentation":"https://swagger-ui.nva.unit.no/"}]},"_provenance":{"data":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva"},"entities":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_projects","source":"https://allemannsdata.com/wiki/api/v1/kilder/nva","wiki":"https://allemannsdata.com/wiki/kilder/nva/search_projects/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}},{"name":"get_project","description":"Get detailed metadata for one NVA/Cristin research project.","parameters":[{"name":"identifier","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Numeric Cristin project id from search_projects. A full NVA API URL is also accepted."},{"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)."},{"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."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_project?identifier={identifier}&limit=25&offset=0","output_fields":["id","title","status","start_date","end_date","coordinating_institution","coordinating_institution.id","coordinating_institution.name","coordinating_institution.acronym","coordinating_institution.country","project_managers","project_managers[].id","project_managers[].name","project_managers[].roles","project_managers[].roles[].role","project_managers[].roles[].institution","contributor_count","funding","funding[].identifier","funding[].source","funding[].source_name","funding[].confirmed","api_url","language","alternative_titles","alternative_titles[].language","alternative_titles[].title","academic_summary","popular_summary","contributors"],"output_fields_truncated":true,"canonical_field_aliases":{"identifier":["id","coordinating_institution.id","project_managers[].id","funding[].identifier","contributors[].id","institutions_responsible[].id","related_projects[].id"],"name":["title","coordinating_institution.name","project_managers[].name","alternative_titles[].title","contributors[].name","keywords[].label","project_categories[].label","institutions_responsible[].name","related_projects[].title"]},"description_language":"en","documentation":"Get detailed metadata for one NVA/Cristin research project.\n\nArgs:\n    identifier: Numeric Cristin project id from search_projects. A full\n        NVA API URL is also accepted.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/nva/get_project/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/nva/get_project/?identifier={identifier}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_project","response_schema":{"type":"object","properties":{"id":{"type":["string","null"]},"title":{"type":["string","null"]},"status":{"type":["string","null"]},"start_date":{"type":["string","null"],"format":"date-time"},"end_date":{"type":["string","null"],"format":"date-time"},"coordinating_institution":{"anyOf":[{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false},{"type":"null"}]},"project_managers":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"roles":{"type":"array","items":{"type":"object","properties":{"role":{"type":["string","null"]},"institution":{"anyOf":[{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false},{"type":"null"}]}},"additionalProperties":false}}},"additionalProperties":false}},"contributor_count":{"type":"integer"},"funding":{"type":"array","items":{"type":"object","properties":{"identifier":{"type":["string","null"]},"source":{"type":["string","null"]},"source_name":{"type":["string","null"]},"confirmed":{"type":["boolean","null"]}},"additionalProperties":false}},"api_url":{"type":["string","null"],"format":"uri"},"language":{"type":["string","null"]},"alternative_titles":{"type":"array","items":{"type":"object","properties":{"language":{"type":["string","null"]},"title":{"type":["string","null"]}},"additionalProperties":false}},"academic_summary":{"type":"object","additionalProperties":{"type":["string","null"]}},"popular_summary":{"type":"object","additionalProperties":{"type":["string","null"]}},"contributors":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"roles":{"type":"array","items":{"type":"object","properties":{"role":{"type":["string","null"]},"institution":{"anyOf":[{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false},{"type":"null"}]}},"additionalProperties":false}}},"additionalProperties":false}},"keywords":{"type":"array","items":{"type":"object","properties":{"type":{"type":["string","null"]},"label":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false}},"project_categories":{"type":"array","items":{"type":"object","properties":{"type":{"type":["string","null"]},"label":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false}},"institutions_responsible":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false}},"related_projects":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"type":{"type":["string","null"]},"title":{"type":["string","null"]}},"additionalProperties":false}},"web_page":{"type":["string","null"],"format":"uri"},"last_modified":{"type":["string","null"],"format":"date-time"}},"additionalProperties":false,"required":["id","title","contributors"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"intentionally_none","entity_types":[],"description":"No stable cross-source entity projection is defined for this operation; entities is intentionally empty."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_project/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_project","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_project?identifier={identifier}&limit=25&offset=0","response_example":{"source":"nva","operation":"get_project","parameters":{"identifier":"example value"},"data":{"id":"example-id","title":"Example","status":"example value","start_date":"2026-01-15T12:00:00Z","end_date":"2026-01-15T12:00:00Z","coordinating_institution":{"id":"example-id","name":"Example","acronym":"example value","country":"example value"},"project_managers":[{"id":"example-id","name":"Example","roles":[{"role":"example value","institution":{"id":"example-id","name":"Example","acronym":"example value","country":"example value"}}]}],"contributor_count":1,"funding":[{"identifier":"example value","source":"example value","source_name":"Example","confirmed":true}],"api_url":"https://example.invalid/resource","language":"example value","alternative_titles":[{"language":"example value","title":"Example"}],"academic_summary":{"example_key":"example value"},"popular_summary":{"example_key":"example value"},"contributors":[{"id":"example-id","name":"Example","roles":[{"role":"example value","institution":{"id":"example-id","name":"Example","acronym":"example value","country":"example value"}}]}],"keywords":[{"type":"example value","label":{"example_key":"example value"}}],"project_categories":[{"type":"example value","label":{"example_key":"example value"}}],"institutions_responsible":[{"id":"example-id","name":"Example","acronym":"example value","country":"example value"}],"related_projects":[{"id":"example-id","type":"example value","title":"Example"}],"web_page":"https://example.invalid/resource","last_modified":"2026-01-15T12:00:00Z"},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"nva","name":"Norwegian Research Information Repository (NVA)","description":"Research publications, open files, Cristin projects and Norwegian research organizations.","cache_ttl_seconds":300,"documentation":"https://swagger-ui.nva.unit.no/"}]},"_provenance":{"data":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva"},"entities":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_project","source":"https://allemannsdata.com/wiki/api/v1/kilder/nva","wiki":"https://allemannsdata.com/wiki/kilder/nva/get_project/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}},{"name":"search_organizations","description":"Find research organizations and their stable NVA/Cristin ids.","parameters":[{"name":"query","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Organization name or acronym, e.g. University of Bergen or UIB."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":10,"description":"Results per page, 1-100."},{"name":"page","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":1,"description":"One-based page number."},{"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."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_organizations?query={query}&limit=10&page=1&offset=0","output_fields":["total","page","returned","organizations","organizations[].id","organizations[].name","organizations[].acronym","organizations[].country"],"output_fields_truncated":false,"canonical_field_aliases":{"identifier":["organizations[].id"],"name":["organizations[].name"]},"description_language":"en","documentation":"Find research organizations and their stable NVA/Cristin ids.\n\nArgs:\n    query: Organization name or acronym, e.g. University of Bergen or UIB.\n    limit: Results per page, 1-100.\n    page: One-based page number.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/nva/search_organizations/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/nva/search_organizations/?query={query}&limit=10&page=1&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_organizations","response_schema":{"type":"object","properties":{"total":{"type":"integer"},"page":{"type":"integer"},"returned":{"type":"integer"},"organizations":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false}}},"additionalProperties":false,"required":["total","page","returned","organizations"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"intentionally_none","entity_types":[],"description":"No stable cross-source entity projection is defined for this operation; entities is intentionally empty."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_organizations/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_organizations","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_organizations?query={query}&limit=10&page=1&offset=0","response_example":{"source":"nva","operation":"search_organizations","parameters":{"query":"example value","limit":10,"page":1},"data":{"total":1,"page":1,"returned":1,"organizations":[{"id":"example-id","name":"Example","acronym":"example value","country":"example value"}]},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"nva","name":"Norwegian Research Information Repository (NVA)","description":"Research publications, open files, Cristin projects and Norwegian research organizations.","cache_ttl_seconds":300,"documentation":"https://swagger-ui.nva.unit.no/"}]},"_provenance":{"data":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva"},"entities":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nva/search_organizations","source":"https://allemannsdata.com/wiki/api/v1/kilder/nva","wiki":"https://allemannsdata.com/wiki/kilder/nva/search_organizations/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}},{"name":"get_organization","description":"Get an NVA research organization and its immediate parent/subunits.","parameters":[{"name":"identifier","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Cristin organization id from search_organizations, such as 184.0.0.0. A full NVA API URL is also accepted."},{"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)."},{"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."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_organization?identifier={identifier}&limit=25&offset=0","output_fields":["id","name","acronym","country","parents","parents[].id","parents[].name","parents[].acronym","parents[].country","subunits","subunits[].id","subunits[].name","subunits[].acronym","subunits[].country","api_url"],"output_fields_truncated":false,"canonical_field_aliases":{"identifier":["id","parents[].id","subunits[].id"],"name":["name","parents[].name","subunits[].name"]},"description_language":"en","documentation":"Get an NVA research organization and its immediate parent/subunits.\n\nArgs:\n    identifier: Cristin organization id from search_organizations, such as\n        184.0.0.0. A full NVA API URL is also accepted.\n\nOnly the first hierarchy level is returned, avoiding the very large nested\ntrees in the upstream response.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/nva/get_organization/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/nva/get_organization/?identifier={identifier}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_organization","response_schema":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]},"parents":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false}},"subunits":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"acronym":{"type":["string","null"]},"country":{"type":["string","null"]}},"additionalProperties":false}},"api_url":{"type":["string","null"],"format":"uri"}},"additionalProperties":false,"required":["id","parents","subunits"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"intentionally_none","entity_types":[],"description":"No stable cross-source entity projection is defined for this operation; entities is intentionally empty."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_organization/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_organization","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_organization?identifier={identifier}&limit=25&offset=0","response_example":{"source":"nva","operation":"get_organization","parameters":{"identifier":"example value"},"data":{"id":"example-id","name":"Example","acronym":"example value","country":"example value","parents":[{"id":"example-id","name":"Example","acronym":"example value","country":"example value"}],"subunits":[{"id":"example-id","name":"Example","acronym":"example value","country":"example value"}],"api_url":"https://example.invalid/resource"},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"nva","name":"Norwegian Research Information Repository (NVA)","description":"Research publications, open files, Cristin projects and Norwegian research organizations.","cache_ttl_seconds":300,"documentation":"https://swagger-ui.nva.unit.no/"}]},"_provenance":{"data":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva"},"entities":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_organization","source":"https://allemannsdata.com/wiki/api/v1/kilder/nva","wiki":"https://allemannsdata.com/wiki/kilder/nva/get_organization/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}}],"operation_schema_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/{operation}/schema","related_sources":[{"id":"utdanning","name":"Norwegian education data","reason":"Higher-education institutions and statistics behind Norwegian research.","api":"https://allemannsdata.com/wiki/api/v1/kilder/utdanning","wiki":"https://allemannsdata.com/wiki/kilder/utdanning/"},{"id":"stortinget","name":"Stortinget open data","reason":"Parliamentary questions, hearings and cases informed by research.","api":"https://allemannsdata.com/wiki/api/v1/kilder/stortinget","wiki":"https://allemannsdata.com/wiki/kilder/stortinget/"},{"id":"firmafakta","name":"Firmafakta","reason":"Company grants and research projects linked to Norwegian organizations.","api":"https://allemannsdata.com/wiki/api/v1/kilder/firmafakta","wiki":"https://allemannsdata.com/wiki/kilder/firmafakta/"}],"_meta":{"retrieved_at":"2026-08-18T11:36:42Z","language":"en","content_languages":["en"],"sources":[{"id":"nva","name":"Norwegian Research Information Repository (NVA)","description":"Research publications, open files, Cristin projects and Norwegian research organizations.","documentation":"https://swagger-ui.nva.unit.no/","cache_ttl_seconds":300}]},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nva","names":"https://allemannsdata.com/wiki/api/v1/kilder/nva?view=names","compact":"https://allemannsdata.com/wiki/api/v1/kilder/nva?view=compact","full":"https://allemannsdata.com/wiki/api/v1/kilder/nva","wiki":"https://allemannsdata.com/wiki/kilder/nva/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}
