c0mm0.com — the continuously verified register of European data

Register record·API·FRUNVERIFIED
R

Résultats des élections européennes 2014

APIQuery nowOpen workbench🇫🇷France

Résultats des élections européennes 2014, par bureaux de vote Nota : le découpage communal, la nomenclature et les périmètres des bureaux de vote enregistrent des évolutions entre les différents scrutins

0
poor

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

Data schema (16 fields)

Filterable via the API (15)
no_tourcode_departementcode_de_la_communenom_de_la_communeno_de_bureau_de_voteinscritsvotantsexprimesno_de_depot_du_candidatnom_du_candidatprenom_du_candidatcode_nuance_du_candidatnombre_de_voix_du_candidatcode_inseecandidat

Click a field to see example values.

FieldTypeDescription
no_tourFilterable via the APINo tourtext
code_departementFilterable via the APIDépartement codetext
code_de_la_communeFilterable via the APICode de la communetext
nom_de_la_communeFilterable via the APINom de la communetext
no_de_bureau_de_voteFilterable via the APINo de bureau de votetext
inscritsFilterable via the APIint
votantsFilterable via the APIint
exprimesFilterable via the APIint
no_de_depot_du_candidatFilterable via the APINo de depot du candidatint
nom_du_candidatFilterable via the APINom du candidattext
prenom_du_candidatFilterable via the APIPrenom du candidattext
code_nuance_du_candidatFilterable via the APICode nuance du candidattext
nombre_de_voix_du_candidatFilterable via the APINombre de voix du candidatint
code_inseeFilterable via the APIINSEE commune codetext
coordonneesgeo_point_2d
candidatFilterable via the APItext

Schema captured from opendatasoft 1 hour 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 1no_tour: 1 · votants: 305
{
  "no_tour": "1",
  "votants": 305,
  "candidat": "Valérie DAGRAIN",
  "exprimes": 294,
  "inscrits": 968,
  "code_insee": "13028",
  "coordonnees": {
    "lat": 43.1926410861,
    "lon": 5.61318955778
  },
  "nom_du_candidat": "DAGRAIN",
  "code_departement": "13",
  "nom_de_la_commune": "La Ciotat",
  "code_de_la_commune": "028",
  "prenom_du_candidat": "Valérie",
  "no_de_bureau_de_vote": "0014",
  "code_nuance_du_candidat": "LDIV",
  "no_de_depot_du_candidat": 23,
  "nombre_de_voix_du_candidat": 0
}
Record 2no_tour: 1 · votants: 169
{
  "no_tour": "1",
  "votants": 169,
  "candidat": "Magali LE PAPE",
  "exprimes": 165,
  "inscrits": 698,
  "code_insee": "95280",
  "coordonnees": {
    "lat": 49.024343017,
    "lon": 2.46619848866
  },
  "nom_du_candidat": "LE PAPE",
  "code_departement": "95",
  "nom_de_la_commune": "Goussainville",
  "code_de_la_commune": "280",
  "prenom_du_candidat": "Magali",
  "no_de_bureau_de_vote": "0019",
  "code_nuance_du_candidat": "LDIV",
  "no_de_depot_du_candidat": 28,
  "nombre_de_voix_du_candidat": 2
}
Record 3no_tour: 1 · votants: 126
{
  "no_tour": "1",
  "votants": 126,
  "candidat": "Jean-Jacob BICEP",
  "exprimes": 123,
  "inscrits": 815,
  "code_insee": "974411",
  "coordonnees": null,
  "nom_du_candidat": "BICEP",
  "code_departement": "974",
  "nom_de_la_commune": "Saint-Denis",
  "code_de_la_commune": "411",
  "prenom_du_candidat": "Jean-Jacob",
  "no_de_bureau_de_vote": "0091",
  "code_nuance_du_candidat": "LDIV",
  "no_de_depot_du_candidat": 23,
  "nombre_de_voix_du_candidat": 2
}
Record 4no_tour: 1 · votants: 426
{
  "no_tour": "1",
  "votants": 426,
  "candidat": "Ismaël BOUDJEKADA",
  "exprimes": 405,
  "inscrits": 963,
  "code_insee": "58194",
  "coordonnees": {
    "lat": 46.9881194908,
    "lon": 3.15689130958
  },
  "nom_du_candidat": "BOUDJEKADA",
  "code_departement": "58",
  "nom_de_la_commune": "Nevers",
  "code_de_la_commune": "194",
  "prenom_du_candidat": "Ismaël",
  "no_de_bureau_de_vote": "0006",
  "code_nuance_du_candidat": "LDIV",
  "no_de_depot_du_candidat": 10,
  "nombre_de_voix_du_candidat": 0
}
Record 5no_tour: 1 · votants: 443
{
  "no_tour": "1",
  "votants": 443,
  "candidat": "Éric SANSON",
  "exprimes": 434,
  "inscrits": 885,
  "code_insee": "07281",
  "coordonnees": {
    "lat": 44.9410716967,
    "lon": 4.82459034307
  },
  "nom_du_candidat": "SANSON",
  "code_departement": "07",
  "nom_de_la_commune": "Saint-Péray",
  "code_de_la_commune": "281",
  "prenom_du_candidat": "Éric",
  "no_de_bureau_de_vote": "0001",
  "code_nuance_du_candidat": "LDIV",
  "no_de_depot_du_candidat": 16,
  "nombre_de_voix_du_candidat": 0
}

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

Using the API

Configuration

Base URL
https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/resultats-des-elections-europeennes-2014

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/resultats-des-elections-europeennes-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

10 000 000 req/day
per ipmeasured
observed 1 hour ago

Dataset

Volume & freshness

Records
1.7M
1656868
Last upstream update
10 years ago
2017-03-22

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Résultats des élections européennes 2014 — live verification badge

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