Plume API
Fortnite

/fortnite/map/image-pois

Get the map image with the pois

GET
/fortnite/map/image-pois

Query Parameters

locale?string

Response locale

Value in"en" | "fr"

Response Body

image/png

application/json

application/json

application/json

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