-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tonkku edited this page Mar 16, 2023
·
44 revisions
(This is a WIP)
Please do not abuse the API functions such as streaming to illegaly download tracks. First, the audio is crappy, second, you don't want the API to go down because of your actions, do you? If the answer is yes, go to hell. Monstercat are kind enough to let us play with it to create great software, please keep it like that.
Also don't do too much requests, no DDoS, so everyone can enjoy the service.
Note: The base URL of the API is https://player.monstercat.app/api/
. All paths in this doc are relative to that URL (unless noted otherwise).
(Some endpoints but not all are also available from https://www.monstercat.com/api/
)
- Home
- Global objects
- Catalog
- Releases
- Playlists
- Artists
-
Me
- Get user info
- Change user info
- Change settings
- Get player code
- Regenerate player code
- Change email
- Change password
- Enable SMS 2FA (deprecated)
- Confirm SMS 2FA (deprecated)
- Disable SMS 2FA (deprecated)
- Enable TOTP 2FA
- Get TOTP QR Code
- Disable TOTP 2FA
- Enable Email 2FA
- Disable Email 2FA
- Change notifications
- Get licenses
- Remove license
- Remove video claims
- Generate discount code
- Authentication
- CDX
- TODO
- .NET Wrapper by Insire: https://github.com/Insire/MonstercatNet
Feel free to add your name if you have edited / helped us with the wiki
- Home
- Global objects
- Catalog
- Releases
- Playlists
- Artists
-
Me
- Get user info
- Change user info
- Change settings
- Get player code
- Regenerate player code
- Change email
- Change password
- Enable SMS 2FA (deprecated)
- Confirm SMS 2FA (deprecated)
- Disable SMS 2FA (deprecated)
- Enable TOTP 2FA
- Get TOTP QR Code
- Disable TOTP 2FA
- Enable Email 2FA
- Disable Email 2FA
- Change notifications
- Get licenses
- Remove license
- Remove video claims
- Generate discount code
- Authentication
- CDX
- TODO