GET
/
publications
/
search
{
  "publications": [
    {
      "id": "8e5bb002faf4",
      "name": "DataFlair",
      "domain": null,
      "slug": "dataflair"
    },
    {
      "id": "c70660e00f49",
      "name": "The Fresh Writes",
      "domain": null,
      "slug": "thefreshwrites"
    }
  ],
  "nextPage": {
    "page": 2,
    "limit": 20
  }
}

Headers

X-RapidAPI-Key
string
required

Query Parameters

query
string

Filter publications by query

Example:

"java"

limit
number

Limit the number of publications 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
publications
object[]
nextPage
object