ssbnorway.search
mock data$0.001 / callSSB Norway Table Search
Search 300K+ Statistics Norway (SSB) statistical tables by keyword. Returns matching table IDs, full titles, subject paths, relevance scores, and publication dates. SSB is the Norwegian national statistics authority and covers population, GDP, employment, prices, energy, immigration, health, education, trade, and more. Use the returned table ID with ssbnorway.data.metadata to discover dimension codes, then ssbnorway.data.query to fetch data. Example keywords: "population", "gdp", "unemployment", "cpi inflation", "exports", "immigration", "energy", "housing prices", "fertility".
Input schema
Maximum number of tables to return (1–50, default 10).
Keyword to search for in SSB table titles. Examples: "population", "gdp", "unemployment", "inflation", "energy", "immigration", "agriculture", "exports". Returns tables matching the keyword with IDs, titles, and publication dates.
Call via REST
curl -X POST https://unifyapi.pro/api/call/ssbnorway.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":10,"query":"<query>"}'