Skip to content

Permise de sedere protectie temporara si cereri de azil

Date deschise pe tema impactului situatiei din Ucraina-permise de sedere protectie temporara si cereri de azil

Endpoint GET /v1/population/date_dechise
Export GET /v1/population/date_dechise/export?format=csv\|ndjson
Dataset id date_dechise
Domain population
Rows 19
Source data.gov.ro CKAN package date-dechise

Columns

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

Column Type Notes
sex string required
saptamana_22_27_03 string
interval_varsta string
saptamana_22_27_03_1 string

Example request

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

Response:

{
  "data": [
    {
      "sex": "F",
      "saptamana_22_27_03": "1257",
      "interval_varsta": "0-14",
      "saptamana_22_27_03_1": "644"
    },
    {
      "sex": "F",
      "saptamana_22_27_03": "1482",
      "interval_varsta": "0-14",
      "saptamana_22_27_03_1": "773"
    }
  ],
  "pagination": {
    "total": 19,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "date_dechise",
    "domain": "population",
    "source": "https://data.gov.ro/dataset/date-dechise",
    "last_updated": "2026-07-22T14:54:06Z",
    "generated_at": "2026-07-31T08:48:45Z"
  },
  "links": {
    "self": "/v1/population/date_dechise?limit=2",
    "next": "/v1/population/date_dechise?limit=2&offset=2",
    "prev": null,
    "first": "/v1/population/date_dechise?limit=2&offset=0",
    "last": "/v1/population/date_dechise?limit=2&offset=18",
    "documentation": "/documentation/datasets/date_dechise/"
  }
}

Provenance

Latest ingestion (version 1): 19 rows imported, 15 quarantined, from date-deschise-ucraina.xlsx (SHA-256 cf8b529c5b40…) on 2026-07-22.

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