Hummingbird APIv1
APIv1 is the old Hummingbird API that is already implemented in multiple applications, its syntax and functionality will surely not change in the future so it is recommended to use this for any long-running projects.
Hummingbird APIv1 endpoints
| Method | Endpoint | Description |
|---|---|---|
| Anime | ||
| GET |
Search /search/anime |
Search for an anime (supports fuzzy search) |
| GET |
Anime /anime/{id} |
Get information about a single anime |
| User | ||
| GET |
Feed /users/{name}/feed |
Get the latest posts on a user's feed |
| GET |
Favourites /users/{name}/favorite_anime |
Get a user's favourite anime |
| POST |
Authenticate /users/authenticate |
Authenticate request to get a user's auth-token |
| GET |
User /users/{name} |
Get informations about a single user |
| Library | ||
| POST |
Remove /libraries/{anime_id}/remove |
Remove an anime from a user's library |
| POST |
Update /libraries/{anime_id} |
Update an entry in a user's library |
| GET |
Library /users/{name}/library |
Get a user's anime library |
Hummingbird APIv1 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|