{"id":29035349,"url":"https://github.com/serhatkildaci/global-car-models","last_synced_at":"2026-05-05T04:40:33.265Z","repository":{"id":301242418,"uuid":"1008629372","full_name":"serhatkildaci/global-car-models","owner":"serhatkildaci","description":"A comprehensive list of vehicle models organized by brand, available in JSON, CSV, and YAML formats with automated synchronization","archived":false,"fork":false,"pushed_at":"2025-06-25T21:10:00.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T22:19:50.639Z","etag":null,"topics":["automotive","cars","csv","dataset","github-actions","json","open-source","vehicles","yaml"],"latest_commit_sha":null,"homepage":null,"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/serhatkildaci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2025-06-25T21:03:51.000Z","updated_at":"2025-06-25T21:10:03.000Z","dependencies_parsed_at":"2025-06-25T22:29:59.114Z","dependency_job_id":null,"html_url":"https://github.com/serhatkildaci/global-car-models","commit_stats":null,"previous_names":["serhatkildaci/global-car-models"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serhatkildaci/global-car-models","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatkildaci%2Fglobal-car-models","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatkildaci%2Fglobal-car-models/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatkildaci%2Fglobal-car-models/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatkildaci%2Fglobal-car-models/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serhatkildaci","download_url":"https://codeload.github.com/serhatkildaci/global-car-models/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatkildaci%2Fglobal-car-models/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262063486,"owners_count":23252765,"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","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":["automotive","cars","csv","dataset","github-actions","json","open-source","vehicles","yaml"],"created_at":"2025-06-26T12:08:16.585Z","updated_at":"2026-05-05T04:40:33.209Z","avatar_url":"https://github.com/serhatkildaci.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Global Vehicle Models List\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![GitHub contributors](https://img.shields.io/github/contributors/serhatkildaci/global-car-models.svg)](https://github.com/serhatkildaci/global-car-models/graphs/contributors)\n[![GitHub stars](https://img.shields.io/github/stars/serhatkildaci/global-car-models.svg)](https://github.com/serhatkildaci/global-car-models/stargazers)\n\nThis repository contains a comprehensive list of vehicle models, organized by brand. The data is available in three formats: CSV, JSON, and YAML.\n\n## 🚗 Features\n\n- **Comprehensive Data**: Extensive list of vehicle models from various manufacturers\n- **Multiple Formats**: Available in JSON, CSV, and YAML formats\n- **Auto-Sync**: GitHub Actions automatically keeps all formats synchronized\n- **Open Source**: MIT licensed and community-driven\n- **Easy Integration**: Simple data formats for easy integration into projects\n\n## Automation\n\nThis repository is fully automated using GitHub Actions. When you update and push a change to any of the data files (`data/models.json`, `data/models.csv`, or `data/models.yaml`), a workflow is triggered to automatically update the other two formats.\n\nThis ensures that all three data files remain in sync.\n\n## Data Formats\n\n### JSON (`data/models.json`)\n\nThe JSON file is structured as a dictionary where each key is a vehicle brand and the value is a list of models for that brand.\n\n```json\n{\n    \"Abarth\": [\n        \"124 Spider\",\n        \"500\",\n        \"595\",\n        \"695\",\n        \"Punto Evo\"\n    ],\n    \"Acura\": [\n        \"CL\",\n        \"CSX\",\n        ...\n    ]\n}\n```\n\n### CSV (`data/models.csv`)\n\nThe CSV file contains two columns: `brand` and `model`.\n\n```csv\nbrand,model\nAbarth,124 Spider\nAbarth,500\n...\n```\n\n### YAML (`data/models.yaml`)\n\nThe YAML file has a structure similar to the JSON file.\n\n```yaml\nAbarth:\n- 124 Spider\n- 500\n...\n```\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details on how to add new vehicle models or brands.\n\nTo add a new vehicle model or brand, you can edit any of the three data files and submit a pull request. The automation will take care of updating the other files.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nIf you find this project useful, please consider giving it a ⭐ on GitHub!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserhatkildaci%2Fglobal-car-models","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserhatkildaci%2Fglobal-car-models","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserhatkildaci%2Fglobal-car-models/lists"}