Skip to content

Deșeuri transferate (t), 2023

Deșeurile transferate (tone) per operator — tip deșeu, metoda de tratare și cantitate, ANPM 2023.

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

Columns

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

Column Type Notes
reporting_year integer
operator_name string required
address string
locality string
county string
parent_company string
activity_sector string
activity string
waste_type string
treatment_method string
quantity_t decimal
base_method string

Example request

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

Response:

{
  "data": [
    {
      "reporting_year": 2023,
      "operator_name": "Statia de comprimare gaze naturale Brateiu",
      "address": null,
      "locality": "Brateiu",
      "county": "Sibiu",
      "parent_company": "SNGN ROMGAZ SA Sucursala Medias",
      "activity_sector": "3 Industria minereurilor",
      "activity": "3.(a) Exploatari miniere de subteran si operatiuni conexe",
      "waste_type": "Periculos in tara",
      "treatment_method": "Valorificare",
      "quantity_t": 31.9,
      "base_method": "Masurare"
    },
    {
      "reporting_year": 2023,
      "operator_name": "SC Petrotel Lukoil SA",
      "address": "MIHAI BRAVU nr. 235",
      "locality": "PLOIESTI",
      "county": "Prahova",
      "parent_company": "LUKOIL",
      "activity_sector": "1 Sectorul energetic",
      "activity": "1.(c) Centrale termice si alte instalatii de ardere cu o putere termica mai mare de 50 MW",
      "waste_type": "Nepericulos",
      "treatment_method": "Valorificare",
      "quantity_t": 11000.0,
      "base_method": "Masurare"
    }
  ],
  "pagination": {
    "total": 961,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "deseuri_transferate",
    "domain": "environment",
    "source": "https://data.gov.ro/dataset/deseuri_transferate",
    "last_updated": "2026-07-23T20:23:32Z",
    "generated_at": "2026-07-31T08:48:42Z"
  },
  "links": {
    "self": "/v1/environment/deseuri_transferate?limit=2",
    "next": "/v1/environment/deseuri_transferate?limit=2&offset=2",
    "prev": null,
    "first": "/v1/environment/deseuri_transferate?limit=2&offset=0",
    "last": "/v1/environment/deseuri_transferate?limit=2&offset=960",
    "documentation": "/documentation/datasets/deseuri_transferate/"
  }
}

Provenance

Latest ingestion (version 2): 961 rows imported, 0 quarantined, from deeuri_transferate_t.xls (SHA-256 3bb9d3b0b979…) on 2026-07-23.

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