Get Craftland Map Information
Retrieves detailed information about a specific Craftland custom map.
Headers
-
Your API key from the developer portal (Header method - Recommended).
Alternative: You can also pass the API key as a query parameter
?key=your_api_key
GET
/craftland
curl \
--request GET 'https://developers.freefirecommunity.com/api/v1/craftland?region=ind&code=FREEFIRE625B83664022B40F67CBFBFF9CC3C1247490' \
--header "x-api-key: ffc_1234567890_abcdefghijk"
Response examples (200)
# Headers
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 45
# Payload
{
"map_info": {}
}
Response examples (400)
{
"error": "string",
"message": "string",
"status": 42
}
Response examples (401)
{
"error": "string",
"message": "string",
"status": 42
}
Response examples (429)
{
"error": "string",
"message": "string",
"status": 42
}