GET
/
lists
/
search
{
  "lists": [
    {
      "id": "7c826120755b",
      "title": "Java",
      "clapCount": 0,
      "postsCount": 1,
      "author": {
        "id": "8dcf28a9dbca",
        "name": "charles tognol",
        "username": "tognol.charles"
      }
    },
    {
      "id": "410d1ffb55c0",
      "title": "java",
      "clapCount": 0,
      "postsCount": 21,
      "author": {
        "id": "9b8e4cbc4bcd",
        "name": "Endre Gabriel",
        "username": "endre.gabriel"
      }
    }
  ],
  "nextPage": {
    "page": 2,
    "limit": 20
  }
}

Headers

X-RapidAPI-Key
string
required

Query Parameters

query
string

Filter lists by query

Example:

"java"

limit
number

Limit the number of lists returned (default: 20, max: 1000, min: 10).

Example:

20

page
number

The page number to fetch. Starts at 0. Default: 0.

Example:

1

Response

200 - application/json
OK
lists
object[]
nextPage
object