Skip to content

Areal Specii Natura 2000 (Art17DH)

Areal Specii Natura 2000

Endpoint GET /v1/environment/areal_specii_natura_2000
Export GET /v1/environment/areal_specii_natura_2000/export?format=csv\|ndjson
Dataset id areal_specii_natura_2000
Domain environment
Rows 202
Source data.gov.ro CKAN package areal_specii_natura_2000

Columns

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

Column Type Notes
categoria string required
code string
specie string

Example request

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

Response:

{
  "data": [
    {
      "categoria": "Specii",
      "code": "1014",
      "specie": "Vertigo angustior"
    },
    {
      "categoria": "Specii",
      "code": "1034",
      "specie": "Hirudo medicinalis"
    }
  ],
  "pagination": {
    "total": 202,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "areal_specii_natura_2000",
    "domain": "environment",
    "source": "https://data.gov.ro/dataset/areal_specii_natura_2000",
    "last_updated": "2026-07-31T08:47:02Z",
    "generated_at": "2026-07-31T08:48:42Z"
  },
  "links": {
    "self": "/v1/environment/areal_specii_natura_2000?limit=2",
    "next": "/v1/environment/areal_specii_natura_2000?limit=2&offset=2",
    "prev": null,
    "first": "/v1/environment/areal_specii_natura_2000?limit=2&offset=0",
    "last": "/v1/environment/areal_specii_natura_2000?limit=2&offset=200",
    "documentation": "/documentation/datasets/areal_specii_natura_2000/"
  }
}

Provenance

Latest ingestion (version 3): 202 rows imported, 0 quarantined, from areal_specii_natura_2000_art_17dh.xls (SHA-256 6a6ecfa93924…) on 2026-07-31.

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