Skip to content

Commit

Permalink
Update JSON for v3 at 2024-03-28 05:01:02
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Mar 28, 2024
1 parent 2dcd240 commit 080e8f5
Show file tree
Hide file tree
Showing 44 changed files with 130 additions and 130 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,29 +170,29 @@ 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 March 2024 05:17:37 UTC
Last updated: 28 March 2024 05:18:16 UTC
<!-- /updated -->

<!-- counters -->
| Platform | ID | Count |
| :----------------- | ------------: | --------: |
| aniDB | `anidb` | 13206 |
| AniList | `anilist` | 19746 |
| AniList | `anilist` | 19752 |
| Anime-Planet | `animeplanet` | 23657 |
| aniSearch | `anisearch` | 18396 |
| Annict | `annict` | 10115 |
| IMDb | `imdb` | 2267 |
| Annict | `annict` | 10143 |
| IMDb | `imdb` | 2268 |
| Kaize | `kaize` | 22924 |
| Kitsu | `kitsu` | 20037 |
| LiveChart | `livechart` | 11161 |
| MyAnimeList | `myanimelist` | 26857 |
| MyAnimeList | `myanimelist` | 26864 |
| Nautiljon | `nautiljon` | 8195 |
| Notify.moe | `notify` | 16165 |
| Otak Otaku | `otakotaku` | 2623 |
| Shikimori | `shikimori` | 26857 |
| Shoboi/Syobocal | `shoboi` | 4941 |
| Otak Otaku | `otakotaku` | 2625 |
| Shikimori | `shikimori` | 26864 |
| Shoboi/Syobocal | `shoboi` | 4948 |
| Silver Yasha | `silveryasha` | 4047 |
| The Movie Database | `themoviedb` | 489 |
| The Movie Database | `themoviedb` | 490 |
| Trakt | `trakt` | 4583 |
| | | |
| | **Total** | **33424** |
Expand Down Expand Up @@ -262,8 +262,8 @@ GET /status
{
"mainrepo": "https://github.com/nattadasu/animeApi/tree/v3",
"updated": {
"timestamp": 1711516657,
"iso": "2024-03-27T05:17:37.650949+00:00"
"timestamp": 1711603096,
"iso": "2024-03-28T05:18:16.527633+00:00"
},
"contributors": [
"nattadasu"
Expand All @@ -281,22 +281,22 @@ GET /status
"website": "https://animeapi.my.id",
"counts": {
"anidb": 13206,
"anilist": 19746,
"anilist": 19752,
"animeplanet": 23657,
"anisearch": 18396,
"annict": 10115,
"imdb": 2267,
"annict": 10143,
"imdb": 2268,
"kaize": 22924,
"kitsu": 20037,
"livechart": 11161,
"myanimelist": 26857,
"myanimelist": 26864,
"nautiljon": 8195,
"notify": 16165,
"otakotaku": 2623,
"shikimori": 26857,
"shoboi": 4941,
"otakotaku": 2625,
"shikimori": 26864,
"shoboi": 4948,
"silveryasha": 4047,
"themoviedb": 489,
"themoviedb": 490,
"trakt": 4583,
"total": 33424
},
Expand Down Expand Up @@ -375,7 +375,7 @@ GET /updated

<!-- updated-txt -->
```txt
Updated on 03/27/2024 05:17:37 UTC
Updated on 03/28/2024 05:18:16 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": 1711516657, "iso": "2024-03-27T05:17:37.650949+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": 13206, "anilist": 19746, "animeplanet": 23657, "anisearch": 18396, "annict": 10115, "imdb": 2267, "kaize": 22924, "kitsu": 20037, "livechart": 11161, "myanimelist": 26857, "nautiljon": 8195, "notify": 16165, "otakotaku": 2623, "shikimori": 26857, "shoboi": 4941, "silveryasha": 4047, "themoviedb": 489, "trakt": 4583, "total": 33424}, "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": 1711603096, "iso": "2024-03-28T05:18:16.527633+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": 13206, "anilist": 19752, "animeplanet": 23657, "anisearch": 18396, "annict": 10143, "imdb": 2268, "kaize": 22924, "kitsu": 20037, "livechart": 11161, "myanimelist": 26864, "nautiljon": 8195, "notify": 16165, "otakotaku": 2625, "shikimori": 26864, "shoboi": 4948, "silveryasha": 4047, "themoviedb": 490, "trakt": 4583, "total": 33424}, "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 080e8f5

Please sign in to comment.