Aller au contenu
GET /v1/catalog

Browse the subject tree

Essayez-le en direct

10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.

En-têtes personnalisés (facultatif)
api.oanor.com/estonia-stats-api

Ça marche. Récupérez une clé API et utilisez-la dans votre projet.

Obtenez une clé API

Extraits de code

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_..."}
)

Exemple de réponse

Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.

{
    "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
…