{"id":26134296,"url":"https://github.com/kleinpanic/vinlookup","last_synced_at":"2025-10-06T03:12:21.236Z","repository":{"id":280765514,"uuid":"864781221","full_name":"kleinpanic/vinlookup","owner":"kleinpanic","description":"A simple Python script that retrieves vehicle details using a VIN (Vehicle Identification Number) via the NHTSA API. Enter a VIN, and the script fetches information like make, model, year, and body type. Lightweight and easy to use, requiring only Python and `requests`. Ideal for quick vehicle lookups from the command line.","archived":false,"fork":false,"pushed_at":"2025-03-05T06:46:49.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T07:30:01.591Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kleinpanic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-29T06:27:58.000Z","updated_at":"2025-03-05T06:54:24.000Z","dependencies_parsed_at":"2025-03-05T07:40:07.971Z","dependency_job_id":null,"html_url":"https://github.com/kleinpanic/vinlookup","commit_stats":null,"previous_names":["kleinpanic/vinlookup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kleinpanic/vinlookup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleinpanic%2Fvinlookup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleinpanic%2Fvinlookup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleinpanic%2Fvinlookup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleinpanic%2Fvinlookup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kleinpanic","download_url":"https://codeload.github.com/kleinpanic/vinlookup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleinpanic%2Fvinlookup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551880,"owners_count":26005464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-10T23:53:25.122Z","updated_at":"2025-10-06T03:12:21.207Z","avatar_url":"https://github.com/kleinpanic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VIN Lookup Tool\n\nThis is a simple Python script that retrieves vehicle information based on a VIN (Vehicle Identification Number) using the [NHTSA API](https://vpic.nhtsa.dot.gov/api/).\n\n## Features\n- Fetches vehicle details by VIN.\n- Uses the NHTSA public API for VIN decoding.\n- Simple command-line interface.\n\n## Requirements\nThis script requires Python 3 and the `requests` library.\n\nInstall the required dependency using (if you don't have it by default):\n```sh\npip install requests\n```\n\n## Usage\nRun the script and enter a VIN when prompted:\n```sh\npython vin_lookup.py\n```\nThen input the VIN to retrieve details about the vehicle.\n\n## Example Output\n```\nEnter the VIN: 1HGCM82633A123456\nVehicle Info:\nMake: Honda\nModel: Accord\nModel Year: 2003\nBody Class: Sedan/Saloon\n...\n```\n\n## Project Structure\n```\n.\n├── vin_lookup.py   # Main script\n├── README.md       # Project documentation\n├── LICENSE         # MIT License\n```\n\n## API Information\nThis script utilizes the [NHTSA Vehicle API](https://vpic.nhtsa.dot.gov/api/vehicles/DecodeVin/) to retrieve vehicle details.\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleinpanic%2Fvinlookup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkleinpanic%2Fvinlookup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleinpanic%2Fvinlookup/lists"}