c0mm0.com — the continuously verified register of European data

Register record·API·FR·MUNICIPALITYUNVERIFIED
P

Perimetres des bureaux de vote 2014

APIQuery nowOpen workbench🇫🇷France

Périmètres des bureaux de vote à Rennes en 2014

0
poor

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

Publisher & official proof

Public Sector API

The institution behind this source and the evidence it's an official publisher.

Proof Evidence

40% - Official domain (rennesmetropole.fr)

Data schema (9 fields)

Click a field to see example values.

FieldTypeDescription
geo_point_2dGeo Pointgeo_point_2d
geo_shapeShapegeo_shape
objectidint
nucantonint
num_centreNum centreint
num_bureauNum bureauint
nb_elecNb elecint
shape_lengShape lengdouble
shape_areaShape areadouble

Schema captured from opendatasoft 24 minutes 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 1nb_elec: 999 · nucanton: 2
{
  "nb_elec": 999,
  "nucanton": 2,
  "objectid": 415,
  "geo_shape": "[large value omitted]",
  "num_bureau": 61,
  "num_centre": 6,
  "shape_area": 247444.835456,
  "shape_leng": 2407.74242832,
  "geo_point_2d": {
    "lat": 48.1087069831,
    "lon": -1.70504365595
  }
}
Record 2nb_elec: 1389 · nucanton: 1
{
  "nb_elec": 1389,
  "nucanton": 1,
  "objectid": 406,
  "geo_shape": "[large value omitted]",
  "num_bureau": 22,
  "num_centre": 2,
  "shape_area": 237980.726221,
  "shape_leng": 2841.9187077,
  "geo_point_2d": {
    "lat": 48.1070981001,
    "lon": -1.67687690854
  }
}
Record 3nb_elec: 1091 · nucanton: 5
{
  "nb_elec": 1091,
  "nucanton": 5,
  "objectid": 353,
  "geo_shape": "[large value omitted]",
  "num_bureau": 151,
  "num_centre": 15,
  "shape_area": 193350.434928,
  "shape_leng": 2457.58045462,
  "geo_point_2d": {
    "lat": 48.1332006531,
    "lon": -1.65609530124
  }
}
Record 4nb_elec: 1487 · nucanton: 2
{
  "nb_elec": 1487,
  "nucanton": 2,
  "objectid": 347,
  "geo_shape": "[large value omitted]",
  "num_bureau": 43,
  "num_centre": 4,
  "shape_area": 182894.642079,
  "shape_leng": 2222.85919564,
  "geo_point_2d": {
    "lat": 48.1159729551,
    "lon": -1.6830949622
  }
}
Record 5nb_elec: 1305 · nucanton: 11
{
  "nb_elec": 1305,
  "nucanton": 11,
  "objectid": 368,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            -1.673073923658128,
            48.08490357834988
          ],
          [
            -1.673067654861552,
            48.0856467956835
          ],
          [
            -1.673048413009235,
            48.08662897046702
          ],
          [
            -1.671938495074417,
            48.08661786412833
          ],
          [
            -1.669277168870809,
            48.08656857029454
          ],
          [
            -1.669183299061959,
            48.08839155378377
          ],
          [
            -1.66843166918811,
            48.08838275351698
          ],
          [
            -1.667613982395769,
            48.08834829330207
          ],
          [
            -1.667708410899045,
            48.08822756676206
          ],
          [
            -1.667760721760268,
            48.086578340472
          ],
          [
            -1.666721333083815,
            48.08652974972211
          ],
          [
            -1.666734645461442,
            48.08601751505345
          ],
          [
            -1.666952542798184,
            48.08585583601188
          ],
          [
            -1.666966937147031,
            48.08577124817254
          ],
          [
            -1.66708280909439,
            48.085395429077764
          ],
          [
            -1.667902547939255,
            48.08541685581204
          ],
          [
            -1.667908185477119,
            48.0849399072674
          ],
          [
            -1.667553938023683,
            48.084959033288506
          ],
          [
            -1.667252907083757,
            48.084303389969044
          ],
          [
            -1.667765288145658,
            48.08429984157099
          ],
          [
            -1.667752182227975,
            48.083578266995076
          ],
          [
            -1.669993329048371,
            48.08360683920574
          ],
          [
            -1.671948698534675,
            48.083679989010996
          ],
          [
            -1.671938622874798,
            48.08400996699016
          ],
          [
            -1.672002473445906,
            48.08443546946975
          ],
          [
            -1.672247510934733,
            48.08463039675912
          ],
          [
            -1.672905124549403,
            48.0847480925079
          ],
          [
            -1.673073923658128,
            48.08490357834988
          ]
        ]
      ]
    },
    "properties": {}
  },
  "num_bureau": 252,
  "num_centre": 25,
  "shape_area": 153635.14549,
  "shape_leng": 2035.03626417,
  "geo_point_2d": {
    "lat": 48.0855553361,
    "lon": -1.66979702941
  }
}

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

Using the API

Configuration

Base URL
https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/perimetres_bureaux_vote_2014

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/perimetres_bureaux_vote_2014/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

7 000 req/day
per ipmeasured
observed 24 minutes ago

Dataset

Volume & freshness

Records
106
Last upstream update
7 years ago
2020-02-20

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Perimetres des bureaux de vote 2014 — live verification badge

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