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
No encontré ninguna API en todo Google, de Evangelion ni Demon Slayer. Así que la hice yo mismo rey 👑.
I didn't find any APIs in all of Google, from Evangelion or Demon Slayer. So I made it king myself 👑.
API with GraphQL
(in progress db 🎇) Basic documentation:
https://anime-api-0s05.onrender.com By using GraphQL, we will have all the information for the queries with POST calls concentrated in a single endpoint. Here you will have access to the GraphQL playground so you can see what queries there are.
Current querys:
animeCount (returns length of animes)
allAnimes (returns all animes)
findAnime(id: number) (returns one anime, through id)
allCharactersAnime(name: string) (returns all characters of one anime, through character name)
oneCharacter(name: string) (returns a character from any anime, through a name)