Maps

Returns the map with the specified ID / name.

get/maps/{map}

Path parameters

string required
OR
integer required
Example:kz_checkmate

a map ID or name

Response

idinteger required

The map's ID in the API.

workshop_idinteger required

The map's ID on the Steam Workshop.

namestring required

The map's name.

descriptionstring nullable

A brief description of the map.

state'invalid' | 'in-testing' | 'approved' required
vpk_checksumstring required

A checksum of the map's .vpk file.

approved_atstring date-time required

a UTC timestamp

Example response

{
  "mappers": [
    {
      "id": "STEAM_1:1:161178172"
    }
  ],
  "courses": [
    {
      "mappers": [
        {
          "id": "STEAM_1:1:161178172"
        }
      ]
    }
  ],
  "approved_at": "1970-01-01T00:00:00Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.