Skip to content
GET /v1/list

The stories curated into one reading list

Try it live

10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.

Custom headers (optional)
api.oanor.com/wattpad-api

It works. Grab an API key and use it in your project.

Get an API key

Code snippets

curl "https://api.oanor.com/wattpad-api/v1/list" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/wattpad-api/v1/list", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/wattpad-api/v1/list");
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/wattpad-api/v1/list",
    headers={"x-oanor-key": "oanor_test_..."}
)

Example response

A real response from this endpoint, captured by the latest health check.

{
    "data": {
        "id": "1828451657",
        "name": "Feel-Good Reads ☀️",
        "count": 10,
        "source": "Wattpad",
        "curator": {
            "name": "Wattpad",
            "username": "Wattpad"
        },
        "stories": [
            {
                "id": "392233345",
                "url": "https://www.wattpad.com/story/392233345",
                "tags": [
                    "accused",
                    "betrayal",
                    "bhai",
                    "ceoxdoc",
                    "cold",
                    "desi",
                    "firstloves",
                    "healing",
                    "india",
                    "indian",
                    "love",
                    "princess",
                    "revenge",
                    "romance",
                    "strongfemalelead"
                ],
                "cover": "https://img.wattpad.com/cover/392233345-256-k237261.jpg",
                "parts": 75,
                "reads": 1793404,
                "title": "Aradhya- The Warrior",
                "votes": 116944,
                "author": {
                    "name": "yuki 02",
                    "username": "yukiwrites02",
                    "followers": 973
                },
                "mature": false,
                "comments": 16587,
                "language": "English",
                "completed": true,
                "created_at": "2025-04-03T04:52:54Z",
                "description": "°•°•° Aradhya Rajvansh's life shattered the day her own family turned their backs on her, believing lies that landed her in prison. After four years, she walks free-not as the girl she once was, but as a woman forged in pain and silence. With only her younger brother Ansh by her side, she rebuilds her life far away from home, shutting her heart to the world. But destiny has other plans. Her path collides with Rishav Raghuvanshi-a man of quiet strength, protective warmth, and ruthless determination. Thrust into his family through marriage, Aradhya finds herself torn between old wounds and the p",
                "modified_at": "2026-04-06T09:33:08Z"
            },
            {
                "id": "347718219",
                "url": "https://www.wattpad.com/story/347718219",
                "tags": [
                    "arrangedmarriage",
                    "badboy",
                    "billionaireromance",
                    "crime",
                    "dangerouslove",
                    "darkromance",
                    "enemies",
                    "enemiestolovers",
                    "family",
                    "forcedproximity",
                    "jealousy",
                    "mafia",
                    "mafiaboss",
                    "mafiabrothers",
                    "mafiafamily",
                    "mafiahusband",
                    "mafialove",
                    "mafiaprincess",
                    "mafiaromance",
                    "mafia
…