Files
web_scraping/hoppscotch/collections/plate_to_vin.json
T
egutierrez 65ca2b3d43 chore: auto-commit (4 archivos)
- .gitignore
- CAPABILITIES_TODO.md
- CHROMIUM_SYSTEM.md
- hoppscotch/

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-11 00:16:47 +02:00

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": []
}
]
}