Plume API
Fun

/meme

Get a random meme

GET
/meme

Response Body

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/meme"
{
  "title": "string",
  "downvotes": 0,
  "upvotes": 0,
  "url": "string",
  "image_url": "string",
  "comments": 0,
  "author": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}