Aller au contenu
GET /v1/recommendations

Anime the community recommends to fans of this title

Essayez-le en direct

10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.

En-têtes personnalisés (facultatif)
api.oanor.com/myanimelist-api

Ça marche. Récupérez une clé API et utilisez-la dans votre projet.

Obtenez une clé API

Extraits de code

curl "https://api.oanor.com/myanimelist-api/v1/recommendations" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/myanimelist-api/v1/recommendations", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/myanimelist-api/v1/recommendations");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/myanimelist-api/v1/recommendations",
    headers={"x-oanor-key": "oanor_test_..."}
)

Exemple de réponse

Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.

{
    "data": {
        "count": 10,
        "total": 76,
        "mal_id": 52991,
        "source": "MyAnimeList (Jikan)",
        "platform": "MyAnimeList",
        "recommendations": [
            {
                "url": "https://myanimelist.net/anime/33352/Violet_Evergarden",
                "image": "https://cdn.myanimelist.net/images/anime/1795/95088.jpg?s=9e24a139603a4e0ea8ea055a230b54d5",
                "title": "Violet Evergarden",
                "votes": 28,
                "mal_id": 33352
            },
            {
                "url": "https://myanimelist.net/anime/41025/Fumetsu_no_Anata_e",
                "image": "https://cdn.myanimelist.net/images/anime/1880/118484.jpg?s=73b91a0146dfa5fadc5ff9f870c72741",
                "title": "Fumetsu no Anata e",
                "votes": 19,
                "mal_id": 41025
            },
            {
                "url": "https://myanimelist.net/anime/35851/Sayonara_no_Asa_ni_Yakusoku_no_Hana_wo_Kazarou",
                "image": "https://cdn.myanimelist.net/images/anime/11/89556.jpg?s=c81e5bf28128120f3ebe27b03bb2e527",
                "title": "Sayonara no Asa ni Yakusoku no Hana wo Kazarou",
                "votes": 15,
                "mal_id": 35851
            },
            {
                "url": "https://myanimelist.net/anime/52701/Dungeon_Meshi",
                "image": "https://cdn.myanimelist.net/images/anime/1711/142478.jpg?s=8c432fe78ec9dd1b3219f3c5faf4308f",
                "title": "Dungeon Meshi",
                "votes": 14,
                "mal_id": 52701
            },
            {
                "url": "https://myanimelist.net/anime/40571/Majo_no_Tabitabi",
                "image": "https://cdn.myanimelist.net/images/anime/1802/108501.jpg?s=243c441d14fa25619a8c97e64b859bfe",
                "title": "Majo no Tabitabi",
                "votes": 9,
                "mal_id": 40571
            },
            {
                "url": "https://myanimelist.net/anime/457/Mushishi",
                "image": "https://cdn.myanimelist.net/images/anime/2/73862.jpg?s=d976f75f480430a0c9fde4455696131d",
                "title": "Mushishi",
                "votes": 9,
                "mal_id": 457
            },
            {
                "url": "https://myanimelist.net/anime/486/Kino_no_Tabi__The_Beautiful_World",
                "image": "https://cdn.myanimelist.net/images/anime/1763/95397.jpg?s=2a08354c0c07bf482d35b5c1ea19a74b",
                "title": "Kino no Tabi: The Beautiful World",
                "votes": 8,
                "mal_id": 486
            },
            {
                "url": "https://myanimelist.net/anime/2966/Ookami_to_Koushinryou",
                "image": "https://cdn.myanimelist.net/images/anime/5/59401.jpg?s=1c81971daf350f8e99fe00fe3bbd0f95",
                "title": "Ookami to Koushinryou",
                "votes": 7,
                "mal_id": 2966
            },
            {
                "url": "https://myanimelist.net/anime/39535/Musho
…