Burroughs Rift Mice

The mice available in the Burroughs Rift at each mist tier, grouped by cheese type.


Get Burroughs Rift mice

Properties

  • Name
    [tier]
    Type
    object
    Description

    Keyed by mist tier (tier_0tier_3).

  • Name
    [tier][cheese]
    Type
    array
    Description

    Keyed by cheese variant (string, terra, polluted).

  • Name
    [tier][cheese][].id
    Type
    string
    Description

    Mouse type (slug).

  • Name
    [tier][cheese][].name
    Type
    string
    Description

    Mouse name.

  • Name
    [tier][cheese][].image
    Type
    string
    Description

    Mouse image filename.

Request

GET
https://api.mouse.rip/brift-mice-per-mist-level
const brift = await fetch('https://api.mouse.rip/brift-mice-per-mist-level')
console.log(brift)

Response

{
  "tier_0": {
    "string": [
      {
        "id": "rift_amplified_brown",
        "name": "Amplified Brown Mouse",
        "image": "9547c50891ce66c00188a0ce278cd9e0.gif"
      }
    ],
    "terra": ["..."],
    "polluted": ["..."]
  }
}