c0mm0.com — the continuously verified register of European data

Register record·API·FRVERIFIED · checked 5h ago
A

Arbres engagés en MAEC / CAB / MAB en Bretagne (confirmation d’engagement de la campagne PAC 2022)

APIExecutable4/7Query nowOpen workbenchSubscribe🇫🇷France

Les exploitants agricoles engagés en Mesure Agro-Environnementale et Climatique (MAEC,) Conversion à l'Agriculture Biologique(CAB) ou Maintien en Agriculture Biologique (MAB) doivent chaque année confirmer leur engagement lors de la campagne PAC annuelle dans le cas d’un engagement pluriannuel. L...

42
fair

Weighted across five axes. Tap a ring for what it measures.

Data schema (11 fields)

Filterable via the API (9)
gml_ididnum_eledispositifmesurequantite_engagedebut_engagementfin_engagementetat

Click a field to see example values.

FillFieldTypeDescription
geo_point_2dGeo Pointgeo_point_2d
geo_shapeShapegeo_shape
gml_idFilterable via the APIGml idtext
idFilterable via the APIint
num_eleFilterable via the APINum eletext
dispositifFilterable via the APItext
mesureFilterable via the APItext
quantite_engageFilterable via the APIQuantite engagedouble
debut_engagementFilterable via the APIDebut engagementint
fin_engagementFilterable via the APIFin engagementint
100%etatFilterable via the APItext

Schema captured from opendatasoft 7 days ago.

Query the data

Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.

=

Sample data (5 records)

Record 1id: 23635 · etat: Instruit
{
  "id": 23635,
  "etat": "Instruit",
  "gml_id": "maec_2022_point.fid-cf67216_1a050cd235f_27b3",
  "mesure": "BR_FREA_AR01",
  "num_ele": "P21",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -2.422114866703656,
        48.51130382536759
      ]
    },
    "properties": {}
  },
  "dispositif": "MAEC_LOC_LP",
  "geo_point_2d": {
    "lat": 48.51130382536759,
    "lon": -2.422114866703656
  },
  "fin_engagement": 2022,
  "quantite_engage": 1,
  "debut_engagement": 2022
}
Record 2id: 23638 · etat: Instruit
{
  "id": 23638,
  "etat": "Instruit",
  "gml_id": "maec_2022_point.fid-cf67216_1a050cd235f_27b6",
  "mesure": "BR_FREA_AR01",
  "num_ele": "P13",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -2.425113172329094,
        48.509033603903426
      ]
    },
    "properties": {}
  },
  "dispositif": "MAEC_LOC_LP",
  "geo_point_2d": {
    "lat": 48.509033603903426,
    "lon": -2.4251131723290937
  },
  "fin_engagement": 2022,
  "quantite_engage": 1,
  "debut_engagement": 2022
}
Record 3id: 23639 · etat: Instruit
{
  "id": 23639,
  "etat": "Instruit",
  "gml_id": "maec_2022_point.fid-cf67216_1a050cd235f_27b7",
  "mesure": "BR_FREA_AR01",
  "num_ele": "P26",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -2.420314641808443,
        48.51045859344619
      ]
    },
    "properties": {}
  },
  "dispositif": "MAEC_LOC_LP",
  "geo_point_2d": {
    "lat": 48.51045859344619,
    "lon": -2.4203146418084427
  },
  "fin_engagement": 2022,
  "quantite_engage": 1,
  "debut_engagement": 2022
}
Record 4id: 23644 · etat: Instruit
{
  "id": 23644,
  "etat": "Instruit",
  "gml_id": "maec_2022_point.fid-cf67216_1a050cd235f_27bc",
  "mesure": "BR_FREA_AR01",
  "num_ele": "P24",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -2.422301737249192,
        48.51101047935904
      ]
    },
    "properties": {}
  },
  "dispositif": "MAEC_LOC_LP",
  "geo_point_2d": {
    "lat": 48.51101047935904,
    "lon": -2.422301737249192
  },
  "fin_engagement": 2022,
  "quantite_engage": 1,
  "debut_engagement": 2022
}
Record 5id: 23645 · etat: Instruit
{
  "id": 23645,
  "etat": "Instruit",
  "gml_id": "maec_2022_point.fid-cf67216_1a050cd235f_27bd",
  "mesure": "BR_FREA_AR01",
  "num_ele": "P14",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -2.424711102257386,
        48.509745061279396
      ]
    },
    "properties": {}
  },
  "dispositif": "MAEC_LOC_LP",
  "geo_point_2d": {
    "lat": 48.509745061279396,
    "lon": -2.4247111022573864
  },
  "fin_engagement": 2022,
  "quantite_engage": 1,
  "debut_engagement": 2022
}

Live sample captured at profiling time — values may have changed upstream.

Verification Status

Using the API

Configuration

Base URL
https://data.bretagne.bzh/api/explore/v2.1/catalog/datasets/arbres-engages-en-maec-cab-mab-en-bretagne-confirmation-dengagement-de-la-campa2

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.bretagne.bzh/api/explore/v2.1/catalog/datasets/arbres-engages-en-maec-cab-mab-en-bretagne-confirmation-dengagement-de-la-campa2/records?limit=20' -H 'Accept: application/json'

First 20 records of the dataset as JSON.

Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.

Full API documentation ↗

Rate limits

5 000 req/day
per ipmeasured
observed 7 days ago

Dataset

Volume & freshness

Records
1.1k
1089
Last upstream update
9 days ago
2026-08-30

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Arbres engagés en MAEC / CAB / MAB en Bretagne (confirmation d’engagement de la campagne PAC 2022) — live verification badge

Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.