Open Government, Cyprus
Open Government, Cyprus — keyless JSON API
Open Government, Cyprus. Cyprus Government Open Data
GET https://data.gov.cy/data.json
{
"@xmlns:foaf": "http://xmlns.com/foaf/0.1/",
"@xmlns:owl": "http://www.w3.org/2002/07/owl#",
"@xmlns:rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"@xmlns:rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"@xmlns:dcat": "http://www.w3.org/ns/dcat#",
"@xmlns:dct": "http://purl.org/dc/terms/",
"@xmlns:adms": "http://www.w3.org/ns/adms#",
"@xmlns:dc": "http://purl.org/dc/elements/1.1/"
}curl "https://data.gov.cy/data.json"const res = await fetch("https://data.gov.cy/data.json");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://data.gov.cy/data.json")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/data.jsonPROBEDOpen Government, Cyprus — keyless JSON API
/data.json?limit=5Paginated variant with limit parameter.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
Open Government, Cyprus: common questions
Is Open Government, Cyprus free to use?
Yes — Open Government, Cyprus is a free government API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does Open Government, Cyprus need an API key?
No — Open Government, Cyprus needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call Open Government, Cyprus from the browser?
Not directly — Open Government, Cyprus 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 Open Government, Cyprus up right now?
As of our last scheduled check, Open Government, Cyprus is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.