{"id":26321398,"url":"https://github.com/rafacv23/f1-api","last_synced_at":"2025-08-10T06:39:57.331Z","repository":{"id":239576463,"uuid":"796656793","full_name":"Rafacv23/F1-api","owner":"Rafacv23","description":"Open and free Formula One (F1) API. Built with Next.js, Turso (SQLite) and Typescript. Tested with Playwright.","archived":false,"fork":false,"pushed_at":"2025-08-01T10:38:58.000Z","size":1598,"stargazers_count":41,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-01T12:52:02.622Z","etag":null,"topics":["api","f1","formula1","formulaone","open","openapi","public"],"latest_commit_sha":null,"homepage":"https://f1api.dev","language":"TypeScript","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/Rafacv23.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":"2024-05-06T11:31:29.000Z","updated_at":"2025-08-01T11:52:49.000Z","dependencies_parsed_at":"2024-05-13T12:28:51.429Z","dependency_job_id":"cff16479-a7aa-4055-bcd4-0c6039c81912","html_url":"https://github.com/Rafacv23/F1-api","commit_stats":null,"previous_names":["rafacv23/f1-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rafacv23/F1-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafacv23%2FF1-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafacv23%2FF1-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafacv23%2FF1-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafacv23%2FF1-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rafacv23","download_url":"https://codeload.github.com/Rafacv23/F1-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafacv23%2FF1-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269687951,"owners_count":24459394,"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-08-10T02:00:08.965Z","response_time":71,"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":["api","f1","formula1","formulaone","open","openapi","public"],"created_at":"2025-03-15T16:17:16.204Z","updated_at":"2025-08-10T06:39:57.317Z","avatar_url":"https://github.com/Rafacv23.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏎️ F1api.dev | Your free \u0026 open source F1 api, ready for development\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![Star on GitHub](https://img.shields.io/github/stars/rafacv23/F1-api?style=social)](https://github.com/rafacv23/F1-api) [![Fork on GitHub](https://img.shields.io/github/forks/rafacv23/F1-api?style=social)](https://github.com/rafacv23/F1-api/fork)\n\nProject made with Next.js and Turso to take all the data about the Formula 1 Championship.\n\n[f1api.dev](https://f1api.dev)\n\n![f1-connect-api-preview](https://i.imgur.com/BDxpw46.png)\n![f1-connect-api-performance](https://i.imgur.com/9FiC5VK.png)\n\n## 🛫 Endpoints\n\nYou can find all the available endpoints in the [docs](https://f1api.dev/docs) section of the website.\n\n## 🪄 Official SDK to use the API\n\nYou can use the official SDK to use the API. This is not mandatory, you can simply use fetch to get the data.\n\n[F1 API SDK GitHub](https://github.com/Rafacv23/f1api-sdk) \u003cbr\u003e\n[F1 API SDK NPM](https://www.npmjs.com/package/@f1api/sdk)\n\n### Installation\n\nYou can use npm, pnpm, yarn or bun to install this package.\n\n```bash\nnpm install @f1api/sdk\n```\n\n### Usage\n\n#### Initialize the SDK\n\nYou can use coommonjs or ES6 import to initialize the SDK.\n\n```js\nimport F1Api from \"@f1api/sdk\"\n\nconst f1Api = new F1Api()\n```\n\n#### Use any method to retrieve endpoint data\n\n```js\nconst drivers = await f1Api.getDrivers()\n```\n\n## ⌨️ Stack\n\n- Next.js\n- React\n- Turso\n- JavaScript\n- TypeScript\n- Tailwind\n- Shadcn\n- HyperUi\n- Playwright\n\n## 📱 Contact\n\nYou can contact with us [contact](https://f1api.dev/contact) section of the website.\n\n## 👀 Be part of the project\n\nFeel free to check my code and make comments about it. And use it in your daily work.\n\n```\ngit clone https://github.com/Rafacv23/F1-api\n```\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mbhusty\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7149699?v=4?s=100\" width=\"100px;\" alt=\"Artem Anisimov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eArtem Anisimov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#translation-mbhusty\" title=\"Translation\"\u003e🌍\u003c/a\u003e \u003ca href=\"https://github.com/Rafacv23/F1-api/issues?q=author%3Ambhusty\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/brzzdev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15687450?v=4?s=100\" width=\"100px;\" alt=\"Paul\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePaul\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Rafacv23/F1-api/issues?q=author%3Abrzzdev\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/didoub74-off\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/120744788?v=4?s=100\" width=\"100px;\" alt=\"Darlann Banache\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDarlann Banache\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Rafacv23/F1-api/issues?q=author%3Adidoub74-off\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://zhenghaoyang.cn\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/95458562?v=4?s=100\" width=\"100px;\" alt=\"zhenghaoyang24\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ezhenghaoyang24\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-zhenghaoyang24\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ChuanZhiMa0415\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/178723200?v=4?s=100\" width=\"100px;\" alt=\"Chanzy ma\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChanzy ma\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Rafacv23/F1-api/issues?q=author%3AChuanZhiMa0415\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://solidewebservices.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4710062?v=4?s=100\" width=\"100px;\" alt=\"Jelger Haanstra\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJelger Haanstra\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#design-jghaanstra\" title=\"Design\"\u003e🎨\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafacv23%2Ff1-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafacv23%2Ff1-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafacv23%2Ff1-api/lists"}