Fetch Vehicles Emission Factors

Request

GET https://backend.net0.com/v1/vehicles/emission-factors

This endpoint allows for the retrieval of all vehicles emission factors.

curl --location --request GET 'https://backend.net0.com/v1/vehicles/emission-factors' \
--header 'x-api-key: <API_KEY>' \
--data-raw ''

Response

The response contains an array of all the vehicles emission factors available on your Net0 account.

[
    {
        "id": "c430ba40-c210-4279-9e78-88cf100a987a",
        "fuelSource": "MOTOR_GASOLINE",
        "emissionFactorId": "4ac0c09f-bc0d-47c6-af37-95770a1c6cbf",
        "createdAt": "2021-11-19T13:19:25.410Z",
        "updatedAt": "2021-11-19T13:19:25.410Z",
        "emissionFactor": {
            "id": "4ac0c09f-bc0d-47c6-af37-95770a1c6cbf",
            "name": "Motor Gasoline - Gasoline Passenger Cars",
            "source": null,
            "co2": 8.78,
            "ch4": 0.00038925,
            "n2o": 0.000081,
            "co2e": 0,
            "denominatorUnitId": 15,
            "numeratorUnitId": 2,
            "isCustom": false,
            "companyId": null,
            "createdAt": "2021-11-19T13:19:25.410Z",
            "updatedAt": "2021-11-19T13:19:25.410Z",
            "deletedAt": null
        }
    },
    {
        "id": "de6c0402-8dd3-4abd-9a70-ecc2148b9aad",
        "fuelSource": "MOTOR_GASOLINE",
        "emissionFactorId": "4ada415c-4e05-49cd-ac98-08368cd77861",
        "createdAt": "2021-11-19T13:19:25.410Z",
        "updatedAt": "2021-11-19T13:19:25.410Z",
        "emissionFactor": {
            "id": "4ada415c-4e05-49cd-ac98-08368cd77861",
            "name": "Motor Gasoline - Gasoline Light-duty Trucks (Vans, Pickup Trucks, SUVs)",
            "source": null,
            "co2": 8.78,
            "ch4": 0.00026406,
            "n2o": 0.00010692,
            "co2e": 0,
            "denominatorUnitId": 15,
            "numeratorUnitId": 2,
            "isCustom": false,
            "companyId": null,
            "createdAt": "2021-11-19T13:19:25.410Z",
            "updatedAt": "2021-11-19T13:19:25.410Z",
            "deletedAt": null
        }
    },
    {
        "id": "3b827a4c-04c5-4407-8a26-911a8dc1ce6c",
        "fuelSource": "MOTOR_GASOLINE",
        "emissionFactorId": "f1d8ec8f-c1cc-496e-bc82-b6f665809519",
        "createdAt": "2021-11-19T13:19:25.410Z",
        "updatedAt": "2021-11-19T13:19:25.410Z",
        "emissionFactor": {
            "id": "f1d8ec8f-c1cc-496e-bc82-b6f665809519",
            "name": "Motor Gasoline - Gasoline Heavy-duty Vehicles",
            "source": null,
            "co2": 8.78,
            "ch4": 0.00029304,
            "n2o": 0.00011792,
            "co2e": 0,
            "denominatorUnitId": 15,
            "numeratorUnitId": 2,
            "isCustom": false,
            "companyId": null,
            "createdAt": "2021-11-19T13:19:25.410Z",
            "updatedAt": "2021-11-19T13:19:25.410Z",
            "deletedAt": null
        }
    },
    {
        "id": "f5fd25e7-e5b1-45a0-9c98-2defe7fbac87",
        "fuelSource": "DIESEL_FUEL",
        "emissionFactorId": "d687ad7a-41a4-4daa-9c3c-687aabf6e655",
        "createdAt": "2021-11-19T13:19:25.410Z",
        "updatedAt": "2021-11-19T13:19:25.410Z",
        "emissionFactor": {
            "id": "d687ad7a-41a4-4daa-9c3c-687aabf6e655",
            "name": "Diesel Fuel - Diesel Passenger Cars",
            "source": null,
            "co2": 10.21,
            "ch4": 0.00001125,
            "n2o": 0.0000225,
            "co2e": 0,
            "denominatorUnitId": 15,
            "numeratorUnitId": 2,
            "isCustom": false,
            "companyId": null,
            "createdAt": "2021-11-19T13:19:25.410Z",
            "updatedAt": "2021-11-19T13:19:25.410Z",
            "deletedAt": null
        }
    }
  ]