Skip to content

Situatia farmaciilor - 2019

Situatia farmaciilor - 2019

Endpoint GET /v1/health/situatia_farmaciilor_2019
Export GET /v1/health/situatia_farmaciilor_2019/export?format=csv\|ndjson
Dataset id situatia_farmaciilor_2019
Domain health
Rows 168
Source data.gov.ro CKAN package situatia-farmaciilor-2019

Columns

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

Column Type Notes
name string required
in_structura string
form_jur string
jud_sect string
locality string
urban_rural string
adresa string
aut string
nota string
data_infiintarii date
aut_preschimbata string
nota_1 string
date string
suspendata_pina_la date
farmacist_sef string
oficine_locale_de_distributie string
exceptie string
observatii string
fond_comert string
update string
unnamed_20 string

Example request

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

Response:

{
  "data": [
    {
      "name": "ALISIAOPTO",
      "in_structura": null,
      "form_jur": "SRL",
      "jud_sect": "SM",
      "locality": "AMATI",
      "urban_rural": "RURAL",
      "adresa": "COM.PAULESTI, NR 48",
      "aut": "10226",
      "nota": "RL1159",
      "data_infiintarii": "2012-02-14",
      "aut_preschimbata": null,
      "nota_1": null,
      "date": null,
      "suspendata_pina_la": null,
      "farmacist_sef": "CSIK-MATICU HRINY BIANCA",
      "oficine_locale_de_distributie": null,
      "exceptie": null,
      "observatii": "FARA RECEPTURA SI LABORATOR",
      "fond_comert": null,
      "update": "2012-07-24 00:00:00",
      "unnamed_20": null
    },
    {
      "name": "ALTHEA",
      "in_structura": null,
      "form_jur": "SRL",
      "jud_sect": "SM",
      "locality": "SATU MARE",
      "urban_rural": "URBAN",
      "adresa": "BIRGAULUI, BL.CB5",
      "aut": "5583",
      "nota": "OB8631",
      "data_infiintarii": "2004-07-26",
      "aut_preschimbata": "5583",
      "nota_1": "AV116",
      "date": "2009-10-06 00:00:00",
      "suspendata_pina_la": null,
      "farmacist_sef": "CRISAN MIHAI GHEORGHE",
      "oficine_locale_de_distributie": "Gherta Mica",
      "exceptie": null,
      "observatii": null,
      "fond_comert": null,
      "update": null,
      "unnamed_20": null
    }
  ],
  "pagination": {
    "total": 168,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "situatia_farmaciilor_2019",
    "domain": "health",
    "source": "https://data.gov.ro/dataset/situatia-farmaciilor-2019",
    "last_updated": "2026-07-22T16:39:53Z",
    "generated_at": "2026-07-31T08:48:44Z"
  },
  "links": {
    "self": "/v1/health/situatia_farmaciilor_2019?limit=2",
    "next": "/v1/health/situatia_farmaciilor_2019?limit=2&offset=2",
    "prev": null,
    "first": "/v1/health/situatia_farmaciilor_2019?limit=2&offset=0",
    "last": "/v1/health/situatia_farmaciilor_2019?limit=2&offset=166",
    "documentation": "/documentation/datasets/situatia_farmaciilor_2019/"
  }
}

Provenance

Latest ingestion (version 1): 168 rows imported, 0 quarantined, from satu-mare.xls (SHA-256 27318753e332…) on 2026-07-22.

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