Real-time traffic status in Vitoria-GasteizGasteizko trafikoaren egoera, denbora errealean
Gasteizko trafikoaren egoera, denbora errealeanReal-time traffic status in Vitoria-Gasteiz
This API provides data on the state of road traffic in Vitoria-Gasteiz, Spain, including information from traffic sensors measuring vehicle density and flow. The data is made available through a REST API, allowing developers and analysts to access current traffic conditions for the city. It is useful for building applications or services related to urban mobility, congestion monitoring, and traffic management within the municipality.Datos sobre el estado del tráfico en Vitoria-Gasteiz: sensores de medición y densidad. Los datos se proporcionan con una API REST.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (5 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| type | text | Type of traffic element or geometry, e.g. link segment.Type of traffic element or geometry, e.g. link segment. |
| code | text | Unique identifier code for the traffic sensor or segment.Unique identifier code for the traffic sensor or segment. |
| name | text | Name assigned to the traffic sensor or road segment.Name assigned to the traffic sensor or road segment. |
| provider | text | Source system or entity that supplied the record.Source system or entity that supplied the record. |
| geometryGeometry | object | Geographic geometry (coordinates) of the traffic element.Geographic geometry (coordinates) of the traffic element. |
Schema inferred from the distribution file's first records 22 days ago. Column types are sampled estimates, not source-declared.
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 1code: 1_486767187_0 · name: Unk-486767187
{
"code": "1_486767187_0",
"name": "Unk-486767187",
"type": "LK",
"geometry": {
"type": "LineString",
"coordinates": [
[
-2.64245987,
42.92980957
],
[
-2.64240432,
42.92971802
],
[
-2.64235759,
42.92961121
],
[
-2.64234638,
42.92950821
],
[
-2.64235973,
42.92936707
],
[
-2.6423986,
42.92927551
]
]
},
"provider": "System"
}Record 2code: 1_117386737_0 · name: Unk-117386737
{
"code": "1_117386737_0",
"name": "Unk-117386737",
"type": "LK",
"geometry": {
"type": "LineString",
"coordinates": [
[
-2.62770748,
42.90632629
],
[
-2.62727094,
42.90655518
],
[
-2.62687182,
42.90629578
]
]
},
"provider": "System"
}Record 3code: 1_387163436_0 · name: Arana kalea
{
"code": "1_387163436_0",
"name": "Arana kalea",
"type": "LK",
"geometry": {
"type": "LineString",
"coordinates": [
[
-2.66638446,
42.85038757
],
[
-2.66646409,
42.85038757
],
[
-2.66656566,
42.85038757
],
[
-2.66666603,
42.85037231
]
]
},
"provider": "System"
}Record 4code: -1_285767479_0 · name: Unk-285767479
{
"code": "-1_285767479_0",
"name": "Unk-285767479",
"type": "LK",
"geometry": {
"type": "LineString",
"coordinates": [
[
-2.57558918,
42.84515381
],
[
-2.57556558,
42.84507751
],
[
-2.57550931,
42.84503174
],
[
-2.57538867,
42.8449707
],
[
-2.5743742,
42.84487915
],
[
-2.57422709,
42.84487915
],
[
-2.57409811,
42.84489441
]
]
},
"provider": "System"
}Record 5code: 1_387163436_1 · name: Arana kalea
{
"code": "1_387163436_1",
"name": "Arana kalea",
"type": "LK",
"geometry": {
"type": "LineString",
"coordinates": [
[
-2.66666603,
42.85037231
],
[
-2.66816163,
42.85035706
],
[
-2.66827846,
42.85035706
]
]
},
"provider": "System"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Query examples
curl -sL 'https://www.vitoria-gasteiz.org/c11-01w/traffic?action=inventory&format=JSON' -o data.jsonFull json file download — the schema shown was inferred from the file's first records.