animet-gogoanime
v1.1.2
Published
Gogoanime is a custom API that provides data from the `10.gogoanime.io` website. You will have access to the entire catalog whether movies, series, current episodes, etc., with English subtitles.
Downloads
5
Maintainers
Readme
Installation
In order to install the project and all dependencies, enter in the project folder and run npm install
Start Local Node/Express Server
npm run start
or
npm run dev
Testing API Methods
npm run dev-api
API Documentation
const api = require('gogoanime');
api.alphabetList([letter] , [page])
| Letter | Page Limit |
|-------------|-------------
| '0' | (zero value means , numbers in the title) [1 .. 53] |
| 'A' | [1 .. 4] |
| 'C' | [1 .. 3] |
| 'D' | [1 .. 4] |
| 'E' | [1 .. 1] |
| 'F' | [1 .. 2] |
| 'G' | [1 .. 3] |
| 'H' | [1 .. 4] |
| 'I' | [1 .. 2] |
| 'J' | [1 .. 1] |
| 'K' | [1 .. 4] |
| 'L' | [1 .. 2] |
| 'M' | [1 .. 4] |
| 'N' | [1 .. 2] |
| 'O' | [1 .. 2] |
| 'P' | [1 .. 1] |
| 'Q' | [1 .. 1] |
| 'R' | [1 .. 2] |
| 'S' | [1 .. 6] |
| 'T' | [1 .. 4] |
| 'U' | [1 .. 1] |
| 'V' | [1 .. 1] |
| 'W' | [1 .. 1] |
| 'Z' | [1 .. 1] |
| 'Y' | [1 .. 2] |
| 'Z' | [1 .. 1] |
// 20191206104143
// https://gogoanime.now.sh/api/v1/Alphabet/a/1
{
"anime": [
{
"title": "A Channel",
"img": "https://cdnimg.xyz/images/anime/a-channel8.jpg",
"synopsis": "Plot Summary: Toeru takes a test so she can enter the same high school as Run, the girl she likes. She passes, but when she goes to tell Run, she finds her hugging a girl she’s never seen before.",
"genres": [
"comedy",
"school",
"seinen",
"slice-of-life"
],
"released": 2011,
"status": "Completed",
"otherName": "A-Channel: The Animation, Aチャンネル",
"totalEpisodes": 12,
"episodes": [
{
"id": "a-channel-episode-1"
},
{
"id": "a-channel-episode-2"
},
{
"id": "a-channel-episode-3"
},
{
"id": "a-channel-episode-4"
},
{
"id": "a-channel-episode-5"
},
{
"id": "a-channel-episode-6"
},
{
"id": "a-channel-episode-7"
},
{
"id": "a-channel-episode-8"
},
{
"id": "a-channel-episode-9"
},
{
"id": "a-channel-episode-10"
},
{
"id": "a-channel-episode-11"
},
{
"id": "a-channel-episode-12"
}
]
},
]
}
api.popular([page])
| Page From | Limit | |-----------|-------- | 1 | 345 |
// 20191206104224
// https://gogoanime.now.sh/api/v1/Popular/1
{
"popular": [
{
"title": "Arifureta Shokugyou de Sekai Saikyou",
"img": "https://cdnimg.xyz/cover/arifureta-shokugyou-de-sekai-saikyou.png",
"synopsis": "Plot Summary: Seventeen-year-old Hajime Nagumo is your average, everyday otaku. However, his simple life of pulling all-nighters and sleeping in school is suddenly turned upside down when he, along with the rest of his class, is summoned to a fantasy world! They're treated like heroes and tasked with the duty of saving the human race from utter extinction. But what should have been any otaku's wet dream quickly turns into Hajime's nightmare. While the rest of his class are blessed with godlike powers, Hajime's job, Synergist, only has a single transmutation skill. Ridiculed and bullied by his classmates for being weak, he soon finds himself in despair. Will he be able to survive in this dangerous world of monsters and demons with only a glorified blacksmith's level of strength?",
"genres": [
"action",
"adventure",
"fantasy",
"harem"
],
"released": 2019,
"status": "Completed",
"otherName": "Arifureta: From Commonplace to World's Strongest, ありふれた職業で世界最強",
"totalEpisodes": 13,
"episodes": [
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-1"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-2"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-3"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-4"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-5"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-6"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-7"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-8"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-9"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-10"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-11"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-12"
},
{
"id": "arifureta-shokugyou-de-sekai-saikyou-episode-13"
}
]
},
]
}
api.genres([genre] , [page])
| Genres | |-----------| | action , adventure | | cars , comedy | | dementia , demons , drama , dub | | ecchi | | fantasy | | game | | harem , historical , horror | | josei | | kids | | magic , martial-arts , mecha , military , music , mystery | | parody , police , psychological | | romance | | samurai , school , sci-fi , seinen , shoujo , shoujo-ai , shounen , shounen-ai , slice-of-life , space , orts , super-power , supernatural | | thriller | | vampire | | yaoi , yuri |
| Page From | Limit | |-----------|-------- | 1 | N/A |
// 20191206104423
// https://gogoanime.now.sh/api/v1/Genre/action/2
{
"anime": [
{
"title": "Tenpou Ibun Ayakashi Ayashi Inferno OVA (Dub)",
"img": "https://cdnimg.xyz/cover/tenpou-ibun-ayakashi-ayashi-inferno-ova-dub.png",
"synopsis": "Plot Summary: Specials set six months after the end of Tenpou Ibun Ayakashi Ayashi.",
"genres": [
"action",
"drama",
"historical",
"supernatural"
],
"released": 2007,
"status": "Completed",
"otherName": "Ghost Slayers Ayashi: Inferno",
"totalEpisodes": 5,
"episodes": [
{
"id": "tenpou-ibun-ayakashi-ayashi-inferno-ova-dub-episode-1"
},
{
"id": "tenpou-ibun-ayakashi-ayashi-inferno-ova-dub-episode-2"
},
{
"id": "tenpou-ibun-ayakashi-ayashi-inferno-ova-dub-episode-3"
},
{
"id": "tenpou-ibun-ayakashi-ayashi-inferno-ova-dub-episode-4"
},
{
"id": "tenpou-ibun-ayakashi-ayashi-inferno-ova-dub-episode-5"
}
]
},
{
"title": "Strike the Blood II",
"img": "https://cdnimg.xyz/cover/strike-the-blood-ii.png",
"synopsis": "Plot Summary: Strike the Blood new OVAs",
"genres": [
"action",
"ecchi",
"fantasy",
"school",
"shounen",
"supernatural",
"vampire"
],
"released": 2016,
"status": "Completed",
"otherName": "Strike the Blood Second, ストライク・ザ・ブラッドⅡ",
"totalEpisodes": 8,
"episodes": [
{
"id": "strike-the-blood-ii-episode-1"
},
{
"id": "strike-the-blood-ii-episode-2"
},
{
"id": "strike-the-blood-ii-episode-3"
},
{
"id": "strike-the-blood-ii-episode-4"
},
{
"id": "strike-the-blood-ii-episode-5"
},
{
"id": "strike-the-blood-ii-episode-6"
},
{
"id": "strike-the-blood-ii-episode-7"
},
{
"id": "strike-the-blood-ii-episode-8"
}
]
},
]
}
api.ongoingSeries()
// 20191206104537
// https://gogoanime.now.sh/api/v1/OngoingSeries
{
"anime": [
{
"title": "Actors: Songs Connection",
"img": "https://cdnimg.xyz/cover/actors-songs-connection.png",
"synopsis": "Plot Summary: Private Tenshou Gakuen is the seventh of ten school districts circled within a 130-meter tall wall with restricted entry and egress aside from officials. The academy is fully autonomous by the government but to strive for independence, the school allows students to engage in club activities after school, which comes with a strangely unique system. Each club is ranked according to its overall accumulated points gathered from various club activities and school events. Points can also be received by winning at the school's periodic Tenshou Gakuen Singing Contest, where many students compete. The members in the clubs work hard to win the contest for their goal.",
"genres": [
"music",
"school"
],
"released": 2019,
"status": "Ongoing",
"otherName": "ACTORS -Songs Connection-",
"totalEpisodes": 9,
"episodes": [
{
"id": "actors-songs-connection-episode-1"
},
{
"id": "actors-songs-connection-episode-2"
},
{
"id": "actors-songs-connection-episode-3"
},
{
"id": "actors-songs-connection-episode-4"
},
{
"id": "actors-songs-connection-episode-5"
},
{
"id": "actors-songs-connection-episode-6"
},
{
"id": "actors-songs-connection-episode-7"
},
{
"id": "actors-songs-connection-episode-8"
},
{
"id": "actors-songs-connection-episode-9"
}
]
},
{
"title": "Actors: Songs Connection (Dub)",
"img": "https://cdnimg.xyz/cover/actors-songs-connection-dub.png",
"synopsis": "Plot Summary: Private Tenshou Gakuen is the seventh of ten school districts circled within a 130-meter tall wall with restricted entry and egress aside from officials. The academy is fully autonomous by the government but to strive for independence, the school allows students to engage in club activities after school, which comes with a strangely unique system. Each club is ranked according to its overall accumulated points gathered from various club activities and school events. Points can also be received by winning at the school's periodic Tenshou Gakuen Singing Contest, where many students compete. The members in the clubs work hard to win the contest for their goal.\n",
"genres": [
"music",
"school"
],
"released": 2019,
"status": "Ongoing",
"otherName": "ACTORS -Songs Connection-",
"totalEpisodes": 1,
"episodes": [
{
"id": "actors-songs-connection-dub-episode-1"
}
]
},
{
"title": "Africa no Salaryman (TV)",
"img": "https://cdnimg.xyz/cover/africa-no-salaryman-tv.png",
"synopsis": "Plot Summary: The comedy follows a lion, toucan, and lizard as they live the lives of office workers in a capitalist society in Japan, while also dealing with their unique situations as animals living beyond the savanna and the food chain.",
"genres": [
"comedy",
"slice-of-life"
],
"released": 2019,
"status": "Ongoing",
"otherName": "Africa Salaryman, アフリカのサラリーマン (TV)",
"totalEpisodes": 9,
"episodes": [
{
"id": "africa-no-salaryman-tv-episode-1"
},
{
"id": "africa-no-salaryman-tv-episode-2"
},
{
"id": "africa-no-salaryman-tv-episode-3"
},
{
"id": "africa-no-salaryman-tv-episode-4"
},
{
"id": "africa-no-salaryman-tv-episode-5"
},
{
"id": "africa-no-salaryman-tv-episode-6"
},
{
"id": "africa-no-salaryman-tv-episode-7"
},
{
"id": "africa-no-salaryman-tv-episode-8"
},
{
"id": "africa-no-salaryman-tv-episode-9"
}
]
},
]
}
:busts_in_silhouette: Credits
- Chris Michael (Project Leader, and Developer)
:anger: Troubleshootings
This is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may not be a good fit for your project(s).
:heart: Show your support
Please :star: this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.
:robot: Author
Chris Michael
Copyright © 2019 Chris Michael.