Plume API
Fortnite

/fortnite/map

Get the current Fortnite map links and locations

GET
/fortnite/map

Query Parameters

locale?string

Response locale

Value in"en" | "fr"

Response Body

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/fortnite/map"
{
  "images": {
    "map": "string",
    "map_with_pois": "string"
  },
  "pois": [
    {
      "id": "string",
      "name": "string",
      "location": {
        "x": 0,
        "y": 0,
        "z": 0
      }
    }
  ]
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}