These API enable users to view data that is stored in a database as well as update data.
Get list of cars data with information about each cars.
Parameters
| Name | Required | Type | Description |
|---|---|---|---|
| Car_ID | Optional | Unique ID number identifying each car | INT |
| Year | Optional | The car's year | INT |
| Make | Optional | The car's make | TEXT |
| Model | Optional | The car's model | TEXT |
| Racer_Turbo | Optional | Score for the car's racer turbo | INT |
| Racer_Supercharged | Optional | Score for the car's racer supercharged | INT |
| Racer_Performance | Optional | Score for the car's racer performance | INT |
| Racer_Horsepower | Optional | Score for the car's racer horsepower | INT |
| Car_overall | Optional | Score for the car overall | INT |
| Engine_Modifications | Optional | Score for the car's engine modifications | INT |
| Engineperformance | Optional | Score for the car's engine performance | INT |
| Enginechrome | Optional | Score for the car's engine chrome | INT |
| Enginedetailing | Optional | Score for the car's engine detailing | INT |
| Enginecleanliness | Optional | Score for the car's engine cleanliness | INT |
| Bf_undercarriage | Optional | Score for the car's body frame undercarriage | INT |
| Bf_suspension | Optional | Score for the car's body frame suspension | INT |
| Bf_chrome | Optional | Score for the car's body frame chrome | INT |
| Bf_detailing | Optional | Score for the car's body frame detailing | INT |
| Bf_cleanliness | Optional | Score for the car's body frame cleanliness | INT |
| Mods_paint | Optional | Score for the car's paint mods | INT |
| Mods_body | Optional | Score for the car's body mods | INT |
| Mods_wrap | Optional | Score for the car's wrap mods | INT |
| Mods_rims | Optional | Score for the car's rims mods | INT |
| Mods_interior | Optional | Score for the car's interior mods | INT |
| Mods_other | Optional | Score for the car's other mods | INT |
| Mods_ice | Optional | Score for the car's ICE mods | INT |
| Mods_aftermarket | Optional | Score for the car's aftermarket mods | INT |
| Mods_wip | Optional | Score for the car's WIP mods | INT |
| Mods_overall | Optional | Score for the car's overall mods | INT |
Response
GET request for Cars data with no query string parameters

GET request for Cars data with id

Get list of owners in the database along with the car ID of the owner's car id, the owner's name, and the owner's email address.
| Query string parameter | Required/optional | Description | Type |
|---|---|---|---|
| Car_ID | Optional | Unique ID number identifying each car | INT |
| Name | Optional | Name of car's owner | TEXT |
| Optional | Email address of car's owner | TEXT |
Response
GET request for owners data with no query string parameters

GET request for owner with id 20

Endpoint to add a new car/new cars to the database.
Post multiple new cars to the database.

Endpoint to add a new owner/new owners to the database.
Post multiple new owners to the database.

Endpoint to update car/cars information to the database.
patch cars infomation by ID 95 to the database.

Endpoint to update owner/owners information to the database.
