curl --request GET \
--url https://api.example.com/api/serie/{slug}{
"slug": "<string>",
"info": {
"titulo": "<string>",
"sinopsis": "<string>",
"generos": [
{}
],
"imagen_poster": "<string>",
"fecha_estreno": "<string>"
},
"temporadas": {
"temporada": 123,
"episodio": 123,
"titulo": "<string>",
"fecha": "<string>",
"imagen": "<string>",
"url": "<string>"
},
"error": "<string>"
}Get detailed information about a TV series or anime, including all episodes
curl --request GET \
--url https://api.example.com/api/serie/{slug}{
"slug": "<string>",
"info": {
"titulo": "<string>",
"sinopsis": "<string>",
"generos": [
{}
],
"imagen_poster": "<string>",
"fecha_estreno": "<string>"
},
"temporadas": {
"temporada": 123,
"episodio": 123,
"titulo": "<string>",
"fecha": "<string>",
"imagen": "<string>",
"url": "<string>"
},
"error": "<string>"
}GET /api/serie/{slug}
/api/listado or search results)Show Season structure
curl http://localhost:1234/api/serie/the-last-of-us
{
"slug": "the-last-of-us",
"info": {
"titulo": "The Last of Us",
"sinopsis": "Twenty years after modern civilization has been destroyed, Joel must smuggle Ellie out of an oppressive quarantine zone. What starts as a small job soon becomes a brutal, heartbreaking journey.",
"generos": ["Action", "Adventure", "Drama", "Sci-Fi"],
"imagen_poster": "https://example.com/thelastofus-poster.jpg",
"fecha_estreno": "2023-01-15"
},
"temporadas": {
"1": [
{
"temporada": 1,
"episodio": 1,
"titulo": "When You're Lost in the Darkness",
"fecha": "2023-01-15",
"imagen": "https://example.com/ep1-thumb.jpg",
"url": "https://sololatino.net/series/the-last-of-us/temporada-1/episodio-1"
},
{
"temporada": 1,
"episodio": 2,
"titulo": "Infected",
"fecha": "2023-01-22",
"imagen": "https://example.com/ep2-thumb.jpg",
"url": "https://sololatino.net/series/the-last-of-us/temporada-1/episodio-2"
}
],
"2": [
{
"temporada": 2,
"episodio": 1,
"titulo": "Season 2 Premiere",
"fecha": "2024-01-15",
"imagen": "https://example.com/s2e1-thumb.jpg",
"url": "https://sololatino.net/series/the-last-of-us/temporada-2/episodio-1"
}
]
}
}
{
"error": "Serie o anime no encontrado"
}
404 Not Found
url field with the /api/iframe_player endpoint:
curl "http://localhost:1234/api/iframe_player?url=https://sololatino.net/series/the-last-of-us/temporada-1/episodio-1"
temporadas object:
<noscript> tags when needed