c0mm0.com — the continuously verified register of European data

Register record·API·FRSTALE · checked 3d ago
A

Accessibility around Establishments Open to the Public - 2014 Accessibility Diagnostic, Toulouse MétropoleAccessibilité autour des établissements recevant du public - Diagnostique accessibilité 2014 Toulouse Métropole

Accessibilité autour des établissements recevant du public - Diagnostique accessibilité 2014 Toulouse MétropoleAccessibility around Establishments Open to the Public - 2014 Accessibility Diagnostic, Toulouse Métropole

APIDiscovered1/7blocked by verifiedQuery nowOpen workbenchSubscribe🇫🇷France

This API provides results from a 2014 accessibility audit of establishments open to the public across the Toulouse Métropole territory, published as open data by Toulouse Métropole. It covers datasets produced during the public-space accessibility diagnostic, including narrowed pedestrian pathways, non-compliant curb ramps (ressauts), surface quality issues, and obstacles affecting mobility. The data is freely accessible without authentication and is useful for assessing pedestrian accessibility conditions, identifying non-compliant infrastructure, and supporting urban planning or accessibility improvement initiatives within the metropolitan area of Toulouse, France.Résultat de l'audit d'accessibilité du territoire métropolitain de 2014, sur les établissements recevant du public. Ensemble des jeux produits suite au diagnostique d'accessibilité de l'espace public de 2014 : Cheminements rétrécis pour piétons Ressauts non conforme Qualité du revêtement Obstacle...

32
poor

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

Data schema (11 fields)

Filterable via the API (9)
nomreperagechemin_althcp_toushcp_moteurhcp_pre_eqhcp_visuelehcp_auditifniveau

Click a field to see example values.

FillFieldTypeDescription
geo_point_2dGeo Pointgeo_point_2d
geo_shapeShapegeo_shape
nomFilterable via the APItext
reperageFilterable via the APItext
chemin_altFilterable via the APIChemin alttext
hcp_tousFilterable via the APIHcp toustext
hcp_moteurFilterable via the APIHcp moteurtext
hcp_pre_eqFilterable via the APIHcp pre eqtext
hcp_visueleFilterable via the APIHcp visueletext
hcp_auditifFilterable via the APIHcp auditiftext
33.3%niveauFilterable 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 1nom: Basilique Saint Sernin · niveau: Orange
{
  "nom": "Basilique Saint Sernin",
  "niveau": "Orange",
  "hcp_tous": null,
  "reperage": "accessible",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        1.441936774336098,
        43.608413738081815
      ]
    },
    "properties": {}
  },
  "chemin_alt": "presence",
  "hcp_moteur": "Orange",
  "hcp_pre_eq": null,
  "hcp_auditif": null,
  "hcp_visuele": null,
  "geo_point_2d": {
    "lat": 43.608413738081815,
    "lon": 1.4419367743360978
  }
}
Record 2nom: Capitole · niveau: —
{
  "nom": "Capitole",
  "niveau": null,
  "hcp_tous": null,
  "reperage": "accessible",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        1.443993686092945,
        43.60446033700064
      ]
    },
    "properties": {}
  },
  "chemin_alt": null,
  "hcp_moteur": null,
  "hcp_pre_eq": null,
  "hcp_auditif": null,
  "hcp_visuele": null,
  "geo_point_2d": {
    "lat": 43.60446033700064,
    "lon": 1.4439936860929448
  }
}
Record 3nom: Pavillon de Pret · niveau: —
{
  "nom": "Pavillon de Pret",
  "niveau": null,
  "hcp_tous": null,
  "reperage": "accessible",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        1.443505162197747,
        43.6074113001354
      ]
    },
    "properties": {}
  },
  "chemin_alt": null,
  "hcp_moteur": null,
  "hcp_pre_eq": null,
  "hcp_auditif": null,
  "hcp_visuele": null,
  "geo_point_2d": {
    "lat": 43.6074113001354,
    "lon": 1.4435051621977475
  }
}
Record 4nom: Musee Saint Raymond · niveau: —
{
  "nom": "Musee Saint Raymond",
  "niveau": null,
  "hcp_tous": null,
  "reperage": "accessible",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        1.441133218650498,
        43.60786046896946
      ]
    },
    "properties": {}
  },
  "chemin_alt": null,
  "hcp_moteur": null,
  "hcp_pre_eq": null,
  "hcp_auditif": null,
  "hcp_visuele": null,
  "geo_point_2d": {
    "lat": 43.60786046896946,
    "lon": 1.4411332186504977
  }
}
Record 5nom: Theatre du Capitole · niveau: —
{
  "nom": "Theatre du Capitole",
  "niveau": null,
  "hcp_tous": null,
  "reperage": "accessible",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        1.444115038828726,
        43.604088192953355
      ]
    },
    "properties": {}
  },
  "chemin_alt": null,
  "hcp_moteur": null,
  "hcp_pre_eq": null,
  "hcp_auditif": null,
  "hcp_visuele": null,
  "geo_point_2d": {
    "lat": 43.604088192953355,
    "lon": 1.4441150388287258
  }
}

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

Verification Status

Using the API

Configuration

Base URL
https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/vo_acc_erp

License

  • Redistributable
  • Attribution required

Query examples

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

20 000 req/day
per ipmeasured
observed 7 days ago

Dataset

Volume & freshness

Records
12
Last upstream update
4 years ago
2022-06-21

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Accessibilité autour des établissements recevant du public - Diagnostique accessibilité 2014 Toulouse Métropole — live verification badge

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