Airship Parts

Floating Islands airship parts, including hulls, balloons, and more.


Get airship parts

Properties

  • Name
    type
    Type
    string
    Description

    Part type (slug).

  • Name
    name
    Type
    string
    Description

    Part name.

  • Name
    category
    Type
    string
    Description

    Part category (e.g. hull).

  • Name
    image
    Type
    string
    Description

    Part image URL.

Request

GET
https://api.mouse.rip/airships
const airships = await fetch('https://api.mouse.rip/airships')
console.log(airships)

Response

[
  {
    "type": "airship_hull_cloud_stat_item",
    "name": "Cloud Cruiser Airship Hull",
    "category": "hull",
    "image": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_cloud_stat_item.png"
  }
]