{"id":19489941,"url":"https://github.com/ganesshkumar/dota2api","last_synced_at":"2026-06-12T04:30:56.805Z","repository":{"id":72460933,"uuid":"96146947","full_name":"ganesshkumar/dota2api","owner":"ganesshkumar","description":"Java wrapper for dota2 web api","archived":false,"fork":false,"pushed_at":"2017-07-03T21:40:49.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-17T06:17:38.918Z","etag":null,"topics":["dota2","dota2api","feign"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/ganesshkumar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-03T20:12:36.000Z","updated_at":"2017-07-03T20:13:34.000Z","dependencies_parsed_at":"2023-05-09T10:18:04.860Z","dependency_job_id":null,"html_url":"https://github.com/ganesshkumar/dota2api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ganesshkumar/dota2api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganesshkumar%2Fdota2api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganesshkumar%2Fdota2api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganesshkumar%2Fdota2api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganesshkumar%2Fdota2api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ganesshkumar","download_url":"https://codeload.github.com/ganesshkumar/dota2api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganesshkumar%2Fdota2api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34229624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["dota2","dota2api","feign"],"created_at":"2024-11-10T21:10:30.083Z","updated_at":"2026-06-12T04:30:56.786Z","avatar_url":"https://github.com/ganesshkumar.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dota2api\nJava wrapper for dota2 web api\n\nImpletemented APIs\n\n* [ ] getMatchHistory()\n* [ ] getMatchDetails()\n* [ ] getLeagueListing()\n* [ ] getLiveLeagueGames()\n* [ ] getTeamInfoByTeamId()\n* [ ] getPlayerSummaries()\n* [x] getHeros()\n* [x] getItems()\n* [ ] getTournamentPrizePool()\n\n## Usage\n\n```kotlin\nfun main(args: Array\u003cString\u003e) {\n    val dota2Client = Dota2Client(\"YOUR_SECRET_KEY\")\n    // Print all heroes\n    dota2Client.heroes().forEach { println(\"${it.name} : ${it.images.large}\") }\n    // Print all items\n    dota2Client.items().forEach { println(it.name) }\n}\n```\n\n---\n\n[API Details](https://wiki.teamfortress.com/wiki/WebAPI)\n\nInspired [dota2api](https://dota2api.readthedocs.io/en/latest/installation.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganesshkumar%2Fdota2api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fganesshkumar%2Fdota2api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganesshkumar%2Fdota2api/lists"}