Million Memes
Access the Million Token Memes collection.
Features aren't implemented yet. Next release will come soon !
Get a Random Meme Image for Million Token
GET
https://api.millioncloud.org/memes/random
Will send a different random meme picture on each request.
Query Parameters
format
string
Chose the format you want: png, jpeg, gif, mp4, webm
ratio
string
Get a picture that have specific w/h ratio 1-16, 3-4, 3-2, 1-1
width
integer
Get a Picture that have this exact width, or nearest.
height
integer
Get a Picture that have this exact height, or nearest.
Get the meme images List
GET
https://api.millioncloud.org/memes
Query Parameters
limit
string
Limit the number of rows to get. Default is 100.
Get the meme image by ID
GET
https://api.millioncloud.org/memes/:id
Return the meme image by ID.
Path Parameters
id
string
Get the meme image by id.
Get the meme image by Slug
GET
https://api.millioncloud.org/memes/:slug
Path Parameters
slug
string
Get the meme image by slug.
Last updated