Skip to content

Commit

Permalink
Update JSON for v3 at 2025-01-30 05:01:33
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Jan 30, 2025
1 parent 23bde57 commit 0dd3a97
Show file tree
Hide file tree
Showing 39 changed files with 67 additions and 67 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,17 +168,17 @@ AnimeAPI is used in other projects and their use cases? Check out the list below
So far, AnimeAPI has indexed data from 17 databases, with details as follows:

<!-- updated -->
Last updated: 27 January 2025 05:19:02 UTC
Last updated: 30 January 2025 05:18:03 UTC
<!-- /updated -->

<!-- counters -->
| Platform | ID | Count |
| :----------------- | ------------: | --------: |
| aniDB | `anidb` | 13615 |
| AniList | `anilist` | 20889 |
| AniList | `anilist` | 20890 |
| Anime-Planet | `animeplanet` | 24306 |
| aniSearch | `anisearch` | 19240 |
| Annict | `annict` | 11352 |
| Annict | `annict` | 11365 |
| IMDb | `imdb` | 2272 |
| Kaize | `kaize` | 23187 |
| Kitsu | `kitsu` | 20753 |
Expand All @@ -188,7 +188,7 @@ Last updated: 27 January 2025 05:19:02 UTC
| Notify.moe | `notify` | 16547 |
| Otak Otaku | `otakotaku` | 2842 |
| Shikimori | `shikimori` | 28211 |
| Shoboi/Syobocal | `shoboi` | 5184 |
| Shoboi/Syobocal | `shoboi` | 5186 |
| Silver Yasha | `silveryasha` | 4626 |
| The Movie Database | `themoviedb` | 577 |
| Trakt | `trakt` | 4855 |
Expand Down Expand Up @@ -262,8 +262,8 @@ GET /status
{
"mainrepo": "https://github.com/nattadasu/animeApi/tree/v3",
"updated": {
"timestamp": 1737955142,
"iso": "2025-01-27T05:19:02.561683+00:00"
"timestamp": 1738214283,
"iso": "2025-01-30T05:18:03.037409+00:00"
},
"contributors": [
"nattadasu"
Expand All @@ -281,10 +281,10 @@ GET /status
"website": "https://animeapi.my.id",
"counts": {
"anidb": 13615,
"anilist": 20889,
"anilist": 20890,
"animeplanet": 24306,
"anisearch": 19240,
"annict": 11352,
"annict": 11365,
"imdb": 2272,
"kaize": 23187,
"kitsu": 20753,
Expand All @@ -294,7 +294,7 @@ GET /status
"notify": 16547,
"otakotaku": 2842,
"shikimori": 28211,
"shoboi": 5184,
"shoboi": 5186,
"silveryasha": 4626,
"themoviedb": 577,
"trakt": 4855,
Expand Down Expand Up @@ -375,7 +375,7 @@ GET /updated

<!-- updated-txt -->
```txt
Updated on 01/27/2025 05:19:02 UTC
Updated on 01/30/2025 05:18:03 UTC
```
<!-- /updated-txt -->

Expand Down
2 changes: 1 addition & 1 deletion api/status.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"mainrepo": "https://github.com/nattadasu/animeApi/tree/v3", "updated": {"timestamp": 1737955142, "iso": "2025-01-27T05:19:02.561683+00:00"}, "contributors": ["nattadasu"], "sources": ["manami-project/anime-offline-database", "kawaiioverflow/arm", "ryuuganime/aniTrakt-IndexParser", "https://db.silveryasha.web.id", "https://kaize.io", "https://nautiljon.com", "https://otakotaku.com"], "license": "AGPL-3.0-only AND MIT AND CC0-1.0+", "website": "https://animeapi.my.id", "counts": {"anidb": 13615, "anilist": 20889, "animeplanet": 24306, "anisearch": 19240, "annict": 11352, "imdb": 2272, "kaize": 23187, "kitsu": 20753, "livechart": 11533, "myanimelist": 28211, "nautiljon": 8460, "notify": 16547, "otakotaku": 2842, "shikimori": 28211, "shoboi": 5184, "silveryasha": 4626, "themoviedb": 577, "trakt": 4855, "total": 34814}, "endpoints": {"$comment": "The endpoints are stated in Python regex format", "anidb": "/anidb/(?P<media_id>\\d+)", "anilist": "/anilist/(?P<media_id>\\d+)", "animeapi_tsv": "/anime(a|A)pi.tsv", "animeplanet": "/animeplanet/(?P<media_id>[\\w\\-]+)", "anisearch": "/anisearch/(?P<media_id>\\d+)", "annict": "/annict/(?P<media_id>\\d+)", "heartbeat": "/(heartbeat|ping)", "imdb": "/imdb/(?P<media_id>tt[\\d]+)", "kaize": "/kaize/(?P<media_id>[\\w\\-]+)", "kitsu": "/kitsu/(?P<media_id>\\d+)", "livechart": "/livechart/(?P<media_id>\\d+)", "myanimelist": "/myanimelist/(?P<media_id>\\d+)", "nautiljon": "/nautiljon/(?P<media_id>[\\w\\+!\\-_\\(\\)\\[\\]]+)", "notify": "/notify/(?P<media_id>[\\w\\-_]+)", "otakotaku": "/otakotaku/(?P<media_id>\\d+)", "redirect": "/(redirect|rd)", "repo": "/", "schema": "/schema(?:.json)?", "shikimori": "/shikimori/(?P<media_id>\\d+)", "shoboi": "/shoboi/(?P<media_id>\\d+)", "silveryasha": "/silveryasha/(?P<media_id>\\d+)", "status": "/status", "syobocal": "/syobocal/(?P<media_id>\\d+)", "themoviedb": "/themoviedb/movie/(?P<media_id>\\d+)", "trakt": "/trakt/(?P<media_type>show|movie)(s)?/(?P<media_id>\\d+)(?:/season(s)?/(?P<season_id>\\d+))?", "updated": "/updated"}}
{"mainrepo": "https://github.com/nattadasu/animeApi/tree/v3", "updated": {"timestamp": 1738214283, "iso": "2025-01-30T05:18:03.037409+00:00"}, "contributors": ["nattadasu"], "sources": ["manami-project/anime-offline-database", "kawaiioverflow/arm", "ryuuganime/aniTrakt-IndexParser", "https://db.silveryasha.web.id", "https://kaize.io", "https://nautiljon.com", "https://otakotaku.com"], "license": "AGPL-3.0-only AND MIT AND CC0-1.0+", "website": "https://animeapi.my.id", "counts": {"anidb": 13615, "anilist": 20890, "animeplanet": 24306, "anisearch": 19240, "annict": 11365, "imdb": 2272, "kaize": 23187, "kitsu": 20753, "livechart": 11533, "myanimelist": 28211, "nautiljon": 8460, "notify": 16547, "otakotaku": 2842, "shikimori": 28211, "shoboi": 5186, "silveryasha": 4626, "themoviedb": 577, "trakt": 4855, "total": 34814}, "endpoints": {"$comment": "The endpoints are stated in Python regex format", "anidb": "/anidb/(?P<media_id>\\d+)", "anilist": "/anilist/(?P<media_id>\\d+)", "animeapi_tsv": "/anime(a|A)pi.tsv", "animeplanet": "/animeplanet/(?P<media_id>[\\w\\-]+)", "anisearch": "/anisearch/(?P<media_id>\\d+)", "annict": "/annict/(?P<media_id>\\d+)", "heartbeat": "/(heartbeat|ping)", "imdb": "/imdb/(?P<media_id>tt[\\d]+)", "kaize": "/kaize/(?P<media_id>[\\w\\-]+)", "kitsu": "/kitsu/(?P<media_id>\\d+)", "livechart": "/livechart/(?P<media_id>\\d+)", "myanimelist": "/myanimelist/(?P<media_id>\\d+)", "nautiljon": "/nautiljon/(?P<media_id>[\\w\\+!\\-_\\(\\)\\[\\]]+)", "notify": "/notify/(?P<media_id>[\\w\\-_]+)", "otakotaku": "/otakotaku/(?P<media_id>\\d+)", "redirect": "/(redirect|rd)", "repo": "/", "schema": "/schema(?:.json)?", "shikimori": "/shikimori/(?P<media_id>\\d+)", "shoboi": "/shoboi/(?P<media_id>\\d+)", "silveryasha": "/silveryasha/(?P<media_id>\\d+)", "status": "/status", "syobocal": "/syobocal/(?P<media_id>\\d+)", "themoviedb": "/themoviedb/movie/(?P<media_id>\\d+)", "trakt": "/trakt/(?P<media_type>show|movie)(s)?/(?P<media_id>\\d+)(?:/season(s)?/(?P<season_id>\\d+))?", "updated": "/updated"}}
2 changes: 1 addition & 1 deletion database/anidb.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion database/anidb_object.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion database/anilist.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion database/anilist_object.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion database/animeapi.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0dd3a97

Please sign in to comment.