Otonomo EU API

The EU API from Otonomo — 15 operation(s) for eu.

Documentation

Specifications

Other Resources

OpenAPI Specification

otonomo-eu-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Otonomo Fleet EU API
  version: '1.1'
  description: Connected-vehicle data API for fleets. Reconstructed by API Evangelist from the per-operation OpenAPI 3.1 definitions embedded in the live Otonomo API reference at docs.otonomo.io (ReadMe). US region host api.otonomo.io; EU region host api.eu.otonomo.io.
  x-source: https://docs.otonomo.io/reference
  x-assembled-by: API Evangelist enrichment pipeline
servers:
- url: https://api.otonomo.io
  description: US region
- url: https://api.eu.otonomo.io
  description: EU region
security:
- oauth2: []
tags:
- name: EU
paths:
  /vehicle_details_attributes:
    get:
      summary: Attribute Explorer
      description: "This call provides the ability of attribute exploration within the Otonomo platform. \nThe response includes the relevant attributes according to the passed query parameters."
      operationId: attribute-explorer-1
      parameters:
      - name: authorization
        in: header
        description: '[General Access Token](https://docs.otonomo.io/reference/general-access-token) preceded by the token type string for "OAuth2", "Bearer".'
        required: true
        schema:
          type: string
      - name: model
        in: query
        description: The result can be filtered by the 'model' query param, to include only the specified model
        schema:
          type: string
      - name: make
        in: query
        description: The result can be filtered by the 'make' query param, to include only the specified make
        schema:
          type: string
      - name: year
        in: query
        description: The result can be filtered by the 'year' query param, to include only the specified year
        schema:
          type: string
      - name: engine_type
        in: query
        description: The result can be filtered by the 'engine_type' query param, to include only the specified engine_type
        schema:
          type: string
      - name: page
        in: query
        description: A function of pagination is implemented, the specified page number (as a query param) will be returned with its content.
        schema:
          type: integer
          format: int32
      - name: page_size
        in: query
        description: A function of page size is implemented, the specified size is related to the number of Json objects that are being returned (min value=1 | max value=1197 | is not specified=100).
        schema:
          type: integer
          format: int32
          default: 100
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                filtered by make & year:
                  value: "{\n    \"count\": 73,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 1195,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"event__brake__harsh\",\n                \"description\": \"indicates whether a harsh brake event was triggered 1 - event-triggered 0 - event stopped\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1196,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"deprecated_vehicle__provider__oem\",\n                \"description\": \"The name of the Original Equipment Manufacturer\",\n                \"type\": \"String\",\n                \"unit_name\": \"string\"\n            }\n        },\n        {\n            \"id\": 1197,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__identification__vin\",\n                \"description\": \"The vehicle's identification number\",\n                \"type\": \"String\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1198,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"mobility__acceleration__lateral\",\n                \"description\": \"The right (positive value) -and-left (negative value) acceleration of a vehicle in g.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"g\"\n            }\n        },\n        {\n            \"id\": 1199,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"event__acceleration__harsh\",\n                \"description\": \"indicates whether a harsh acceleration event was triggered 1 - event-triggered 0 - event stopped\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1200,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__identification__otonomo_id\",\n                \"description\": \"A unique vehicle's identification number created by Otonomo\",\n                \"type\": \"String\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1201,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"mobility__odometer__value\",\n                \"description\": \"The accumulated distance traveled by a vehicle in km\",\n                \"type\": \"Float\",\n                \"unit_name\": \"km\"\n            }\n        },\n        {\n            \"id\": 1202,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"mobility__acceleration__value\",\n                \"description\": \"The forward (positive value) -and-backward (negative value) acceleration of a vehicle in g.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"g\"\n            }\n        },\n        {\n            \"id\": 1203,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"event__cornering__harsh\",\n                \"description\": \"indicates whether a harsh cornering event was triggered 1 - event-triggered 0 - event stopped\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1204,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"location__longitude__value\",\n                \"description\": \"The GPS longitudinal location of a given vehicle in decimal degrees (WGS 84).\",\n                \"type\": \"Float\",\n                \"unit_name\": \"deg\"\n            }\n        },\n        {\n            \"id\": 1205,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"metadata__provider__name\",\n                \"description\": \"The name of the provider\",\n                \"type\": \"String\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1206,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"metadata__time__epoch\",\n                \"description\": \"The exact time of a given point (UTC) in Epoch format.\",\n                \"type\": \"Long\",\n                \"unit_name\": \"epoch\"\n            }\n        },\n        {\n            \"id\": 1207,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"mobility__speed__value\",\n                \"description\": \"The vehicle's current speed in Km/h\",\n                \"type\": \"Float\",\n                \"unit_name\": \"km/h\"\n            }\n        },\n        {\n            \"id\": 1208,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"location__latitude__value\",\n                \"description\": \"The GPS latitudinal location of a given vehicle in decimal degrees (WGS 84).\",\n                \"type\": \"Float\",\n                \"unit_name\": \"deg\"\n            }\n        },\n        {\n            \"id\": 1296,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__window__2_2_status\",\n                \"description\": \"The status of a vehicle's (i,j) window.\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) for top left.     \\n0 - Intermediate position\\n1 - Opened\\n2 - Closed\\n3 - Airing position\\n4 - Intermediate, airing position\\n5 - Currently running\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1297,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__roof__sunroof_status\",\n                \"description\": \"The status of a vehicle's sunroof.\\n0 - Closed\\n1 - Open\\n2 - Sunroof is tilted-open\\n3 - Sunroof is running\\n4 - Sunroof in anti-wobble position\\n5 - Sunroof in an intermediate sliding position\\n6 - Sunroof in an intermediate tilted position\\n7 - Invalid\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1298,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__2_2_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1299,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__window__2_1_status\",\n                \"description\": \"The status of a vehicle's (i,j) window.\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.     \\n0 - Intermediate position\\n1 - Opened\\n2 - Closed\\n3 - Airing position\\n4 - Intermediate, airing position\\n5 - Currently running\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1300,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__2_1_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1301,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__1_1_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1302,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__window__1_2_status\",\n                \"description\": \"The status of a vehicle's (i,j) window.\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.     \\n0 - Intermediate position\\n1 - Opened\\n2 - Closed\\n3 - Airing position\\n4 - Intermediate, airing position\\n5 - Currently running\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1303,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__fuel__level\",\n                \"description\": \"A vehicle's current fuel level expressed in percentages (OBD-II-PID:2F)\",\n                \"type\": \"Float\",\n                \"unit_name\": \"percentage\"\n            }\n        },\n        {\n            \"id\": 1304,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__1_2_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1305,\n            \"model\": \"Camry-FA20\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__window__1_1_status\",\n                \"description\": \"The status of a vehicle's (i,j) window.\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.     \\n0 - Intermediate position\\n1 - Opened\\n2 - Closed\\n3 - Airing position\\n4 - Intermediate, airing position\\n5 - Currently running\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1025,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"metadata__time__epoch\",\n                \"description\": \"The exact time of a given point (UTC) in Epoch format.\",\n                \"type\": \"Long\",\n                \"unit_name\": \"epoch\"\n            }\n        },\n        {\n            \"id\": 1026,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"deprecated_vehicle__provider__oem\",\n                \"description\": \"The name of the Original Equipment Manufacturer\",\n                \"type\": \"String\",\n                \"unit_name\": \"string\"\n            }\n        },\n        {\n            \"id\": 1027,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__fuel__level\",\n                \"description\": \"A vehicle's current fuel level expressed in percentages (OBD-II-PID:2F)\",\n                \"type\": \"Float\",\n                \"unit_name\": \"percentage\"\n            }\n        },\n        {\n            \"id\": 1028,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__identification__vin\",\n                \"description\": \"The vehicle's identification number\",\n                \"type\": \"String\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1029,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__identification__otonomo_id\",\n                \"description\": \"A unique vehicle's identification number created by Otonomo\",\n                \"type\": \"String\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1030,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"location__latitude__value\",\n                \"description\": \"The GPS latitudinal location of a given vehicle in decimal degrees (WGS 84).\",\n                \"type\": \"Float\",\n                \"unit_name\": \"deg\"\n            }\n        },\n        {\n            \"id\": 1031,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"location__longitude__value\",\n                \"description\": \"The GPS longitudinal location of a given vehicle in decimal degrees (WGS 84).\",\n                \"type\": \"Float\",\n                \"unit_name\": \"deg\"\n            }\n        },\n        {\n            \"id\": 1032,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"mobility__odometer__value\",\n                \"description\": \"The accumulated distance traveled by a vehicle in km\",\n                \"type\": \"Float\",\n                \"unit_name\": \"km\"\n            }\n        },\n        {\n            \"id\": 1033,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"metadata__provider__name\",\n                \"description\": \"The name of the provider\",\n                \"type\": \"String\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1437,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__roof__sunroof_status\",\n                \"description\": \"The status of a vehicle's sunroof.\\n0 - Closed\\n1 - Open\\n2 - Sunroof is tilted-open\\n3 - Sunroof is running\\n4 - Sunroof in anti-wobble position\\n5 - Sunroof in an intermediate sliding position\\n6 - Sunroof in an intermediate tilted position\\n7 - Invalid\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1438,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__1_2_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1439,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__window__2_2_status\",\n                \"description\": \"The status of a vehicle's (i,j) window.\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) for top left.     \\n0 - Intermediate position\\n1 - Opened\\n2 - Closed\\n3 - Airing position\\n4 - Intermediate, airing position\\n5 - Currently running\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1440,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__window__2_1_status\",\n                \"description\": \"The status of a vehicle's (i,j) window.\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.     \\n0 - Intermediate position\\n1 - Opened\\n2 - Closed\\n3 - Airing position\\n4 - Intermediate, airing position\\n5 - Currently running\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1441,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__2_2_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1442,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"mobility__speed__value\",\n                \"description\": \"The vehicle's current speed in Km/h\",\n                \"type\": \"Float\",\n                \"unit_name\": \"km/h\"\n            }\n        },\n        {\n            \"id\": 1443,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__window__1_2_status\",\n                \"description\": \"The status of a vehicle's (i,j) window.\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.     \\n0 - Intermediate position\\n1 - Opened\\n2 - Closed\\n3 - Airing position\\n4 - Intermediate, airing position\\n5 - Currently running\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1444,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__window__1_1_status\",\n                \"description\": \"The status of a vehicle's (i,j) window.\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.     \\n0 - Intermediate position\\n1 - Opened\\n2 - Closed\\n3 - Airing position\\n4 - Intermediate, airing position\\n5 - Currently running\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1445,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__2_1_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1446,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__1_1_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1560,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"event__brake__harsh\",\n                \"description\": \"indicates whether a harsh brake event was triggered 1 - event-triggered 0 - event stopped\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1561,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"mobility__acceleration__value\",\n                \"description\": \"The forward (positive value) -and-backward (negative value) acceleration of a vehicle in g.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"g\"\n            }\n        },\n        {\n            \"id\": 1562,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"mobility__acceleration__lateral\",\n                \"description\": \"The right (positive value) -and-left (negative value) acceleration of a vehicle in g.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"g\"\n            }\n        },\n        {\n            \"id\": 1568,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"event__cornering__harsh\",\n                \"description\": \"indicates whether a harsh cornering event was triggered 1 - event-triggered 0 - event stopped\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1575,\n            \"model\": \"Camry-LB10\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"event__acceleration__harsh\",\n                \"description\": \"indicates whether a harsh acceleration event was triggered 1 - event-triggered 0 - event stopped\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1091,\n            \"model\": \"Camry-XSE\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__1_1_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1092,\n            \"model\": \"Camry-XSE\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__tire__1_2_pressure\",\n                \"description\": \"The exact amount of tire pressure the vehicle's (i,j) wheel is experiencing.\\r\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.\",\n                \"type\": \"Float\",\n                \"unit_name\": \"psi\"\n            }\n        },\n        {\n            \"id\": 1093,\n            \"model\": \"Camry-XSE\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"mobility__speed__value\",\n                \"description\": \"The vehicle's current speed in Km/h\",\n                \"type\": \"Float\",\n                \"unit_name\": \"km/h\"\n            }\n        },\n        {\n            \"id\": 1094,\n            \"model\": \"Camry-XSE\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__window__2_1_status\",\n                \"description\": \"The status of a vehicle's (i,j) window.\\nThe (i_j) notation refers to the i-th row and j-th column starting from (1,1) top left.     \\n0 - Intermediate position\\n1 - Opened\\n2 - Closed\\n3 - Airing position\\n4 - Intermediate, airing position\\n5 - Currently running\",\n                \"type\": \"Integer\",\n                \"unit_name\": \"\"\n            }\n        },\n        {\n            \"id\": 1095,\n            \"model\": \"Camry-XSE\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"attribute\": {\n                \"attribute_name\": \"vehicle__fuel__level\",\n                \"description\": \"A vehicle's current fuel level expressed in percentages (OBD-II-PID:2F)\",\n                \"type\": \"Float\",\n                \"unit_name\": \"percentage\"\n            }\n        },\n        {\n            \"id\": 1096,\n            \"model\": \"Camry-XSE\",\n            \"make\": \"Toyota\",\n            \"year\": \"2018\",\n            \"engine_type\": \"Gasoline\",\n            \"att

# --- truncated at 32 KB (161 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/otonomo/refs/heads/main/openapi/otonomo-eu-api-openapi.yml