{"id":30878670,"url":"https://github.com/tedbyron/pokeapi-rs","last_synced_at":"2025-09-08T05:12:35.747Z","repository":{"id":46410514,"uuid":"412088937","full_name":"tedbyron/pokeapi-rs","owner":"tedbyron","description":"Rust bindings/wrapper for PokéAPI v2","archived":false,"fork":false,"pushed_at":"2022-03-27T17:45:10.000Z","size":321,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T09:19:01.021Z","etag":null,"topics":["api","api-wrapper","pokeapi","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tedbyron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-30T14:04:34.000Z","updated_at":"2022-11-26T06:48:07.000Z","dependencies_parsed_at":"2022-07-22T11:17:27.929Z","dependency_job_id":null,"html_url":"https://github.com/tedbyron/pokeapi-rs","commit_stats":null,"previous_names":["tedbyron/dex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tedbyron/pokeapi-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedbyron%2Fpokeapi-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedbyron%2Fpokeapi-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedbyron%2Fpokeapi-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedbyron%2Fpokeapi-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedbyron","download_url":"https://codeload.github.com/tedbyron/pokeapi-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedbyron%2Fpokeapi-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274135710,"owners_count":25228209,"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-09-08T02:00:09.813Z","response_time":121,"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","api-wrapper","pokeapi","rust"],"created_at":"2025-09-08T05:12:20.475Z","updated_at":"2025-09-08T05:12:35.712Z","avatar_url":"https://github.com/tedbyron.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003ccode\u003epokeapi-rs\u003c/code\u003e\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eRust bindings/wrapper and client for PokéAPI v2.\u003c/strong\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\nWIP with future support for request/response/image caching and sync/async clients.\n\nWith the `ureq` client:\n\n```toml\n[dependencies]\npokeapi = \"1\"\n```\n\nWith the `reqwest` client:\n\n```toml\n[dependencies.pokeapi]\nversion = \"1\"\ndefault-features = false\nfeatures = [\"client-reqwest\"]\n```\n\n# Usage\n\n```rs\nuse pokeapi::Client;\n\nlet client = Client::new();\n\n// Get a resource by name:\nlet pikachu = client.pokemon('pikachu')\n// Or by ID:\nlet pikachu = client.pokemon('25')\n```\n\nTODO\n- doc comment generation on model types from module name\n- add endpoints to model through macro\n- native tls - ureq needs `Agent` in `Client`\n- cache\n\n- CI for both sync/async and other platforms\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedbyron%2Fpokeapi-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedbyron%2Fpokeapi-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedbyron%2Fpokeapi-rs/lists"}