{"id":18049969,"url":"https://github.com/apacheli/dragapi","last_synced_at":"2026-05-09T09:53:32.524Z","repository":{"id":108429258,"uuid":"412953362","full_name":"apacheli/dragapi","owner":"apacheli","description":"Deno bindings for PokéAPI.","archived":false,"fork":false,"pushed_at":"2023-08-09T08:35:52.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-10T14:09:58.991Z","etag":null,"topics":["deno","javascript","library","pokeapi","pokemon","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apacheli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-10-03T02:00:52.000Z","updated_at":"2023-09-30T23:48:49.000Z","dependencies_parsed_at":"2024-12-18T11:41:01.669Z","dependency_job_id":"9c3d0751-4d44-4213-a1b4-5583fce6f266","html_url":"https://github.com/apacheli/dragapi","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/apacheli%2Fdragapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fdragapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fdragapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fdragapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apacheli","download_url":"https://codeload.github.com/apacheli/dragapi/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294567,"owners_count":20915341,"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":["deno","javascript","library","pokeapi","pokemon","typescript"],"created_at":"2024-10-30T21:09:56.546Z","updated_at":"2026-05-09T09:53:32.455Z","avatar_url":"https://github.com/apacheli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dragapi\n\n### About\n\nDeno bindings for [PokéAPI](https://pokeapi.co/).\n\nSee the generated documentation\n[here](https://doc.deno.land/https/github.com/apacheli/dragapi/raw/dev/mod.ts).\n\nAll types provided by dragapi are referenced from the PokéAPI documentation.\n\n### Example\n\nMake sure to enable `--allow-net`.\n\n```ts\nimport { getPokemon } from \"https://github.com/apacheli/dragapi/raw/dev/mod.ts\";\n\nconst input = prompt(\"Enter the ID or name of a Pokémon:\");\nif (input) {\n  try {\n    console.log(await getPokemon(input));\n  } catch {\n    console.log(\"Couldn't find that Pokémon...\");\n  }\n} else {\n  console.log(\n    \"You provided no input. Please try again! (use ctrl+c to exit)\",\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Fdragapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapacheli%2Fdragapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Fdragapi/lists"}