Get Episode
Episodes
Get Episode
Retrieve detailed information about a specific anime episode
GET
Get Episode
Overview
This endpoint returns detailed information for a specific episode identified by the anime’s MyAnimeList ID and episode number.Authentication
This endpoint does not require authentication.
Rate Limiting
This endpoint is protected by rate limiting middleware:- Default limit: 100 requests per 60 seconds
- Returns
429 Too Many Requestswhen limit is exceeded - Includes
Retry-Afterheader in rate limit responses
Query Parameters
The MyAnimeList (MAL) ID of the anime. This parameter is required to identify which anime the episode belongs to.Example:
52991The episode number to retrieve. This parameter is required.Example:
1Response
Episode object containing detailed information
Unique identifier for the episode
MyAnimeList ID of the parent anime
Episode number within the series
URL to the video stream for this episode. Can be used with video players like Vidstack.
Thumbnail or preview image URL for the episode
Episode title (if available)
Episode description or synopsis (if available)
Air date or release date of the episode in ISO format (if available)
Example Request
Example Response
Error Responses
Missing MAL ID Parameter
Status Code:400 Bad Request
Missing Episode Number
Status Code:400 Bad Request
Episode Not Found
Status Code:404 Not Found
Rate Limit Exceeded
Status Code:429 Too Many Requests
Number of seconds to wait before making another request
Server Error
Status Code:500 Internal Server Error
Implementation Details
This endpoint uses Redis caching to improve performance. Episode data is cached with a configurable TTL to reduce database queries and improve response times.
Use Cases
Video Player Integration
This endpoint is designed to work seamlessly with video players like Vidstack:Progress Tracking
Combine with user preferences to track watching progress:Related Endpoints
- List Episodes - Get all episodes for an anime with pagination
- Video Proxy - Proxy endpoint for streaming video content
- Get Anime - Get detailed information about the parent anime
