City, Gdynia

Gdynia (PL) open-data catalogue over a CKAN API

🏛 GovernmentHEALTHYchecked 9h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

The Polish city of Gdynia publishes its open data through a standard CKAN API, listing datasets that cover live public-transport arrivals, routes, timetables and more. The package_list endpoint returns dataset slugs as JSON with no key. Individual datasets are fetched by name from the same API.

84HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 84 · healthy
Uptime history
100%90 days
100%30 days
1230P50 · ms
3933P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 163 ms, slowest 2112 ms, most recent 234 ms.
Live response samplecaptured by our last successful check
GET https://otwartedane.gdynia.pl/api/3/action/package_list

{
  "help": "https://otwartedane.gdynia.pl/api/3/action/help_show?name=package_list",
  "success": true,
  "result": [
    "aktualne-czasy-przejazdu-dla-poszczegolnych-sekcji",
    "aktualne-dane-o-komunikatach-wyswietlanych-na-tablicach-przystankowych"
  ]
}
Call itcurl · fetch · python
curl "https://otwartedane.gdynia.pl/api/3/action/package_list"
const res = await fetch("https://otwartedane.gdynia.pl/api/3/action/package_list");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://otwartedane.gdynia.pl/api/3/action/package_list")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 5HealthyFULL DOCS ↗
Monitored path responding — GET /action/package_list1230 mschecked 9h ago
GET/action/package_listPROBED

Gdynia (PL) open-data catalogue over a CKAN API

GET/action

Action — documented GET route.

GET/action/1

Action details by ID (example: 1).

GET/action?limit=10

Action — documented GET route.

GET/action/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

City, Gdynia: common questions

Is City, Gdynia free to use?

Yes — City, Gdynia is a free government API. Free tier: Free / open data. Whether the free tier allows commercial use is unclear — check the provider docs.

Does City, Gdynia need an API key?

No — City, Gdynia needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call City, Gdynia from the browser?

Not directly — City, Gdynia doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is City, Gdynia up right now?

As of our last scheduled check, City, Gdynia is healthy with 100% uptime over 90 days and a 1230 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.