search_tables

Find tables by keyword in their titles, across all sources or one.

Signature: search_tables(query: string, optional, default ''; source_id: string, optional, default None; limit: integer, items, optional, default 25; 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/fhi/search_tables/?query=&source_id={source_id}&limit=25&offset=0

Replace {query}, {source_id} 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/fhi/search_tables?query=&source_id={source_id}&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
queryoptionalstringWords to match in table titles (case-insensitive, all words must appear), e.g. "svangerskapsavbrot alder". Titles are in Norwegian. Empty query lists every table.
source_idoptionalunionLimit to one source id from list_sources(), e.g. "daar".
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/fhi/search_tables?query=&source_id={source_id}&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/fhi/search_tables?query=&source_id={source_id}&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/fhi/search_tables?query=&source_id={source_id}&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "fhi",
  "operation": "search_tables",
  "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. Words to match in table titles (case-insensitive, all words must appear), e.g. "svangerskapsavbrot alder". Titles are in Norwegian. Empty query lists every table.
Type: string. Limit to one source id from list_sources(), e.g. "daar".

Result

Source: FHI Statistics. Retrieved 2026-09-27T23:40:20Z in 0.588 seconds.

Showing 10 of 13 results in compact format.

  1. title:
    Vaksinasjonsdekning_5aar
  2. title:
    Vaksinasjonsdekning_1
  3. title:
    Is8: Fødsler ved institusjon per år, fødeinstitusjon og om det finnes opplysninger om mors kroppsmasseindeks (KMI)
  4. title:
    P4a: Komplikasjoner under fødselen per måned og mors bosted
  5. title:
    P4b: Komplikasjoner under fødselen per måned og fødeinstitusjon
  6. title:
    A1: Fødte etter assistert befruktning i Norge per år, institusjon og enkelt-/flerfødt
  7. title:
    F9a: Fødsler per år, mors bosted og komplikasjoner under fødselen
  8. title:
    Is3b: Fødsler ved institusjon per år, fødeinstitusjon og komplikasjoner under fødselen
  9. title:
    SYSVAK koronavaksinasjon 25/26
  10. title:
    SYSVAK influensavaksinasjon 25/26
Show all fields in HTML

13 results

  1. source_id:
    nokkel
    table_id:
    395
    title:
    Vaksinasjonsdekning_5aar
    published_at:
    2026-07-03T09:54:42.4716Z
    modified_at:
    2026-08-03T08:54:30.264336Z
  2. source_id:
    nokkel
    table_id:
    394
    title:
    Vaksinasjonsdekning_1
    published_at:
    2026-08-03T10:07:04.397008Z
    modified_at:
    2026-08-03T10:07:04.397038Z
  3. source_id:
    mfr
    table_id:
    496
    title:
    Is8: Fødsler ved institusjon per år, fødeinstitusjon og om det finnes opplysninger om mors kroppsmasseindeks (KMI)
    published_at:
    2026-04-16T05:00:00Z
    modified_at:
    2026-04-13T17:51:23.545572Z
  4. source_id:
    mfr
    table_id:
    512
    title:
    P4a: Komplikasjoner under fødselen per måned og mors bosted
    published_at:
    2026-08-25T05:00:00Z
    modified_at:
    2026-08-24T11:51:43.194083Z
  5. source_id:
    mfr
    table_id:
    513
    title:
    P4b: Komplikasjoner under fødselen per måned og fødeinstitusjon
    published_at:
    2026-08-25T05:00:00Z
    modified_at:
    2026-08-24T11:51:54.711931Z
  6. source_id:
    mfr
    table_id:
    456
    title:
    A1: Fødte etter assistert befruktning i Norge per år, institusjon og enkelt-/flerfødt
    published_at:
    2026-04-16T05:00:00Z
    modified_at:
    2026-04-13T17:48:26.909883Z
  7. source_id:
    mfr
    table_id:
    437
    title:
    F9a: Fødsler per år, mors bosted og komplikasjoner under fødselen
    published_at:
    2026-04-16T05:00:00Z
    modified_at:
    2026-04-13T17:50:04.677666Z
  8. source_id:
    mfr
    table_id:
    446
    title:
    Is3b: Fødsler ved institusjon per år, fødeinstitusjon og komplikasjoner under fødselen
    published_at:
    2026-04-16T05:00:00Z
    modified_at:
    2026-04-13T17:51:23.576745Z
  9. source_id:
    sysvak
    table_id:
    717
    title:
    SYSVAK koronavaksinasjon 25/26
    published_at:
    2026-08-31T00:03:48.960487Z
    modified_at:
    2026-09-25T09:00:57.414939Z
  10. source_id:
    sysvak
    table_id:
    716
    title:
    SYSVAK influensavaksinasjon 25/26
    published_at:
    2026-08-31T02:01:55.998872Z
    modified_at:
    2026-09-25T09:01:19.067195Z
  11. source_id:
    sysvak
    table_id:
    484
    title:
    SYSVAK koronavaksinasjon 24/25
    published_at:
    2025-05-27T00:07:25.040345Z
    modified_at:
    2026-09-25T09:00:04.968232Z
  12. source_id:
    sysvak
    table_id:
    324
    title:
    SYSVAK influensavaksinasjon 24/25
    published_at:
    2025-05-27T02:01:39.882236Z
    modified_at:
    2026-09-25T09:00:32.840897Z
  13. source_id:
    sysvak
    table_id:
    938
    title:
    SYSVAK Pneumokokkvaksinasjon 25/26
    published_at:
    2026-09-25T11:27:17.712624Z
    modified_at:
    2026-09-25T11:27:17.712625Z
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_tables 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.