Skip to content

Asylum applications (IGI, S2 2019)

Asylum applications registered in Romania in the second semester of 2019, one row per application: country of origin, sex and age group of the applicant. Source: Inspectoratul General pentru Imigrări via data.gov.ro.

Endpoint GET /v1/population/asylum_applications
Export GET /v1/population/asylum_applications/export?format=csv\|ndjson
Dataset id asylum_applications
Domain population
Rows 1,799
Source data.gov.ro CKAN package statistici-imigrari-semestrul-2-2019

Columns

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

Column Type Notes
origin_country string required
sex string
age_group string
source_year bigint constant for this source file
source_period text constant for this source file

Example request

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

Response:

{
  "data": [
    {
      "origin_country": "SIRIA",
      "sex": "F",
      "age_group": "0_13 ani"
    },
    {
      "origin_country": "NIGERIA",
      "sex": "F",
      "age_group": "0_13 ani"
    }
  ],
  "pagination": {
    "total": 1799,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "asylum_applications",
    "domain": "population",
    "source_year": 2019,
    "source_period": "S2",
    "source": "https://data.gov.ro/dataset/statistici-imigrari-semestrul-2-2019",
    "last_updated": "2026-07-21T15:57:23Z",
    "generated_at": "2026-07-31T08:48:45Z"
  },
  "links": {
    "self": "/v1/population/asylum_applications?limit=2",
    "next": "/v1/population/asylum_applications?limit=2&offset=2",
    "prev": null,
    "first": "/v1/population/asylum_applications?limit=2&offset=0",
    "last": "/v1/population/asylum_applications?limit=2&offset=1798",
    "documentation": "/documentation/datasets/asylum_applications/"
  }
}

Provenance

Latest ingestion (version 1): 1,799 rows imported, 0 quarantined, from date-igi-sem-ii-2019.xlsx (SHA-256 cf0e5d866d74…) on 2026-07-21.

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