{
    "status": 200,
    "message": "Welcome to the Smart MyAnimeList Scraper Web Service!",
    "info": "This API is fully compatible with Jikan v4 format.",
    "supported_endpoints": [
        "/v4/anime/{id}",
        "/v4/anime/{id}/characters",
        "/v4/anime/{id}/staff",
        "/v4/anime/{id}/themes",
        "/v4/anime/{id}/relations",
        "/v4/anime/{id}/external",
        "/v4/anime/{id}/full",
        "/v4/anime?q={search_query}",
        "/v4/characters/{id}",
        "/v4/characters/{id}/full"
    ],
    "notes": "Append ?local=1 to query local mock page.html for demo testing."
}