Skip to main content
GET
/
api
/
v1
/
age-ratings
List age ratings
curl --request GET \
  --url https://demo.komga.org/api/v1/age-ratings \
  --header 'Authorization: Basic <encoded-value>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

library_id
string[]
collection_id
string

Response

OK