RD API
System Online

Powerful Manhwa Scraper API

Access thousands of manhwa series, chapters, and images with a simple, fast, and robust REST API. Now with intelligent caching and dynamic view counting.

📚 Manhwaindo API

Akses ribuan series manhwa dengan REST API yang cepat dan robust

GET /api
Checking...

Get API information and list of all available endpoints.

// Request
"url": "/api"

// Response
"response": {
  "success": true,
  "message": "Manhwaindo API",
  "version": "1.0.0",
  "endpoints": {
    "project": "/api/project?page=1",
    "lastupdate": "/api/lastupdate?page=1",
    "popular": "/api/popular",
    "seriesList": "/api/series-list?page=1",
    "detail": "/api/series/:slug",
    "chapter": "/api/chapter/:slug",
    "search": "/api/search?q=query"
  }
}
Checking...

Get project updates from homepage. Supports pagination.

// Request
                            "url": "/api/project?page=1"

                            // Response
                            "response": {
                            "success": true,
                            "page": 1,
                            "data": [...]
                            }
Checking...

Get latest updates from /series/?order=update. Supports pagination.

// Request
                            "url": "/api/lastupdate?page=1"

                            // Response
                            "response": {
                            "success": true,
                            "page": 1,
                            "data": [...]
                            }

Get a list of currently popular manhwa series.

// Request
"url": "/api/popular"

// Response
"response": {
  "success": true,
  "data": [
    {
      "title": "The Beginning After The End",
      "slug": "the-beginning-after-the-end",
      "rating": "9.5"
    }
  ]
}
Checking...

Get all available genres from the website.

// Request
"url": "/api/genres"

// Response
"response": {
  "success": true,
  "data": [
    {
      "id": "action",
      "name": "Action",
      "url": "https://manhwaindo.app/genre/action/"
    },
    {
      "id": "romance",
      "name": "Romance",
      "url": "https://manhwaindo.app/genre/romance/"
    }
  ]
}
Checking...

Get all series with advanced filtering (order, type, status, genre) and pagination support.

// Request
"url": "/api/series-list?page=1&order=update&type=manhwa&status=ongoing&genre=action"

// Query Parameters:
// - page: 1-227 (optional, default: 1)
// - order: update|popular|latest|title (optional)
// - type: manhwa|manhua|manga (optional)
// - status: ongoing|completed|hiatus (optional)
// - genre: action|romance|fantasy|etc (optional)

// Response
"response": {
  "success": true,
  "page": 1,
  "filters": {
    "order": "update",
    "type": "manhwa",
    "status": "ongoing",
    "genre": "action"
  },
  "totalSeries": 24,
  "data": [...]
}
Checking...

Get detailed information about a specific series, including full metadata, real-time views, and chapter list.

// Request
"url": "/api/series/kucing-oren-galak"

// Response
"response": {
  "success": true,
  "data": {
    "title": "Kucing Oren Galak",
    "status": "Ongoing",
    "author": "Son Jeho",
    "views": "1.1M",
    "chapters": [...]
  }
}
Checking...

Get all image URLs for a specific chapter.

// Request
"url": "/api/chapter/kucing-oren-galak-chapter-1"

// Response
"response": {
  "success": true,
  "images": [
    "https://example.com/image1.jpg",
    "https://example.com/image2.jpg"
  ]
}

Search for manhwa by title.

// Request
"url": "/api/search?q=solo"

// Response
"response": {
  "success": true,
  "data": [...]
}

Anoboy Anime API

Akses ribuan episode anime dengan REST API yang cepat dan reliable

Checking...

Get Anime API information and list of all available endpoints.

// Request
"url": "/api/anime"

// Response
"response": {
  "success": true,
  "message": "Anoboy Anime API",
  "version": "2.0.0",
  "source": "https://anoboy.gg/",
  "endpoints": {...}
}
Checking...

Get list of latest anime episodes. Supports pagination.

// Request
"url": "/api/anime/ongoing?page=1"

// Response
"response": {
  "success": true,
  "page": 1,
  "data": [{
    "title": "One Piece Episode 1151",
    "episode": "Episode 1151",
    "type": "TV"
  }]
}
Checking...

Browse anime with filters: genre, status, type, order. All filters are optional.

// Request
"url": "/api/anime/browse?genre=action&status=ongoing"

// Response
"response": {
  "success": true,
  "page": 1,
  "filters": {"genre": "action"},
  "data": [...]
}

Get complete episode info: streaming links, download links, episode list, genres, rating.

// Request
"url": "/api/anime/detail/one-piece-episode-1151-subtitle-indonesia/"

// Response
"response": {
  "success": true,
  "data": {
    "streamingLinks": [...],
    "downloadLinks": [...],
    "episodeList": [...]
  }
}

Search for anime episodes by title. Returns all matching episodes.

// Request
"url": "/api/anime/search?q=naruto"

// Response
"response": {
  "success": true,
  "data": [{
    "title": "Naruto Episode 1",
    "episode": "Episode 1"
  }]
}
Checking...

Get all 59 available anime genres with slugs and URLs.

// Request
"url": "/api/anime/genres"

// Response
"response": {
  "success": true,
  "data": [{
    "name": "Action",
    "slug": "/genres/action/"
  }]
}

Get popular anime by period: weekly, monthly, or all time. Returns top 10 anime with ratings and genres.

// Request
"url": "/api/anime/popular?period=weekly"

// Response
"response": {
  "success": true,
  "period": "weekly",
  "totalAnime": 10,
  "data": [{
    "rank": 1,
    "title": "One Piece",
    "rating": "8.73"
  }]
}

Get anime series detail with synopsis, metadata (director, producers, studio), cast, and complete episode list.

// Request
"url": "/api/anime/series/anime/one-piece/"

// Response
"response": {
  "success": true,
  "data": {
    "synopsis": "...",
    "director": "...",
    "studio": "Toei Animation",
    "totalEpisodes": 1151,
    "episodes": [...]
  }
}

🎬 Otakudesu Anime API

Akses ribuan anime dengan streaming & download links dari Otakudesu.best

Get ongoing anime with release schedule. Supports pagination.

// Request
"url": "/api/otakudesu/ongoing?page=1"

// Response
"response": {
  "success": true,
  "page": 1,
  "data": [{
    "title": "One Piece",
    "slug": "/anime/1piece-sub-indo/",
    "episode": "Episode 1151",
    "releaseDay": "Minggu"
  }]
}

Get completed anime series. Supports pagination.

// Request
"url": "/api/otakudesu/complete?page=1"

// Response
"response": {
  "success": true,
  "page": 1,
  "data": [...]
}

Get anime details with synopsis, genres, and episode list.

// Request
"url": "/api/otakudesu/anime/1piece-sub-indo"

// Response
"response": {
  "success": true,
  "data": {
    "title": "One Piece",
    "synopsis": "...",
    "genres": [...],
    "episodeList": [...]
  }
}

Get episode with streaming & download links (multiple qualities).

// Request
"url": "/api/otakudesu/episode/awkn-episode-9-sub-indo"

// Response
"response": {
  "success": true,
  "data": {
    "streamingLinks": [{
      "quality": "360p",
      "iframeSrc": "https://desustream.info/..."
    }],
    "downloadLinks": [...]
  }
}

Search anime by title with detailed results.

// Request
"url": "/api/otakudesu/search?q=one piece"

// Response
"response": {
  "success": true,
  "query": "one piece",
  "data": [...]
}

Get anime release schedule by day (Senin-Minggu).

// Request
"url": "/api/otakudesu/schedule"

// Response
"response": {
  "success": true,
  "data": {
    "Senin": [...],
    "Minggu": [...]
  }
}

Get all available anime genres.

// Request
"url": "/api/otakudesu/genres"

// Response
"response": {
  "success": true,
  "totalGenres": 50,
  "data": [...]
}