About Allemannsdata

Allemannsdata is a server-rendered wiki for Norwegian public data, designed for language models and other clients that work best when all content is reachable through ordinary links.

Three access modes

How to use the wiki

  1. Start on the home page and choose a topic.
  2. Choose a data source.
  3. Open an operation, set parameters in its HTML GET URL and follow result links. The form is only a fallback.

Programmatic access

Use HTML to navigate between companies, people, places and datasets. Follow a page's JSON link when concrete values must be processed.

The API supports browser CORS and is versioned under /api/v1/. Generated code should check HTTP status, handle retryable errors and follow Cache-Control and ETag.

Usage and limitations

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.

Use this page to understand the contract

Read this page before building a workflow. Then go to topics for navigation or the JSON index for programmatic value extraction.

Important: HTML is the navigation layer. JSON is an alternative for data work, not the starting point for understanding which sources belong together.