Skip to main content
GET
Keyword

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

query
string
required

This is the keyword we want to search for in the database.

Example:

"fight"

page
integer

Indicates which page of results to return. Default is the first page (1).

Example:

1

Response

200 - application/json

keyword

page
number

The current page number of the results returned by the API.

Example:

1

results
object[]

This is an array of objects where each object represents a unique entry related to the search query.

Example:
total_pages
number

This field indicates the total number of pages available for the results.

Example:

7

total_results
number

This field shows the total count of results obtained from the search query.

Example:

130