Plume API
Fun

/advice

Get a random advice

GET
/advice

Query Parameters

locale?string

Response locale

Value in"en" | "fr"

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/advice"
{
  "advice": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}