Skip to content

Museums of Romania (INP guide)

The National Heritage Institute's guide to Romanian museums: code, name (Romanian and English), county, locality, address, contact details and founding year. Source: Institutul Național al Patrimoniului via data.gov.ro.

Endpoint GET /v1/education/museums
Export GET /v1/education/museums/export?format=csv\|ndjson
Dataset id museums
Domain education
Rows 1,041
Source data.gov.ro CKAN package ghidul-muzeelor-din-romania

Columns

All columns are filterable, sortable, and selectable — see Querying & filtering.

Column Type Notes
museum_code string required
county string
name string required
name_en string
locality string
admin_unit string
address string
postal_code string
phone string
founding_year integer
source_year bigint constant for this source file

Example request

curl -H "Authorization: Bearer $API_KEY" "https://api.canovix.ro/v1/education/museums?limit=2"
page = client.get("/v1/education/museums", params={"limit": 2}).json()
const page = await (await fetch(`${BASE}/v1/education/museums?limit=2`, { headers })).json();

Response:

{
  "data": [
    {
      "museum_code": "15",
      "county": "SIBIU",
      "name": "Muzeul Locomotivelor cu Abur din Depoul C.F.R. SIBIU, Regionala BRAȘOV",
      "name_en": "Steam Engine Museum",
      "locality": "SIBIU",
      "admin_unit": null,
      "address": "Str. Dorobanților nr. 22 (in incinta Depoului de Locomotive Sibiu)",
      "postal_code": null,
      "phone": "0269 230 302",
      "founding_year": 1994
    },
    {
      "museum_code": "1620000159",
      "county": "ALBA",
      "name": "Muzeul Arhiepiscopiei Majore a Bisericii Greco-Catolice",
      "name_en": "Graeco-Catholic Bishopric Museum",
      "locality": "BLAJ",
      "admin_unit": null,
      "address": "str. P.P. Aron nr. 2",
      "postal_code": "515400",
      "phone": "0258.71.20.57",
      "founding_year": 2013
    }
  ],
  "pagination": {
    "total": 1041,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "museums",
    "domain": "education",
    "source_year": 2017,
    "source": "https://data.gov.ro/dataset/ghidul-muzeelor-din-romania",
    "last_updated": "2026-07-21T15:57:17Z",
    "generated_at": "2026-07-31T08:48:40Z"
  },
  "links": {
    "self": "/v1/education/museums?limit=2",
    "next": "/v1/education/museums?limit=2&offset=2",
    "prev": null,
    "first": "/v1/education/museums?limit=2&offset=0",
    "last": "/v1/education/museums?limit=2&offset=1040",
    "documentation": "/documentation/datasets/museums/"
  }
}

Provenance

Latest ingestion (version 1): 1,041 rows imported, 1 quarantined, from inp-ghidul-muzelor-2017-05-18.csv (SHA-256 34e07eec3b7c…) on 2026-07-21.

Full provenance — checksums, pipeline version, timings — is live at /v1/datasets/{id}.