Skip to main content
GET
/api/v1/characters/{slug}/reviews

Experimental Endpoint

This is an experimental endpoint and may be subject to change.

What this returns

This endpoint returns paginated public reviews for a single character.
  • Use the slug path parameter to identify the character.
  • Use page and pageSize query parameters to paginate through reviews.
  • Pagination metadata is returned both in the response body and in the x-pagination-* response headers.

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

Slug of the character whose reviews should be retrieved

Example:

"alan-watts"

Query Parameters

page
integer
default:1

Page number for pagination

Required range: x > 0
Example:

1

pageSize
integer
default:20

Number of reviews to return per page (max: 100)

Required range: 0 < x <= 100
Example:

20

Response

OK

data
object[]
required
object
enum<string>
required
Available options:
list
pagination
object
required
summary
object
required