c0mm0.com — the continuously verified register of European data

Register record·API·FRVERIFIED · checked 7h ago
C

Capteur de trafic vélo unifié - historique horaire

APIExecutable4/7Query nowOpen workbenchSubscribe🇫🇷France

Le jeu de données présente l'historique (par heure) de comptage des différents sites de comptage (capteur vélo de type boucle et de type 4G). La donnée de comptage est disponible à J+1 et sur une profondeur d'historique de 2 ans glissants.

42
fair

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

Data schema (10 fields)

Filterable via the API (8)
giddatedebutdatefinidentlibelletypecomptage_1hmdate

Click a field to see example values.

FieldTypeDescription
geo_point_2dGeo Pointgeo_point_2d
geo_shapeShapegeo_shape
gidFilterable via the APItextClé primaire
datedebutFilterable via the APIdatetime
datefinFilterable via the APIdatetime
identFilterable via the APItextIdentifiant
libelleFilterable via the APItextLibellé du capteur
typeFilterable via the APItextType de capteur : Liste des valeurs possibles : BOUCLE : Capteur de type Boucle 4G : Capteur de type 4G
comptage_1hFilterable via the APIComptage 1hint
mdateFilterable via the APIdatetimeDate de modification

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 1gid: Z16CT107 · type: 4G
{
  "gid": "Z16CT107",
  "type": "4G",
  "ident": "Z16CT107",
  "mdate": "2025-05-09T07:09:15+00:00",
  "datefin": "2025-05-08T05:00:00+00:00",
  "libelle": "Rocade vers Pessac Centre",
  "datedebut": "2025-05-08T04:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.64676910901886,
        44.79281811693307,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 0,
  "geo_point_2d": {
    "lat": 44.79281811693307,
    "lon": -0.6467691090188601
  }
}
Record 2gid: Z1705CT2 · type: BOUCLE
{
  "gid": "Z1705CT2",
  "type": "BOUCLE",
  "ident": "Z1705CT2",
  "mdate": "2025-05-09T07:09:15+00:00",
  "datefin": "2025-05-08T05:00:00+00:00",
  "libelle": "Avenue Thouars - Marne vers rocade",
  "datedebut": "2025-05-08T04:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.592140166628019,
        44.7939692010048,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 0,
  "geo_point_2d": {
    "lat": 44.7939692010048,
    "lon": -0.5921401666280189
  }
}
Record 3gid: Z203CT6 · type: BOUCLE
{
  "gid": "Z203CT6",
  "type": "BOUCLE",
  "ident": "Z203CT6",
  "mdate": "2025-05-09T07:09:15+00:00",
  "datefin": "2025-05-08T05:00:00+00:00",
  "libelle": "Pont de Pierre vers Bir Hakeim",
  "datedebut": "2025-05-08T04:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.564816940835337,
        44.83725189682397,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 0,
  "geo_point_2d": {
    "lat": 44.83725189682397,
    "lon": -0.5648169408353367
  }
}
Record 4gid: Z30CT101 · type: 4G
{
  "gid": "Z30CT101",
  "type": "4G",
  "ident": "Z30CT101",
  "mdate": "2025-05-09T07:09:15+00:00",
  "datefin": "2025-05-08T05:00:00+00:00",
  "libelle": "Bordeaux vers Aéroport",
  "datedebut": "2025-05-08T04:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.679536079985863,
        44.835422413491436,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 3,
  "geo_point_2d": {
    "lat": 44.835422413491436,
    "lon": -0.6795360799858625
  }
}
Record 5gid: Z601CT7 · type: BOUCLE
{
  "gid": "Z601CT7",
  "type": "BOUCLE",
  "ident": "Z601CT7",
  "mdate": "2025-05-09T07:09:15+00:00",
  "datefin": "2025-05-08T05:00:00+00:00",
  "libelle": "2 Avenue de la République vers rue de la Liberté",
  "datedebut": "2025-05-08T04:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.59941900214733,
        44.84023490241463,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 0,
  "geo_point_2d": {
    "lat": 44.84023490241463,
    "lon": -0.5994190021473299
  }
}

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

Verification Status

Using the API

Configuration

Base URL
https://opendata.bordeaux-metropole.fr/api/explore/v2.1/catalog/datasets/pc_velo_p

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://opendata.bordeaux-metropole.fr/api/explore/v2.1/catalog/datasets/pc_velo_p/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

50 000 req/day
per ipmeasured
observed 7 days ago

Dataset

Volume & freshness

Records
1.1M
1097676
Last upstream update
7 days ago
2026-09-02

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Capteur de trafic vélo unifié - historique horaire — live verification badge

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