Search Novel

GET /api/novel/search

Request with URL Params

Properties
Type
Required

lang

ISO 639-1

sort

newest, oldest

page

integer

tags

List of string

categorys

List of integer

Response

[
    {
        "id": "55a3a127-c4d1-4c15-a582-a552bb1dabf1",
        "ownerId": "99e61927-9816-4b2b-b535-7609c4d5cfeb",
        "createdAt": "2025-06-01T05:26:26.612Z",
        "updatedAt": null,
        "locale": "ko",
        "status": 0,
        "isSpoilerProtected": true,
        "isAdult": true,
        "displayName": "전생했더니 개발자였던 건에 대하여",
        "introduction": "소개 및 정보",
        "tags": ["남성향", "이세계"],
        "categorys": [0],
        "coverImage": null
    }
]

Last updated

Was this helpful?