Modules§
- calendar
- images
- When getting images, SIMKL asks to cache it in your app forever. The images with the same URL never change. Do not redownload the same image multiple times.
- pin
- PIN for devices with limited UI
- search
- sync
- user
Structs§
- Episode
- Extended
- By default methods are not returnig additional data for movies, anime, show etc. They return minimal info you need to match in the local database. But, if you need more information just add `extended={fields}`` to the URL. Will be in lower case
- Ids
- Rank
- Rating
- Ratings
- Season
- Season
Episode - Standard
Media Object
Enums§
Constants§
- API_URL
- API URL, queries will need the following headers:
Functions§
- get_
auth_ url - get_
extended_ parameter - get_
pagination_ parameter - Some the endpoints are paginated. Endpoints which have 📄 Pagination will load 1 page of 10 items by default. If
you want to change this, append query string
?page={page}&limit={limit}to the URL. - get_
rating - Get rating (token not required)