City, Gdynia API
Overview
The City of Gdynia Open Data portal provides free access to public datasets from Gdynia, Poland. You can browse and download data on public transport, city infrastructure, and administrative information in structured formats. The portal uses an open data standard and requires no registration to access.
Beginner Tip
Start by visiting the API documentation page to browse available datasets and their identifiers before making programmatic requests.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from City, Gdynia",
"description": "Gdynia (PL) City Open Data",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
success Indicates whether the API request completed successfully result List of dataset identifiers or dataset objects depending on the endpoint called title Title of the dataset in Polish name URL-safe unique name used to identify the dataset in API calls resources Array of data files attached to the dataset, each containing url and format keys Implementation Example
const url = "http://otwartedane.gdynia.pl/en/";
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).