You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ^^?
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.
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.
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:
https://www.anisearch.com/api/v1/roboragi/{ENTRY_TYPE}
, where {ENTRY_TYPE} is "anime" or "manga" (which contains light novels as well)/api/v1/roboragi/anime?token=XXXX&mal_id=1535
{"error":"404 Not Found"}
/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./api/v1/roboragi/anime?title=death%20note
. Search results look like this.The text was updated successfully, but these errors were encountered: