v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Statistical Agencies

Metadata / schema for a specific Statistics Estonia table

Return the schema for a PxWeb table: title, dimensions (codes and labels in Estonian), admissible value codes, and which dimension is the time axis. Pass path so Sugra can locate the parent folder (the client does not maintain a static table->path map); table_id may include the .px / .PX extension or omit it - Sugra resolves the correct extension from the tree listing.

get/api/v1/statistical-agencies/stat-estonia/tables/{table_id}

Path parameters

table_idstring required

Statistics Estonia table id (e.g. IA002.px, RAA0012.PX, or just IA002).

Statistics Estonia table id (e.g. IA002.px, RAA0012.PX, or just IA002).

Query parameters

pathstring required

Slash-separated parent path for the table (e.g. majandus/hinnad).

Slash-separated parent path for the table (e.g. majandus/hinnad).

Response

Table schema plus upstream metadata with a UTC-normalised updated timestamp.

Example response

{
  "data": {
    "table_id": "IA002.px",
    "path": "majandus/hinnad/IA002.px",
    "title": "IA002: CONSUMER PRICE INDEX, 1997 = 100 (MONTHS)",
    "variables": [
      {
        "code": "Aasta",
        "text": "Year",
        "time": true
      }
    ],
    "metadata": {
      "updated": "2026-04-06T16:36:44Z",
      "label": "IA002: CONSUMER PRICE INDEX, 1997 = 100 by Year, Commodity group and Month",
      "source": "Statistics Estonia"
    }
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}