V1 (api.cider.sh/v1)
MusicKit Token
GET
https://api.cider.sh/v1
Returns the current working MusicKit Token
{
"token": ...,
"error": ...
}
Returns the Apple Music config
GET
https://api.cider.sh/v1/config
{
// Apple music config. Too biug to paste here
}
Gets the image from POST /images
GET
https://api.cider.sh/v1/image
Path Parameters
Name
Type
Description
name*
String
File UUID
{
// Image DATA
}
Gets the MXM Token
GET
https://api.cider.sh/v1/mxm
{
"token": ...
}
Upload iCloud artwork to the server temporarily
POST
https://api.cider.sh/v1/images
Request Body
Name
Type
Description
url*
String
The url of the icloud artwork
{
"url": ...
}
Gets the MXM Lyrics
POST
https://api.cider.sh/v1/lyrics
Request Body
Name
Type
Description
mode
Int
Different mode for source
richsyncQuery
Bool
Determines whether richsync is returned
track
String
Song Name
artist
String
Artist Name
songID*
String
Song ID
source*
String
mxm qq etc
lang
String
en, jp, es etc
time
Int
unix time
{
// Response
}
Converts a m3u8 file to a gif or an mp4
POST
https://api.cider.sh/v1/animated
Request Body
Name
Type
Description
url
String
url to the m3u8 file
data
String
base64 m3u8 file
mp4
Bool
tells the api you want a mp4 and not a gif
{
"url": "https://api.cider.sh/animated/<file>.mp4"
}
Last updated