Skip to content

Legenda SIRUTA - Registrul unitatilor administrativ-teritoriale ale României

Numele campului si semnificatia, Nivelurile Unitatilor Administrativ-Teritoriale (UAT), Nomenclatorul tipurilor de localitati

Endpoint GET /v1/geospatial/legenda_siruta
Export GET /v1/geospatial/legenda_siruta/export?format=csv\|ndjson
Dataset id legenda_siruta
Domain geospatial
Rows 32
Source data.gov.ro CKAN package legenda-siruta-registrul-unitatilor-administrativ-teritoriale-ale-romaniei

Columns

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

Column Type Notes
nume_camp string required
semnificatie string
unnamed_2 string

Example request

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

Response:

{
  "data": [
    {
      "nume_camp": "1",
      "semnificatie": "Municipiu resedinta de judet, municipiul Bucuresti",
      "unnamed_2": null
    },
    {
      "nume_camp": "1. Judeţe, Municipiul Bucureşti",
      "semnificatie": "2. Municipii",
      "unnamed_2": "5. 5. Localităţi componente"
    }
  ],
  "pagination": {
    "total": 32,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "legenda_siruta",
    "domain": "geospatial",
    "source": "https://data.gov.ro/dataset/legenda-siruta-registrul-unitatilor-administrativ-teritoriale-ale-romaniei",
    "last_updated": "2026-07-23T19:54:48Z",
    "generated_at": "2026-07-31T08:48:43Z"
  },
  "links": {
    "self": "/v1/geospatial/legenda_siruta?limit=2",
    "next": "/v1/geospatial/legenda_siruta?limit=2&offset=2",
    "prev": null,
    "first": "/v1/geospatial/legenda_siruta?limit=2&offset=0",
    "last": "/v1/geospatial/legenda_siruta?limit=2&offset=30",
    "documentation": "/documentation/datasets/legenda_siruta/"
  }
}

Provenance

Latest ingestion (version 1): 32 rows imported, 2 quarantined, from legenda-siruta.xlsx (SHA-256 b687452325ab…) on 2026-07-23.

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