GET
/
tags
/
search
{
  "tags": [
    {
      "id": "javascript-tutorial",
      "name": "Javascript Tutorial"
    },
    {
      "id": "javascript30",
      "name": "Javascript30"
    }
  ],
  "nextPage": {
    "page": 2,
    "limit": 20
  }
}

Headers

X-RapidAPI-Key
string
required

Query Parameters

query
string

Filter tags by query

Example:

"java"

limit
number

Limit the number of tags returned (default: 30, 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
tags
object[]
nextPage
object