{"id":18697435,"url":"https://github.com/cassiofb-dev/fide-api","last_synced_at":"2025-08-31T08:32:07.759Z","repository":{"id":61121991,"uuid":"548067135","full_name":"cassiofb-dev/fide-api","owner":"cassiofb-dev","description":"FIDE ratings and info python FastAPI API","archived":false,"fork":false,"pushed_at":"2024-09-28T22:59:52.000Z","size":413,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-21T01:12:09.632Z","etag":null,"topics":["api","fastapi","fide","fide-api","fide-scraper"],"latest_commit_sha":null,"homepage":"https://fide-api.vercel.app/docs","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/cassiofb-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-08T21:36:32.000Z","updated_at":"2024-11-26T13:53:35.000Z","dependencies_parsed_at":"2023-02-03T01:15:57.406Z","dependency_job_id":null,"html_url":"https://github.com/cassiofb-dev/fide-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Ffide-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Ffide-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Ffide-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Ffide-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cassiofb-dev","download_url":"https://codeload.github.com/cassiofb-dev/fide-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231583022,"owners_count":18395827,"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":["api","fastapi","fide","fide-api","fide-scraper"],"created_at":"2024-11-07T11:24:20.888Z","updated_at":"2024-12-28T04:13:36.351Z","avatar_url":"https://github.com/cassiofb-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  FIDE API\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003ePython FIDE scraper and HTTP API\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e •\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n![screenshot](screenshot.jpg)\n\n## About\n\nWorking with FIDE oficial data is not simple, mainly because they don't have an API. That's the reason I made a simple API with FastAPI to scrape the data from their own website and provide it as JSON over HTTP requests.\n\n## Features\n\nCheck it on:\n[https://fide-api.vercel.app/docs](https://fide-api.vercel.app/docs)\n\n- Get top players list\n- Get player info\n- Get player history\n\n## Usage\n\n### Docker (recommended)\n\nYou will need docker and docker-compose installed, from your terminal:\n\n```sh\ngit clone https://github.com/cassiofb-dev/fide-api\n\ncd fide-api\n\ndocker compose up -d\n```\n\n### Native\n\nYou will need git and python installed, from your terminal:\n\n```sh\ngit clone https://github.com/cassiofb-dev/fide-api\n\ncd fide-api\n\npython -m venv venv\n\nsource venv/bin/activate\n\npip install -r requirements.txt\n\nuvicorn src.api:app --reload\n```\n\nTo see the docs go to ``localhost:8000/docs``\n\n## Credits\n\nThis project uses git, python.\n\nThe following python dependecies were used:\n```txt\nannotated-types==0.7.0\nanyio==4.6.0\nbeautifulsoup4==4.12.3\ncertifi==2024.8.30\ncharset-normalizer==3.3.2\nclick==8.1.7\nfastapi==0.115.0\nh11==0.14.0\nidna==3.10\norjson==3.10.7\npydantic==2.9.2\npydantic_core==2.23.4\nrequests==2.32.3\nsniffio==1.3.1\nsoupsieve==2.6\nstarlette==0.38.6\ntyping_extensions==4.12.2\nurllib3==2.2.3\nuvicorn==0.31.0\n```\n\n## License\n\nMIT\n\n---\n\n\u003e [Website](https://cassiofernando.com) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@cassiofb-dev](https://github.com/cassiofb-dev) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@cassiofb_dev](https://twitter.com/cassiofb_dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcassiofb-dev%2Ffide-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcassiofb-dev%2Ffide-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcassiofb-dev%2Ffide-api/lists"}