API Reference

Body types

Request Information
URLGET https://data.inventario.pro/discover2/body-types?brandId=47&modelId=89&year=2024
CategoryAPI Reference
Description

Get the list of body types given a brandId, modelId and a year.

Example responses

Body types
Response Code:
200 OK
Response Body:
{
    "jsonapi": {
        "version": "1.0"
    },
    "data": [
        {
            "key": "1",
            "value": "Berlina"
        },
        {
            "key": "4",
            "value": "Familiar"
        }
    ],
    "meta": {
        "timestamp": "2024-10-18T10:17:21+00:00",
        "hash": "3b297e704263f95e4b644ee1029fc92a021631a2"
    }
}