/v1/catalog
Browse the subject tree
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/estonia-stats-api/v1/catalog" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/estonia-stats-api/v1/catalog", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/estonia-stats-api/v1/catalog");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/estonia-stats-api/v1/catalog",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"path": "majandus",
"count": 19,
"items": [
{
"id": "pellumajandus",
"text": "Agriculture",
"type": "folder"
},
{
"id": "ehitus",
"text": "Construction",
"type": "folder"
},
{
"id": "majandusuksused",
"text": "Economic units",
"type": "folder"
},
{
"id": "energeetika",
"text": "Energy",
"type": "folder"
},
{
"id": "rahandus",
"text": "Finance",
"type": "folder"
},
{
"id": "ettevetete-majandusnaitajad",
"text": "Financial statistics of enterprises",
"type": "folder"
},
{
"id": "kalandus",
"text": "Fishing",
"type": "folder"
},
{
"id": "valiskaubandus",
"text": "Foreign trade",
"type": "folder"
},
{
"id": "metsamajandus",
"text": "Forestry",
"type": "folder"
},
{
"id": "toostus",
"text": "Industry",
"type": "folder"
},
{
"id": "infotehnoloogia",
"text": "Information technology and communications",
"type": "folder"
},
{
"id": "sisekaubandus",
"text": "Internal trade",
"type": "folder"
},
{
"id": "rahvamajanduse-arvepidamine",
"text": "National accounts",
"type": "folder"
},
{
"id": "hinnad",
"text": "Prices",
"type": "folder"
},
{
"id": "teadus-tehnoloogia-innovatsioon",
"text": "Science. Technology. Innovation",
"type": "folder"
},
{
"id": "teenindus",
"text": "Service activities",
"type": "folder"
},
{
"id": "turism-ja-majutus",
"text": "Tourism, accommodation and catering",
"type": "folder"
},
{
"id": "transport",
"text": "Transport",
"type": "folder"
},
{
"id": "palk-ja-toojeukulu",
"text": "Wages and salaries and labour costs",
"type": "folder"
}
]
},
"meta": {
"timestamp": "2026-06-15T20:41:21.222Z",
"request_id": "bad2beb2-d0f1-49
…