# GetMapInfo **GET /maps/{mapid}/mapinfo** Returns information of a specific map by ID. Only the owner or clan members can access this information. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Token ## Parameters ### Path parameters - **mapid** (integer) ## Responses ### 200 Default Response #### Body: application/json (object) - **mapid** (number) - **typemap** (string) - **discordid** (string) - **name** (string) - **dateofburning** (string) - **pass** (string) - **allowedit** (boolean) - **discordTag** (string) ### 400 Bad Request #### Body: application/json (string) string ### 401 Unauthorized #### Body: application/json (string) string ### 404 Not Found #### Body: application/json (string) string ### 503 Service Unavailable #### Body: application/json (string) string [Powered by Bump.sh](https://bump.sh)