{"id":13508645,"url":"https://github.com/nbw/jisho_elixir","last_synced_at":"2025-05-07T02:40:44.077Z","repository":{"id":57509200,"uuid":"101965679","full_name":"nbw/jisho_elixir","owner":"nbw","description":"A Japanese dictionary API; a wrapper around Jisho's API (http://jisho.org) ","archived":false,"fork":false,"pushed_at":"2020-03-08T14:05:39.000Z","size":11,"stargazers_count":34,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-07T21:51:25.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/jisho_elixir","language":"Elixir","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/nbw.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}},"created_at":"2017-08-31T06:09:16.000Z","updated_at":"2024-05-13T19:23:05.000Z","dependencies_parsed_at":"2022-08-30T07:10:41.227Z","dependency_job_id":null,"html_url":"https://github.com/nbw/jisho_elixir","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/nbw%2Fjisho_elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbw%2Fjisho_elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbw%2Fjisho_elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbw%2Fjisho_elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbw","download_url":"https://codeload.github.com/nbw/jisho_elixir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252802361,"owners_count":21806484,"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":[],"created_at":"2024-08-01T02:00:56.168Z","updated_at":"2025-05-07T02:40:44.037Z","avatar_url":"https://github.com/nbw.png","language":"Elixir","funding_links":[],"categories":["Miscellaneous","Elixir"],"sub_categories":[],"readme":"[![](http://assets.jisho.org/assets/jisho-logo-v4@2x-7330091c079b9dd59601401b052b52e103978221c8fb6f5e22406d871fcc746a.png)](http://jisho.org/)\n# JishoElixir [![Hex pm](http://img.shields.io/hexpm/v/jisho_elixir.svg?style=flat)](https://hex.pm/packages/jisho_elixir)\n\nA wrapper around Jisho.org's API (http://jisho.org).\n\n### What is [Jisho.org](http://jisho.org/)?\nIt's an online Japanese to English dictionary that you can read about [here](http://jisho.org/about).\n\n### JishoElixir currently Supports\n\n1. Searching by word\n2. Searching by tags [http://jisho.org/docs](http://jisho.org/docs)\n3. Searching for verbs \n4. And much more if you combine them.  \n\n## Installation\n\nFirst, add JishoElixir to your mix.exs dependencies:\n```elixir\ndef deps do\n  [\n    {:jisho_elixir, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nand run $ mix deps.get\n\n## Usage\n\nYour best bet is to visit the hex docs, but:\n\n```elixir\n\tJishoElixir.search(\"峠\", [\"n\", \"exp\"], 1)\n```\n```elixir\n\tJishoElixir.tag(\"jlpt-n1\")\n```\n```elixir\n\tJishoElixir.verb(\"prance\")\n\n```\n\n## FAQ\n### What about formatting the response?\n\nThe library returns a map that's been parsed directly from json. I leave it up to you to write a wrapper around it. \n\n### Do I need an API key?\n\nNope.\n\n### Where can I find documentation for the Jisho API\n\nAt the moment, just [here](http://jisho.org/forum/54fefc1f6e73340b1f160000-is-there-any-kind-of-search-api).\n\n### What about kanji?\n\nIt's been hinted by the Jisho team that it's on the way, but for now you can search kanji the same way you search a word. The downside is kanji _tags_ (found [here](http://jisho.org/docs)) won't work. \n\n## Thanks\n\nThank you to the [Jisho.org](http://jisho.org/) team, especially [Kimtaro](https://github.com/Kimtaro). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbw%2Fjisho_elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbw%2Fjisho_elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbw%2Fjisho_elixir/lists"}