{"openapi":"3.1.0","info":{"title":"Croatia Statistics API","version":"1.0.0","description":"Official Croatian statistics from the Croatian Bureau of Statistics (Državni zavod za statistiku, DZS) as a clean, keyless JSON API. Get the latest Croatian consumer price index and inflation — the monthly index (2025 = 100) with both the annual and monthly rate of change — pull any table in the DZS PxWeb catalogue as a tidy time-series (prices, industry, national accounts, energy, construction, environment and more), inspect a table's variables and value codes, and browse the database tree. A thin gateway over the DZS PxWeb API: you supply a table path (segments auto URL-encoded) with optional dimension selection, we return tidy period/value observations. Ideal for inflation trackers, Eurozone and Balkan macro research and economic dashboards.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/croatia-stats-api","description":"oanor gateway"}],"tags":[{"name":"Inflation"},{"name":"Data"},{"name":"Catalog"},{"name":"Meta"}],"components":{"securitySchemes":{"oanorKey":{"type":"apiKey","in":"header","name":"x-oanor-key","description":"Get your key at https://www.oanor.com/developer/keys"}}},"security":[{"oanorKey":[]}],"paths":{"/v1/cpi":{"get":{"operationId":"get_v1_cpi","tags":["Inflation"],"summary":"Latest Croatian CPI and inflation","description":"","parameters":[{"name":"periods","in":"query","required":false,"description":"Number of recent months (1-120)","schema":{"type":"string"},"example":"12"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"base":"2025 = 100","table":"ME_PS09","latest":{"period":"2026M05","index_value":104.8,"change_annual_pct":5.2,"change_monthly_pct":-0.3},"series":[{"period":"2026M05","index_value":104.8,"change_annual_pct":5.2,"change_monthly_pct":-0.3},{"period":"2026M04","index_value":105.1,"change_annual_pct":5.8,"change_monthly_pct":1.6},{"period":"2026M03","index_value":103.4,"change_annual_pct":4.8,"change_monthly_pct":1.4},{"period":"2026M02","index_value":102,"change_annual_pct":3.8,"change_monthly_pct":0.3},{"period":"2026M01","index_value":101.7,"change_annual_pct":3.4,"change_monthly_pct":0.3},{"period":"2025M12","index_value":101.4,"change_annual_pct":3.3,"change_monthly_pct":-0.4},{"period":"2025M11","index_value":101.9,"change_annual_pct":3.8,"change_monthly_pct":0.6},{"period":"2025M10","index_value":101.3,"change_annual_pct":3.6,"change_monthly_pct":0.6},{"period":"2025M09","index_value":100.7,"change_annual_pct":4.2,"change_monthly_pct":0.4},{"period":"2025M08","index_value":100.3,"change_annual_pct":4.1,"change_monthly_pct":0.1},{"period":"2025M07","index_value":100.2,"change_annual_pct":4.1,"change_monthly_pct":0.4},{"period":"2025M06","index_value":99.9,"change_annual_pct":3.7,"change_monthly_pct":0.2}],"source":"Croatian Bureau of Statistics (DZS)","measure":"Consumer price index","commodity_group":"Total"},"meta":{"timestamp":"2026-06-15T20:41:11.634Z","request_id":"55cfa7fb-a96d-4040-87a5-896275a5c921"},"status":"ok","message":"CPI retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/series":{"get":{"operationId":"get_v1_series","tags":["Data"],"summary":"Any DZS PxWeb table as a time-series","description":"","parameters":[{"name":"path","in":"query","required":true,"description":"PxWeb table path (slash-separated, auto-encoded)","schema":{"type":"string"},"example":"Cijene/Indeksi potrošačkih cijena/Indeksi potrošačkih cijena – ECOICOP, ver. 2/ME_PS09.px"},{"name":"select","in":"query","required":false,"description":"Dimension constraints \"Code:Value;Code:Value\"","schema":{"type":"string"},"example":"Indikatori:4"},{"name":"periods","in":"query","required":false,"description":"Recent periods (1-240)","schema":{"type":"string"},"example":"12"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"path":"Cijene/Indeksi potrošačkih cijena/Indeksi potrošačkih cijena – ECOICOP, ver. 2/ME_PS09.px","count":12,"title":"Table 1.2 Consumer price indices by ECOICOP ver. 2 classification, monthly by ECOICOP ver. 2, Indicators and Month","series":[{"value":104.8,"period":"2026M05","period_label":"2026M05"},{"value":105.1,"period":"2026M04","period_label":"2026M04"},{"value":103.4,"period":"2026M03","period_label":"2026M03"},{"value":102,"period":"2026M02","period_label":"2026M02"},{"value":101.7,"period":"2026M01","period_label":"2026M01"},{"value":101.4,"period":"2025M12","period_label":"2025M12"},{"value":101.9,"period":"2025M11","period_label":"2025M11"},{"value":101.3,"period":"2025M10","period_label":"2025M10"},{"value":100.7,"period":"2025M09","period_label":"2025M09"},{"value":100.3,"period":"2025M08","period_label":"2025M08"},{"value":100.2,"period":"2025M07","period_label":"2025M07"},{"value":99.9,"period":"2025M06","period_label":"2025M06"}],"constrained":{"Indikatori":{"pos":0,"code":"4","label":"indices (2025 = 100)"},"ECOICOP, ver. 2":{"pos":0,"code":"00","label":"00  CONSUMER PRICE INDEX – TOTAL"}},"time_dimension":"Mjesec"},"meta":{"timestamp":"2026-06-15T20:41:12.531Z","request_id":"45b82bcf-c3b8-4ad8-92d9-7cdbea0647e2"},"status":"ok","message":"Series retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/catalog":{"get":{"operationId":"get_v1_catalog","tags":["Catalog"],"summary":"Browse the database tree","description":"","parameters":[{"name":"path","in":"query","required":false,"description":"Sub-path to list (omit for root)","schema":{"type":"string"},"example":"Cijene"},{"name":"limit","in":"query","required":false,"description":"Max items (1-400)","schema":{"type":"string"},"example":"100"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"path":"Cijene","count":2,"items":[{"id":"Indeksi potrošačkih cijena","text":"Consumer Price Indices\n","type":"folder"},{"id":"Indeksi cijena stambenih objekata","text":"House Price Indices\n","type":"folder"}]},"meta":{"timestamp":"2026-06-15T20:41:12.721Z","request_id":"a91e7bc3-96cf-4e64-ac6a-66ba242297bb"},"status":"ok","message":"Catalog retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/table":{"get":{"operationId":"get_v1_table","tags":["Catalog"],"summary":"Table metadata (variables and value codes)","description":"","parameters":[{"name":"path","in":"query","required":true,"description":"PxWeb table path (slash-separated)","schema":{"type":"string"},"example":"Cijene/Indeksi potrošačkih cijena/Indeksi potrošačkih cijena – ECOICOP, ver. 2/ME_PS09.px"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"path":"Cijene/Indeksi potrošačkih cijena/Indeksi potrošačkih cijena – ECOICOP, ver. 2/ME_PS09.px","title":"Table 1.2 Consumer price indices by ECOICOP ver. 2 classification, monthly by ECOICOP ver. 2, Indicators and Month","variables":[{"code":"ECOICOP, ver. 2","text":"ECOICOP ver. 2","n_values":522,"sample_values":[{"code":"00","text":"00  CONSUMER PRICE INDEX – TOTAL"},{"code":"01","text":"01  FOOD AND NON-ALCOHOLIC BEVERAGES"},{"code":"011","text":"01.1  FOOD"},{"code":"0111","text":"01.1.1  Cereals and cereal products"},{"code":"01111","text":"01.1.1.1  Cereals"},{"code":"01112","text":"01.1.1.2  Flour of cereals"}]},{"code":"Indikatori","text":"Indicators","n_values":4,"sample_values":[{"code":"1","text":"annual rates of change (current month/same month of the previous year), %"},{"code":"2","text":"monthly rates of change (current month/previous month), %"},{"code":"3","text":"twelve-month average rates of change, %"},{"code":"4","text":"indices (2025 = 100)"}]},{"code":"Mjesec","text":"Month","n_values":330,"sample_values":[{"code":"1998M12","text":"1998M12"},{"code":"1999M01","text":"1999M01"},{"code":"1999M02","text":"1999M02"},{"code":"1999M03","text":"1999M03"},{"code":"1999M04","text":"1999M04"},{"code":"1999M05","text":"1999M05"}]}]},"meta":{"timestamp":"2026-06-15T20:41:12.902Z","request_id":"d9444f73-56ac-48fd-8f78-72f6e1360c26"},"status":"ok","message":"Table metadata retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/meta":{"get":{"operationId":"get_v1_meta","tags":["Meta"],"summary":"Service metadata","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"note":"path is the slash-separated PxWeb path (segments auto URL-encoded); browse with /v1/catalog starting from a database like 'Cijene'.","source":"Croatian Bureau of Statistics (Državni zavod za statistiku, DZS)","upstream":"https://web.dzs.hr/PXWeb/api/v1/en","cpi_table":"Cijene/.../ME_PS09.px","endpoints":["/v1/cpi","/v1/series","/v1/table","/v1/catalog","/v1/meta"],"description":"Keyless gateway over the Croatian Bureau of Statistics PxWeb API. /v1/cpi gives the latest Croatian consumer price index and inflation (index + annual + monthly rate); /v1/series pulls any table as a clean time-series; /v1/table inspects a table's variables; /v1/catalog browses the database tree.","documentation":"https://croatia-stats-api.oanor.dev"},"meta":{"timestamp":"2026-06-15T20:41:12.972Z","request_id":"f1fba812-1fa4-4cea-8c01-4f0a57517875"},"status":"ok","message":"Meta","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}}},"x-oanor-pricing":[{"slug":"free","name":"Free","price_cents_month":0,"monthly_call_quota":2350,"rps_limit":3,"hard_limit":true},{"slug":"basic","name":"Basic","price_cents_month":1150,"monthly_call_quota":50500,"rps_limit":10,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":2860,"monthly_call_quota":195000,"rps_limit":25,"hard_limit":true},{"slug":"mega","name":"Mega","price_cents_month":6420,"monthly_call_quota":812000,"rps_limit":60,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/croatia-stats-api"}