/v1/search
Search manga
Try it live
10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.
It works. Grab an API key and use it in your project.
Get an API keyCode snippets
curl "https://api.oanor.com/mangadex-api/v1/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/mangadex-api/v1/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/mangadex-api/v1/search");
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/mangadex-api/v1/search",
headers={"x-oanor-key": "oanor_test_..."}
)
Example response
A real response from this endpoint, captured by the latest health check.
{
"data": {
"count": 18,
"manga": [
{
"id": "b00acc54-2bf1-440e-8f33-da87227d82d6",
"url": "https://mangadex.org/title/b00acc54-2bf1-440e-8f33-da87227d82d6",
"tags": [
{
"id": "391b0423-d847-456f-aff0-8b0cfc03066b",
"name": "Action",
"group": "genre"
},
{
"id": "3e2b8dae-350e-4ab8-a8ce-016e844b9f0d",
"name": "Long Strip",
"group": "format"
},
{
"id": "4d32cc48-9f00-4cca-9b5a-a839f0764984",
"name": "Comedy",
"group": "genre"
},
{
"id": "87cc87cd-a395-47af-b27a-93258283bbc6",
"name": "Adventure",
"group": "genre"
},
{
"id": "8c86611e-fab7-4986-9dec-d1a2f44acdd5",
"name": "Virtual Reality",
"group": "theme"
},
{
"id": "9438db5a-7e2a-4ac0-b39e-e0d95a34b8a8",
"name": "Video Games",
"group": "theme"
},
{
"id": "aafb99c1-7f60-43fa-b75f-fc9502ce29c7",
"name": "Harem",
"group": "theme"
},
{
"id": "b9af3a63-f058-46de-a9a0-e0c13906197a",
"name": "Drama",
"group": "genre"
},
{
"id": "cdc58593-87dd-415e-bbc0-2ec27bf404cc",
"name": "Fantasy",
"group": "genre"
},
{
"id": "e197df38-d0e7-43b5-9b09-2842d0c326dd",
"name": "Web Comic",
"group": "format"
},
{
"id": "f4122d1c-3b44-44d0-9936-ff7502c39ad3",
"name": "Adaptation",
"group": "format"
},
{
"id": "f5ba408b-0e7a-484d-8d49-4e9125ac96de",
"name": "Full Color",
"group": "format"
}
],
"year": 2023,
"cover": "https://uploads.mangadex.org/covers/b00acc54-2bf1-440e-8f33-da87227d82d6/fac369b9-c8f3-4fa2-b9da-f2fab0a9ca35.png",
"links": {
"al": "166133",
"mu": "26x5mx9",
"raw": "https://book.dmm.com/pr
…