API Reference

Fuels

Request Information
URLGET https://data.inventario.pro/discover2/fuels
CategoryAPI Reference
Description

Get the list of fuels

Example responses

Fuels
Response Code:
200 OK
Response Body:
{
    "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"
    }
}