PicMix api

PicMix is a website in which you may create animated gifs by combining different stickers together. There is no official api, so I've made one. Should you have any issues with using it, please dm @MTMB on Discord me and I am more than happy to help. You can also find my PicMix account here!

There is no key or ratelimiting, so please be respectful with your requests to both PicMix and my website. Also I can not promise 100% uptime


Endpoints

The base URL for the api is https://maximilian.co.nz/api/picmix/. So for example, if you wanted to use the profiles endpoint, you would use https://maximilian.co.nz/api/picmix/profiles.

Name Description Route Docs
Profile Get in-depth user information /profile here
Friends Get a list of all a users friends /friends coming soon
Picmix Get a list of all picmixs made /picmixs coming soon

picmix JSON object

Key Value Type Example Response
title string Good Morning!
id string good-morning-43274839
urlThumbnail string small sized image, https://img1.picmix.com/output/pic/thumb/x.gif
urlNormal string large sized image, https://img1.picmix.com/output/pic/normal/x.gif

Profile information endpoint

/profile

Query Required Example
username Yes ?username=maximilianmcc
Key Value Type Example Response
gender string Will be either Male or Female
username string MaximilianMcC
bio string haere mai :)) \n I love picmix!
language string English or Français will be seen most often
specialUrl string https://maximilianmcc.picmix.com
regularUrl string https://www.picmix.com/profile/MaximilianMcC
joinDate ISO 8601 formatted string 2024-08-08T22:13:00.000Z
vip boolean false
avatarPicmix picmix A picmix object
totalPicmix integer 25
mostRecentPicmix picmix[] The users 36 most recent picmixs
totalFriends integer 99999
totalReceivedGifs integer 99999
totalContestEntries integer 50
totalStickers integer 4
totalComments integer 15