Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Anisearch as a data source for anime/manga/LNs #37

Open
Nihilate opened this issue Aug 31, 2018 · 4 comments
Open

Add Anisearch as a data source for anime/manga/LNs #37

Nihilate opened this issue Aug 31, 2018 · 4 comments

Comments

@Nihilate
Copy link
Owner

An admin for anisearch.com has requested that it be added as a data source. The API isn't publicly available, but he's given the following information:

  • The base URL is https://www.anisearch.com/api/v1/roboragi/{ENTRY_TYPE}, where {ENTRY_TYPE} is "anime" or "manga" (which contains light novels as well)
  • Security is handled via a simple token as a URL parameter: /api/v1/roboragi/anime?token=XXXX&mal_id=1535
  • The response payload is JSON
  • A lack of result should provide the following response: {"error":"404 Not Found"}
  • You can get information directly from Anisearch/MAL/ANN or AniDB IDs: /api/v1/roboragi/anime?anisearch_id=3633, /api/v1/roboragi/anime?mal_id=1535, /api/v1/roboragi/anime?anidb_id=4563, /api/v1/roboragi/anime?ann_id=6592. Searching by ID returns a result which looks like this.
  • You can also search by title: /api/v1/roboragi/anime?title=death%20note. Search results look like this.
@tada5hi
Copy link

tada5hi commented Oct 2, 2018

Did you wrote them an email for API Access, or how did you get access ? ^^ Werent able to locate an area on the page, where i can request a token for their api ^^?

@Nihilate
Copy link
Owner Author

Nihilate commented Oct 3, 2018

A member of their community reached out to me and then to one of the admins to set up access - you'll have to have a chat with them. My talks have been via Reddit, you'll probably have to contact them via their support page.

@reillysiemens
Copy link
Contributor

Are there any plans for the API to become publicly available? 🤔

@Nihilate
Copy link
Owner Author

It seemed like they were keen to open it at some point, but they didn't sound like they were in any rush. The API is reasonably solid from what I've seen, so it probably wouldn't be super hard on their side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants