| URL | GET https://data.inventario.pro/discover2/fuels |
|---|---|
| Category | API Reference |
Get the list of fuels
200 OK
{
"jsonapi": {
"version": "1.0"
},
"data": [
{
"key": "1",
"value": "Diesel"
},
{
"key": "2",
"value": "Gasolina"
},
{
"key": "3",
"value": "El\u00e9ctrico \/ H\u00edbrido"
},
{
"key": "4",
"value": "Otros"
}
],
"meta": {
"timestamp": "2024-10-18T10:17:05+00:00",
"hash": "aca4a2819528972c4bc17be59695c215fe8e42d2"
}
}