Read the Contribution Guide.
Get your apikey
from your Account page and add it as a query param to your request url.
Param | Description |
---|---|
apikey | Type string - user apikey |
GET /api/folgen
Param | Description |
---|---|
limit | Type number - limits the listed items (max 20) |
offset | Type number - skips the offset amount of results |
sort | Type string - determines the order of the returned data. Possible values are: ['release_date', '-release_date', 'rating', '-rating'] |
query | Type string - search for name and number |
Status code | Description |
---|---|
200 |
OK |
304 |
Not modified |
400 |
Bad request |
GET /api/folgen/{folgeId}
Status code | Description |
---|---|
200 |
OK |
304 |
Not modified |
404 |
Not found |