Skip to content

School unit geographic coordinates (SIIIR)

Latitude/longitude for ~20,000 Romanian school units, keyed by their SIIIR code. Source: Ministerul Educației via data.gov.ro.

Endpoint GET /v1/education/school_locations
Export GET /v1/education/school_locations/export?format=csv\|ndjson
Dataset id school_locations
Domain education
Rows 19,383
Source data.gov.ro CKAN package coordonate-geografice-unitati-de-invatamant-geocodare

Columns

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

Column Type Notes
siiir_code string required
latitude decimal required
longitude decimal required
source_year bigint constant for this source file

Example request

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

Response:

{
  "data": [
    {
      "siiir_code": "0121100011",
      "latitude": 46.0700728,
      "longitude": 23.5712109
    },
    {
      "siiir_code": "0131100079",
      "latitude": 46.0700728,
      "longitude": 23.5707109
    }
  ],
  "pagination": {
    "total": 19383,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "school_locations",
    "domain": "education",
    "source_year": 2017,
    "source": "https://data.gov.ro/dataset/coordonate-geografice-unitati-de-invatamant-geocodare",
    "last_updated": "2026-07-21T15:57:19Z",
    "generated_at": "2026-07-31T08:48:42Z"
  },
  "links": {
    "self": "/v1/education/school_locations?limit=2",
    "next": "/v1/education/school_locations?limit=2&offset=2",
    "prev": null,
    "first": "/v1/education/school_locations?limit=2&offset=0",
    "last": "/v1/education/school_locations?limit=2&offset=19382",
    "documentation": "/documentation/datasets/school_locations/"
  }
}

Provenance

Latest ingestion (version 1): 19,383 rows imported, 353 quarantined, from 20170327-coordonategps-scoli.xlsx (SHA-256 f3d319ef8f8d…) on 2026-07-21.

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