Plume API
Utility

/free-games

Get the current free games on Epic Games

GET
/free-games

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/free-games"
{
  "games": [
    {
      "store": "string",
      "id": "string",
      "title": "string",
      "description": "string",
      "image": "string",
      "original_price": 0,
      "currency": "string",
      "free_until": 0
    }
  ]
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}