DocsEndpointsBusca

Busca

Encontre títulos por palavra-chave, tipo ou status.

Buscar Títulos

GET/search

Parâmetros

  • q: Texto da busca (ex: "solo").
  • type: Filtrar por tipo (MANHWA, MANGA, NOVEL, etc.).
  • status: Filtrar por status (ONGOING, COMPLETED).
  • limit: Limite de itens retornados.

Exemplo de Resposta

json
{
  "data": [
    {
      "id": "...",
      "title": "Solo Leveling",
      "slug": "solo-leveling",
      "description": "...",
      "type": "MANHWA",
      "status": "COMPLETED",
      "coverImage": "...",
      "titleImage": "...",
      "featured": true,
      "isAdult": false,
      "year": 2018,
      "views": 1500000,
      "rating": 9.5,
      "author": "...",
      "totalChapters": 179,
      "genres": [
        { "id": "...", "name": "Ação", "slug": "acao" },
        { "id": "...", "name": "Fantasia", "slug": "fantasia" }
      ],
      "chaptersList": [
        { "id": "...", "number": 179, "title": "Epílogo", "createdAt": "..." }
      ]
    },
    ...
  ],
  "meta": { "total": 5, "page": 1, "totalPages": 1 }
}

© 2026 Monster Comics API. Documentação oficial.