{"id":15686497,"url":"https://github.com/thenets/pokeapi-cache","last_synced_at":"2026-05-16T17:06:53.104Z","repository":{"id":87614409,"uuid":"297081245","full_name":"thenets/pokeapi-cache","owner":"thenets","description":"PokeAPI-Cache for fast requests 🎮","archived":false,"fork":false,"pushed_at":"2020-09-20T14:26:34.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T10:34:51.455Z","etag":null,"topics":["api","docker","golang"],"latest_commit_sha":null,"homepage":"https://pokeapi-cache.herokuapp.com/","language":"Go","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/thenets.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2020-09-20T13:23:10.000Z","updated_at":"2020-09-20T14:39:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"0cf383cf-b0dd-4c54-ab47-5365c25dd9df","html_url":"https://github.com/thenets/pokeapi-cache","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/thenets%2Fpokeapi-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fpokeapi-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fpokeapi-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2Fpokeapi-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenets","download_url":"https://codeload.github.com/thenets/pokeapi-cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246310608,"owners_count":20756968,"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","docker","golang"],"created_at":"2024-10-03T17:40:27.402Z","updated_at":"2025-10-27T19:05:23.733Z","avatar_url":"https://github.com/thenets.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PokeAPI Cache\n\nPokeAPI-Cache is up to 4x faster than access PokeAPI directly.\n\n## How to use\n\nIt's the same as PokeAPI official documentation:\n- https://pokeapi.co/\n\nYou will need to change `pokeapi.co` to `pokeapi-cache.herokuapp.com`. Nothing more.\n\nExamples:\n- https://pokeapi-cache.herokuapp.com/api/v2/pokemon/pikachu\n- https://pokeapi-cache.herokuapp.com/api/v2/move/34\n\n## Benchmark\n\n### PokeAPI\n\n```python\nimport datetime as dt\nimport requests\n\ndef pokeapiBenchmark():\n  for i in range(500):\n    url = \"https://pokeapi-cache.herokuapp.com/api/v2/move/%d\" % (i+1)\n    r = requests.get(url)\n    \nt_before = dt.datetime.now()\npokeapiBenchmark()\nt_after = dt.datetime.now()\n\nprint(t_after - t_before)\n```\n\nResult: `0:04:12.039194`\n\n### PokeAPI-Cache\n\n```python\nimport datetime as dt\nimport requests\n\ndef pokeapiBenchmark():\n  for i in range(500):\n    url = \"https://pokeapi-cache.herokuapp.com/api/v2/move/%d\" % (i+1)\n    r = requests.get(url)\n    \nt_before = dt.datetime.now()\npokeapiBenchmark()\nt_after = dt.datetime.now()\n\nprint(t_after - t_before)\n```\n\nResult: `0:01:22.681270`\n\n## Credits\n\nThanks for everyone from [PokeAPI](https://github.com/PokeAPI/pokeapi) community! 💖\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Fpokeapi-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenets%2Fpokeapi-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Fpokeapi-cache/lists"}