City, Helsinki API
Overview
Helsinki Region Infoshare (HRI) is a free open data portal providing datasets from Helsinki and surrounding cities in Finland. You can access information on population, transport, culture, environment, and city services without any authentication. It is a great resource for developers building civic apps or researching Nordic urban data.
Beginner Tip
Use the CKAN-compatible API at hri.fi/api/3/action/package_search to search datasets in English; many datasets from Helsinki are well-documented and available in JSON format.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from City, Helsinki",
"description": "Helsinki(FI) City Open Data",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
success True if the CKAN API call succeeded result.count Total number of datasets matching your search query result.results Array of dataset metadata objects returned for the current page title Display title of the dataset, which may be in Finnish, Swedish, or English resources List of downloadable files associated with the dataset, with url, format, and size fields tags Keywords associated with the dataset to help with categorization and search Implementation Example
const url = "https://hri.fi/en_gb/";
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).