{"id":34507605,"url":"https://github.com/idiidk/kahoot-api","last_synced_at":"2025-12-24T03:06:09.850Z","repository":{"id":34290943,"uuid":"174586076","full_name":"idiidk/kahoot-api","owner":"idiidk","description":"An API for the Kahoot quiz service","archived":false,"fork":false,"pushed_at":"2023-01-03T00:50:47.000Z","size":3214,"stargazers_count":13,"open_issues_count":7,"forks_count":8,"subscribers_count":3,"default_branch":"edu","last_synced_at":"2024-08-10T02:51:51.143Z","etag":null,"topics":["api","kahoot","kahoot-tools","live","player","quiz"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idiidk.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":"2019-03-08T18:10:44.000Z","updated_at":"2023-11-07T20:19:27.000Z","dependencies_parsed_at":"2023-01-15T05:56:04.224Z","dependency_job_id":null,"html_url":"https://github.com/idiidk/kahoot-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/idiidk/kahoot-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fkahoot-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fkahoot-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fkahoot-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fkahoot-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idiidk","download_url":"https://codeload.github.com/idiidk/kahoot-api/tar.gz/refs/heads/edu","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fkahoot-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27994384,"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-12-24T02:00:07.193Z","response_time":83,"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","kahoot","kahoot-tools","live","player","quiz"],"created_at":"2025-12-24T03:06:08.779Z","updated_at":"2025-12-24T03:06:09.845Z","avatar_url":"https://github.com/idiidk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kahoot API\n\nAn API for the kahoot.it quiz platform. This release is intended for educational purposes only. The API is pretty outdated and I won't be supporting it any longer. It's still a good source for anyone looking to unravel the inner workings of Kahoot.\n\n## Installation\n\nInstall with npm or yarn\n\n```bash\nyarn add kahoot-api\n# or\nnpm install kahoot-api\n```\n\n## Usage\n\nTo get you started, here is a basic example of the Player authentication flow:\n\n```JavaScript\nimport { Session, Adapters } from 'kahoot-api';\n\nconst session = new Session(000000 /** pin */, /** optional cors proxy, url string */)\nsession.openSocket() //Connect\n  .then(socket =\u003e {\n    const player = new Adapters.Player(socket); //Create player class\n    player.join('test') //Join with name\n      .then(() =\u003e {\n         console.log('Success!');\n      });\n  });\n```\n\nFor usage please refer to the [documentation](https://idiidk.dev/kahoot-api)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiidk%2Fkahoot-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidiidk%2Fkahoot-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiidk%2Fkahoot-api/lists"}