AnimeFacts
AnimeFacts API (listed on Free API Hub) is a free, open-source REST API delivering quirky and entertaining trivia facts about anime. Developers can fetch random facts or browse lists of fun anime information via simple HTTP calls, ideal for educational, entertainment, or fan-centric apps requiring engaging anime content.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Retrieves interesting facts about a specific anime series
Full URL
https://anime-facts-rest-api.herokuapp.com/api/v1/{anime_name}
Code Examples
curl -X GET 'https://anime-facts-rest-api.herokuapp.com/api/v1/{anime_name}'
Parameters
{ "anime_name": "naruto" }
Example Response
{
"facts": [
"First aired: October 3, 2002",
"Total episodes: 220",
"Manga author: Masashi Kishimoto"
],
"anime_name": "Naruto"
}
Version
v1
Rate Limit
100 requests/hour
Tags
animetrivia
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
None specified
Supported Languages
English
Use Cases
trivia games
fan sites
Related APIs
Discover similar APIs that might interest you