Skip to content

Commit

Permalink
Update JSON for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Aug 2, 2023
1 parent 831d063 commit adaf9c5
Show file tree
Hide file tree
Showing 45 changed files with 94 additions and 94 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,26 +103,26 @@ Below is the comparison between AnimeAPI and other relation mapping API.
So far, AnimeAPI has indexed data from 17 databases, with details as follows:

<!-- updated -->
Last updated: 01 August 2023 05:43:02 UTC
Last updated: 02 August 2023 05:16:22 UTC
<!-- /updated -->

<!-- counters -->
| Platform | ID | Count |
| :----------------- | ------------: | --------: |
| aniDB | `anidb` | 12896 |
| AniList | `anilist` | 18961 |
| AniList | `anilist` | 18962 |
| Anime-Planet | `animeplanet` | 22977 |
| aniSearch | `anisearch` | 17908 |
| Annict | `annict` | 8899 |
| Annict | `annict` | 8919 |
| IMDb | `imdb` | 2256 |
| Kaize | `kaize` | 22971 |
| Kaize | `kaize` | 22966 |
| Kitsu | `kitsu` | 19303 |
| LiveChart | `livechart` | 10857 |
| MyAnimeList | `myanimelist` | 25229 |
| Notify.moe | `notify` | 15835 |
| Otak Otaku | `otakotaku` | 2542 |
| Otak Otaku | `otakotaku` | 2543 |
| Shikimori | `shikimori` | 25229 |
| Shoboi/Syobocal | `shoboi` | 4710 |
| Shoboi/Syobocal | `shoboi` | 4712 |
| Silver Yasha | `silveryasha` | 3982 |
| The Movie Database | `themoviedb` | 280 |
| Trakt | `trakt` | 4450 |
Expand Down Expand Up @@ -190,8 +190,8 @@ GET /status
{
"mainrepo": "https://github.com/nattadasu/animeApi/tree/v3",
"updated": {
"timestamp": 1690868582,
"iso": "2023-08-01T05:43:02.088121+00:00"
"timestamp": 1690953382,
"iso": "2023-08-02T05:16:22.463699+00:00"
},
"contributors": [
"nattadasu"
Expand All @@ -208,19 +208,19 @@ GET /status
"website": "https://animeapi.my.id",
"counts": {
"anidb": 12896,
"anilist": 18961,
"anilist": 18962,
"animeplanet": 22977,
"anisearch": 17908,
"annict": 8899,
"annict": 8919,
"imdb": 2256,
"kaize": 22971,
"kaize": 22966,
"kitsu": 19303,
"livechart": 10857,
"myanimelist": 25229,
"notify": 15835,
"otakotaku": 2542,
"otakotaku": 2543,
"shikimori": 25229,
"shoboi": 4710,
"shoboi": 4712,
"silveryasha": 3982,
"themoviedb": 280,
"trakt": 4450,
Expand Down Expand Up @@ -297,7 +297,7 @@ GET /updated

<!-- updated-txt -->
```json
Updated on 08/01/2023 05:43:02 UTC
Updated on 08/02/2023 05:16:22 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": 1690868582, "iso": "2023-08-01T05:43:02.088121+00:00"}, "contributors": ["nattadasu"], "sources": ["manami-project/anime-offline-database", "kawaiioverflow/arm", "ryuuganime/aniTrakt-IndexParser", "https://db.silveryasha.web.id", "https://kaize.io", "https://otakotaku.com"], "license": "AGPL-3.0", "website": "https://animeapi.my.id", "counts": {"anidb": 12896, "anilist": 18961, "animeplanet": 22977, "anisearch": 17908, "annict": 8899, "imdb": 2256, "kaize": 22971, "kitsu": 19303, "livechart": 10857, "myanimelist": 25229, "notify": 15835, "otakotaku": 2542, "shikimori": 25229, "shoboi": 4710, "silveryasha": 3982, "themoviedb": 280, "trakt": 4450, "total": 31655}, "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+)", "notify": "/notify/(?P<media_id>[\\w\\-_]+)", "otakotaku": "/otakotaku/(?P<media_id>\\d+)", "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": 1690953382, "iso": "2023-08-02T05:16:22.463699+00:00"}, "contributors": ["nattadasu"], "sources": ["manami-project/anime-offline-database", "kawaiioverflow/arm", "ryuuganime/aniTrakt-IndexParser", "https://db.silveryasha.web.id", "https://kaize.io", "https://otakotaku.com"], "license": "AGPL-3.0", "website": "https://animeapi.my.id", "counts": {"anidb": 12896, "anilist": 18962, "animeplanet": 22977, "anisearch": 17908, "annict": 8919, "imdb": 2256, "kaize": 22966, "kitsu": 19303, "livechart": 10857, "myanimelist": 25229, "notify": 15835, "otakotaku": 2543, "shikimori": 25229, "shoboi": 4712, "silveryasha": 3982, "themoviedb": 280, "trakt": 4450, "total": 31655}, "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+)", "notify": "/notify/(?P<media_id>[\\w\\-_]+)", "otakotaku": "/otakotaku/(?P<media_id>\\d+)", "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 adaf9c5

Please sign in to comment.