Back to home

Endpoint reference

Every endpoint across every service, with a ready-to-use URL. GET endpoints can be called directly — paste the URL into a browser, curl, or your app. POST endpoints need a JSON body, shown below the URL.

The general key below is shared and public — it works for every service except Anime Cards, which needs a special key from the admin.

Anime

/cartoon
GET

Recently updated

https://gateway.firekid.web.id/cartoon/recent?k=5bafad4aa556496c8814b8c050ea245c
GET

Browse by letter

https://gateway.firekid.web.id/cartoon/browse?k=5bafad4aa556496c8814b8c050ea245c&type=english&letter=A
GET

Search shows

https://gateway.firekid.web.id/cartoon/search?k=5bafad4aa556496c8814b8c050ea245c&q=naruto&type=all
GET

Get series details

https://gateway.firekid.web.id/cartoon/series?k=5bafad4aa556496c8814b8c050ea245c&url=%3Curl%3E
GET

List season episodes

https://gateway.firekid.web.id/cartoon/season?k=5bafad4aa556496c8814b8c050ea245c&url=%3Curl%3E
GET

Get episode download info

https://gateway.firekid.web.id/cartoon/episode?k=5bafad4aa556496c8814b8c050ea245c&url=%3Curl%3E
GET

Download episode file

https://gateway.firekid.web.id/cartoon/download?k=5bafad4aa556496c8814b8c050ea245c&url=%3Curl%3E&filename=episode.mp4

Movie

/movie
GET

Search movies

https://gateway.firekid.web.id/movie/search?k=5bafad4aa556496c8814b8c050ea245c&q=dune
GET

Get movie download links

https://gateway.firekid.web.id/movie/links?k=5bafad4aa556496c8814b8c050ea245c&url=%3Curl%3E
GET

Resolve download URL

https://gateway.firekid.web.id/movie/resolve?k=5bafad4aa556496c8814b8c050ea245c&wellaUrl=%3CwellaUrl%3E
GET

Download movie file

https://gateway.firekid.web.id/movie/download?k=5bafad4aa556496c8814b8c050ea245c&cdnUrl=%3CcdnUrl%3E&filename=movie.mkv

Manga

/manga
GET

Search manga

https://gateway.firekid.web.id/manga/search?k=5bafad4aa556496c8814b8c050ea245c&q=one+piece&offset=0
GET

Get manga details

https://gateway.firekid.web.id/manga/%3Aid?k=5bafad4aa556496c8814b8c050ea245c
GET

List chapters

https://gateway.firekid.web.id/manga/%3Aid/chapters?k=5bafad4aa556496c8814b8c050ea245c&offset=0&lang=en
GET

Get chapter pages

https://gateway.firekid.web.id/manga/chapter/%3AchapterId/pages?k=5bafad4aa556496c8814b8c050ea245c
GET

Download chapter

https://gateway.firekid.web.id/manga/chapter/%3AchapterId/download?k=5bafad4aa556496c8814b8c050ea245c&format=cbz&filename=%3Cfilename%3E

Spotify

/spotify
POST

Search tracks

https://gateway.firekid.web.id/spotify/search?k=5bafad4aa556496c8814b8c050ea245c
{
  "query": "Blinding Lights The Weeknd"
}
POST

Resolve track

https://gateway.firekid.web.id/spotify/resolve?k=5bafad4aa556496c8814b8c050ea245c
{
  "url": "<url>"
}
POST

Create download token

https://gateway.firekid.web.id/spotify/token?k=5bafad4aa556496c8814b8c050ea245c
{
  "videoId": "<videoId>",
  "filename": "<filename>"
}
GET

Download track file

https://gateway.firekid.web.id/spotify/dl/%3Atoken?k=5bafad4aa556496c8814b8c050ea245c

YouTube

/ytdl
POST

Get video info

https://gateway.firekid.web.id/ytdl/info?k=5bafad4aa556496c8814b8c050ea245c
{
  "videoId": "<videoId>"
}
POST

Create download token

https://gateway.firekid.web.id/ytdl/token?k=5bafad4aa556496c8814b8c050ea245c
{
  "videoId": "<videoId>",
  "formatId": "<formatId>",
  "type": "video",
  "filename": "<filename>"
}
GET

Download file

https://gateway.firekid.web.id/ytdl/dl/%3Atoken?k=5bafad4aa556496c8814b8c050ea245c

TikTok

/tiktok
POST

Get available formats

https://gateway.firekid.web.id/tiktok/formats?k=5bafad4aa556496c8814b8c050ea245c
{
  "url": "<url>"
}
POST

Create download token

https://gateway.firekid.web.id/tiktok/token?k=5bafad4aa556496c8814b8c050ea245c
{
  "url": "<url>",
  "formatId": "<formatId>",
  "type": "video",
  "filename": "<filename>"
}
GET

Download file

https://gateway.firekid.web.id/tiktok/dl/%3Atoken?k=5bafad4aa556496c8814b8c050ea245c

Anime Cards

/cardsspecial key
GET

List cards

https://gateway.firekid.web.id/cards?page=1&limit=20&tier=%3Ctier%3E&series=%3Cseries%3E&name=%3Cname%3E&k=sp_YOUR_SPECIAL_KEY
GET

Get a random card

https://gateway.firekid.web.id/cards/random?k=sp_YOUR_SPECIAL_KEY
GET

Get card details

https://gateway.firekid.web.id/cards/%3Aid?k=sp_YOUR_SPECIAL_KEY