Files
web_scraping/hoppscotch/collections/licenseplatedata.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

98 lines
2.0 KiB
JSON

{
"v": 1,
"name": "licenseplatedata",
"folders": [],
"requests": [
{
"v": "2",
"endpoint": "<<lpd_baseURL>>/plate-to-vin?plate=<<plate>>&state=<<state>>",
"name": "plate-to-vin",
"params": [],
"headers": [
{
"key": "X-API-Key",
"value": "<<lpd_api_key>>",
"active": true
},
{
"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": "<<lpd_baseURL>>/vin/<<vin>>",
"name": "decode VIN",
"params": [],
"headers": [
{
"key": "X-API-Key",
"value": "<<lpd_api_key>>",
"active": true
},
{
"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": "<<lpd_baseURL>>/vehicle-images?vin=<<vin>>",
"name": "vehicle-images",
"params": [],
"headers": [
{
"key": "X-API-Key",
"value": "<<lpd_api_key>>",
"active": true
},
{
"key": "Accept",
"value": "application/json",
"active": true
}
],
"method": "GET",
"auth": {
"authType": "none",
"authActive": true
},
"preRequestScript": "",
"testScript": "",
"body": {
"contentType": null,
"body": null
},
"requestVariables": []
}
]
}