Open Government, Austria API
Overview
The Open Government Austria API (data.gv.at) offers free access to official Austrian government datasets across topics like statistics, geography, transport, and public administration. No registration or API key is needed to start querying. The portal is built on the CKAN platform, which means standard CKAN API patterns apply.
Beginner Tip
Query datasets in English by appending &lang=en to CKAN API calls; the portal supports multilingual metadata so some fields may still appear in German.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from Open Government, Austria",
"description": "Austria Government Open Data",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
success Indicates whether the API call succeeded. result Main payload; contains count and results for searches or full dataset details for show calls. title Dataset title, often in German. notes Description or abstract of the dataset contents. resources List of files or endpoints where the actual data can be accessed. tags Keywords associated with the dataset for discovery. Implementation Example
const url = "https://www.data.gv.at/";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →Bank Negara Malaysia Open Data
⭐ Beginner's PickBank Negara Malaysia Open Data provides free access to official financial data published by Malaysia's central bank, including exchange rates, interest rates, and key economic indicators.
BCLaws
BCLaws gives you free access to the full text of British Columbia's laws and regulations.
Brazil
⭐ Beginner's PickBrasilAPI is a free, community-driven API that centralizes public data about Brazil in one easy-to-use place.
Brazil Central Bank Open Data
The Brazil Central Bank Open Data API provides free access to official financial and economic data from Brazil s central bank (Banco Central do Brasil).
Brazil Receita WS
Brazil Receita WS lets you look up official information about Brazilian companies using their CNPJ (tax registration number).