65ca2b3d43
- .gitignore - CAPABILITIES_TODO.md - CHROMIUM_SYSTEM.md - hoppscotch/ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
113 lines
2.5 KiB
JSON
113 lines
2.5 KiB
JSON
{
|
|
"v": 1,
|
|
"name": "Plate to VIN (free APIs)",
|
|
"folders": [],
|
|
"requests": [
|
|
{
|
|
"v": "2",
|
|
"endpoint": "https://api.auto.dev/plate/<<state>>/<<plate>>",
|
|
"name": "autodev_plate_to_vin",
|
|
"params": [],
|
|
"headers": [
|
|
{
|
|
"key": "Accept",
|
|
"value": "application/json",
|
|
"active": true
|
|
},
|
|
{
|
|
"key": "Authorization",
|
|
"value": "Bearer <<auto_dev_key>>",
|
|
"active": true
|
|
}
|
|
],
|
|
"method": "GET",
|
|
"auth": {
|
|
"authType": "none",
|
|
"authActive": true
|
|
},
|
|
"preRequestScript": "",
|
|
"testScript": "",
|
|
"body": {
|
|
"contentType": null,
|
|
"body": null
|
|
},
|
|
"requestVariables": []
|
|
},
|
|
{
|
|
"v": "2",
|
|
"endpoint": "https://api.carsxe.com/v2/platedecoder?key=<<carsxe_key>>&plate=<<plate>>&state=<<state>>",
|
|
"name": "carsxe_plate_decoder",
|
|
"params": [],
|
|
"headers": [
|
|
{
|
|
"key": "Accept",
|
|
"value": "application/json",
|
|
"active": true
|
|
}
|
|
],
|
|
"method": "GET",
|
|
"auth": {
|
|
"authType": "none",
|
|
"authActive": true
|
|
},
|
|
"preRequestScript": "",
|
|
"testScript": "",
|
|
"body": {
|
|
"contentType": null,
|
|
"body": null
|
|
},
|
|
"requestVariables": []
|
|
},
|
|
{
|
|
"v": "2",
|
|
"endpoint": "https://vpic.nhtsa.dot.gov/api/vehicles/DecodeVinValues/<<vin>>?format=json",
|
|
"name": "nhtsa_decode_vin_values",
|
|
"params": [],
|
|
"headers": [
|
|
{
|
|
"key": "Accept",
|
|
"value": "application/json",
|
|
"active": true
|
|
}
|
|
],
|
|
"method": "GET",
|
|
"auth": {
|
|
"authType": "none",
|
|
"authActive": true
|
|
},
|
|
"preRequestScript": "",
|
|
"testScript": "",
|
|
"body": {
|
|
"contentType": null,
|
|
"body": null
|
|
},
|
|
"requestVariables": []
|
|
},
|
|
{
|
|
"v": "2",
|
|
"endpoint": "https://vpic.nhtsa.dot.gov/api/vehicles/DecodeVin/<<vin>>?format=json",
|
|
"name": "nhtsa_decode_vin",
|
|
"params": [],
|
|
"headers": [
|
|
{
|
|
"key": "Accept",
|
|
"value": "application/json",
|
|
"active": true
|
|
}
|
|
],
|
|
"method": "GET",
|
|
"auth": {
|
|
"authType": "none",
|
|
"authActive": true
|
|
},
|
|
"preRequestScript": "",
|
|
"testScript": "",
|
|
"body": {
|
|
"contentType": null,
|
|
"body": null
|
|
},
|
|
"requestVariables": []
|
|
}
|
|
]
|
|
}
|