c0mm0.com — the continuously verified register of European data

Register record·API·FRUNVERIFIED
C

Capteur de trafic vélo unifié - historique horaire

APIQuery 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.

0
poor

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 3 hours 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: Z1705CT2 · type: BOUCLE
{
  "gid": "Z1705CT2",
  "type": "BOUCLE",
  "ident": "Z1705CT2",
  "mdate": "2025-01-23T07:16:10+00:00",
  "datefin": "2025-01-22T12:00:00+00:00",
  "libelle": "Avenue Thouars - Marne vers rocade",
  "datedebut": "2025-01-22T11:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.592140166628019,
        44.7939692010048,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 32,
  "geo_point_2d": {
    "lat": 44.7939692010048,
    "lon": -0.5921401666280189
  }
}
Record 2gid: Z203CT7 · type: BOUCLE
{
  "gid": "Z203CT7",
  "type": "BOUCLE",
  "ident": "Z203CT7",
  "mdate": "2025-01-23T07:16:10+00:00",
  "datefin": "2025-01-22T12:00:00+00:00",
  "libelle": "Pont de Pierre vers Stalingrad",
  "datedebut": "2025-01-22T11:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.564735960294894,
        44.837181017968746,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 209,
  "geo_point_2d": {
    "lat": 44.837181017968746,
    "lon": -0.5647359602948936
  }
}
Record 3gid: Z2903CT5 · type: BOUCLE
{
  "gid": "Z2903CT5",
  "type": "BOUCLE",
  "ident": "Z2903CT5",
  "mdate": "2025-01-23T07:16:10+00:00",
  "datefin": "2025-01-22T12:00:00+00:00",
  "libelle": "19 Avenue Jean Zay vers rue Bernard Palissy",
  "datedebut": "2025-01-22T11:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.513907001473053,
        44.854120016662385,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 4,
  "geo_point_2d": {
    "lat": 44.854120016662385,
    "lon": -0.5139070014730532
  }
}
Record 4gid: Z601CT8 · type: BOUCLE
{
  "gid": "Z601CT8",
  "type": "BOUCLE",
  "ident": "Z601CT8",
  "mdate": "2025-01-23T07:16:10+00:00",
  "datefin": "2025-01-22T12:00:00+00:00",
  "libelle": "2 Avenue de la République vers rue Judaïque",
  "datedebut": "2025-01-22T11:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.599418027251224,
        44.84018890135086,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 0,
  "geo_point_2d": {
    "lat": 44.84018890135086,
    "lon": -0.5994180272512238
  }
}
Record 5gid: Z7CT106 · type: 4G
{
  "gid": "Z7CT106",
  "type": "4G",
  "ident": "Z7CT106",
  "mdate": "2025-01-23T07:16:10+00:00",
  "datefin": "2025-01-22T12:00:00+00:00",
  "libelle": "Bordeaux vers Martignas",
  "datedebut": "2025-01-22T11:00:00+00:00",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.768920634735163,
        44.842209474419064,
        0
      ]
    },
    "properties": {}
  },
  "comptage_1h": 0,
  "geo_point_2d": {
    "lat": 44.842209474419064,
    "lon": -0.7689206347351629
  }
}

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

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 3 hours ago

Dataset

Volume & freshness

Records
1.1M
1073284
Last upstream update
13 hours ago
2026-07-25

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.