Anime premieres — recently aired or upcoming new anime. Mirrors the Simkl Anime Premieres page. No access_token required.
Pass new for anime that already aired (newest first), or soon for anime airing in the next few weeks (soonest first). Any path value other than new is treated as soon.
The two shapes differ slightly: items in the new response include rank and ratings; items in the soon response don’t carry those fields at all (the title hasn’t aired enough to be ranked or rated yet). Every item carries an anime_type field (tv / ona / ova / movie / special / music).
Same behavior as /tv/premieres but without the US/CA filter — the anime catalog is served globally. Dates use a +09:00 offset (Japan time).
| Param | Default | Notes |
|---|---|---|
type | (any) | Optional. all, tv, movies, ovas, onas, or music. Anything else is ignored. |
page | 1 | 1 to 20. Higher values are reduced to 20. |
limit | 60 | 1 to 60. Higher values are reduced to 60. |
X-Pagination-* headers on every response — see Pagination.
The full per-item shape is in the Response panel on the right.
| Status | When |
|---|---|
412 | Missing or invalid client_id |
500 | Server error |
Bogus param or type values silently fall back — no 400. The endpoint never returns 404.
Documentation Index
Fetch the complete documentation index at: https://api.simkl.org/llms.txt
Use this file to discover all available pages before exploring further.
Preferred form: your client_id as a URL query parameter on every request. Self-describing in logs and curl commands. See Headers and required parameters.
Descriptive identifier for your app, ideally name/version. Examples: PlexMediaServer/1.43.1.10540, kodi-simkl/0.9.2, MyApp/2.4.1 (https://myapp.com).
new for recent releases (sorted newest first), soon for upcoming titles (sorted soonest first). Anything other than new behaves like soon.
new, soon Optional. Narrow by anime format. Unknown values are ignored.
all, tv, movies, ovas, onas, music Page number (1-based). Maximum 20.
1 <= x <= 20Items per page. Maximum 60 — higher values are reduced to 60.
1 <= x <= 60Your client_id from your Simkl developer settings. Required on every request.
Short, lowercase identifier for your app (e.g. plex-scrobbler, kodi-bridge). Helps Simkl identify which apps are using the API.
Your app's current version (e.g. 1.0, 2.4.1). Helps Simkl debug issues you report.
OK — array of items. Shape depends on {param} (see oneOf branches).
Items returned when you call /tv/premieres/new or /anime/premieres/new. Includes rank and ratings on top of the base fields. Anime items also carry anime_type.
Display title.
Release date as an ISO-8601 timestamp with timezone offset. TV uses -05:00, anime uses +09:00 (Japan time).
"2026-05-18T00:00:00-05:00"
simkl.com URL relative to the root, with the slug appended. Non-ASCII characters in the slug come URL-encoded — don't encode them a second time.
"/tv/2750099/you%E2%80%99re-killing-me"
Type 4 null — release date isn't known yet. See Null and missing values. Otherwise the premiere year as an integer.
Type 4 null — no poster on file. See Null and missing values. When present, it's an image path fragment — build the full URL using the patterns in Image conventions (e.g. https://simkl.in/posters/{poster}_m.webp).
Anime catalog items only. Catalog format.
tv, movie, ova, ona, special, music Type 4 null — title isn't ranked yet. See Null and missing values. When present, the Simkl popularity rank (lower is more popular).
Aggregate ratings. Always carries simkl. TV items carry imdb; anime items carry mal.
Hide child attributes
Was this page helpful?