SX API
Minimalist REST API for vehicles, weapons, and peds data. | Made by https://sx-scripts.pages.dev/
Route Format
GET
/{category}/{action}/{query}
Available Categories
GET
/vehicle/hash/adder
GET
/weapon/get/carbinerifle
GET
/ped/get/mp-m-freemode-01
Example Request
fetch('https://sx-api.pages.dev/vehicle/find/')
.then(res => res.json())
.then(data => console.log(data));