GetMap

GET /maps/{mapid}/

Returns map information

Path parameters

Query parameters

Responses

GET /maps/{mapid}/
curl \
 --request GET 'http://api.example.com/maps/{mapid}/?mappass=string'
Response examples (200)
{
  "mapid": 42.0,
  "typemap": "string",
  "discordid": "string",
  "name": "string",
  "dateofburning": "string",
  "pass": "string",
  "allowedit": true,
  "discordTag": "string"
}
Response examples (400)
string
Response examples (404)
string
Response examples (503)
string