Unofficial vehicle API

I’m not sure if someone would find this useful except me, maybe someone does!

I’ve mainly been using this to get the images of a certain vehicle to display them in a vehicle shop. But there are a couple of more stats that you probably could use.

https://gta.now.sh/

Example of a response:
GET https://gta.now.sh/api/vehicles/akuma

{
  "images": {
    "frontQuarter": "https://vignette.wikia.nocookie.net/gtawiki/images/d/d7/Akuma-GTAV-FrontQuarter.png/revision/latest/scale-to-width-down/210",
    "rearQuarter": "https://vignette.wikia.nocookie.net/gtawiki/images/f/fa/Akuma-GTAV-RearQuarter.png/revision/latest/scale-to-width-down/210",
    "front": "https://vignette.wikia.nocookie.net/gtawiki/images/7/7e/Akuma-GTAV-Front.png/revision/latest/scale-to-width-down/210",
    "rear": "https://vignette.wikia.nocookie.net/gtawiki/images/0/0f/Akuma-GTAV-Rear.png/revision/latest/scale-to-width-down/210",
    "side": "https://vignette.wikia.nocookie.net/gtawiki/images/5/5a/Akuma-GTAV-Side.png/revision/latest/scale-to-width-down/210"
  },
  "manufacturer": "dinka",
  "model": "akuma",
  "seats": 2,
  "price": 9000,
  "topSpeed": {
    "mph": 121,
    "kmh": 194
  },
  "speed": 77.8,
  "acceleration": 100,
  "braking": 40,
  "handling": 65.15
}

I’ve also made a simple jsfiddle that you could look at :slight_smile:

8 Likes

Do you know who’s the owner of the API?
Would like to contribute if it’s possible

This is really nice to about, i’ll for sure find a use for this thanks.

I’m the one who created it.

is it possible to have a source of it in order to custom it for server who add vehicle (sorry for my bad english, I’m french)

I’m unsure what you mean. You can access all the vehicles through this link: https://gta.now.sh/api/vehicles/all

You can save it as a .json file and add whatever you want to it.

it’s because your very good ressource: jsfour-computer use it and I want to change price of vehicle

This doesn’t seem to update automatically. Is it open-source so we can modify it to our own needs?

Hey, @jsfour there is no option to get vehicle details by model name it is only with vehicle name can you please make another endpoint to access vehicles by model name for example : https://gta.now.sh/api/vehicles/model/bati2

2 Likes

i need it too