Munzee API
  • What is this?
  • User
    • Profile
    • Captures
    • Deploys
    • ZeeOps
    • Rovers
    • Coins
    • Notifications
  • Clans
    • Clan V2
  • Specials
  • Maps
    • Maps V4
  • Events
  • Assets
Powered by GitBook
On this page
  • Specials
  • Mythologicals, AlternaMyths and VariantMyths
  • Pouch Creatures & Escaped Pouch Creatures
  • RetireMyths & Zombie Pouch Creatures
  • Fancy Flats
  • Evo Bouncers & Temporary Bouncers

Was this helpful?

Specials

Bouncers, Scatters, etc.

Specials

POST https://api.munzee.com/munzee/specials

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

{
    "data": [
        {
            "munzee_id": "17885166",
            "logo": "https://munzee.global.ssl.fastly.net/images/pins/boulder.png",
            "latitude": "53.9592870359837",
            "longitude": "-1.08821913599968",
            "friendly_name": "Tanner's Moat",
            "time_placed": "2020-01-17 03:04:08",
            "full_url": "https://www.munzee.com/m/wiggy/1/",
            "special_good_until": 1579255448
        }
    ]
}

Mythologicals, AlternaMyths and VariantMyths

POST https://api.munzee.com/munzee/specials/mythological

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

{
    "data": [
        {
            "munzee_id": "29074941",
            "latitude": "-36.88786393966236",
            "longitude": "149.9075317104812",
            "friendly_name": "Motorcycles only",
            "time_placed": "2020-01-17 02:23:31",
            "full_url": "https://www.munzee.com/m/aussiejay/140/",
            "mythological_munzee": {
                "friendly_name": "Unicorn Munzee #2",
                "code": "http://www.munzee.com/m/malof/3115/",
                "creator_user_id": "158128",
                "creator_username": "malof",
                "munzee_id": "21774972",
                "munzee_logo": "https://munzee.global.ssl.fastly.net/images/pins/theunicorn.png",
                "capture_type_id": "505"
            },
            "special_good_until": 1579292611
        }
    ]
}

Pouch Creatures & Escaped Pouch Creatures

POST https://api.munzee.com/munzee/specials/pouchcreatures

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

{
    "data": [
        {
            "munzee_id": "37865570",
            "latitude": "55.501877884432204",
            "longitude": "25.034414604329534",
            "friendly_name": "Pagrindinukas",
            "time_placed": "2020-01-17 03:09:24",
            "full_url": "https://www.munzee.com/m/Vitalijus/1596/",
            "mythological_munzee": {
                "friendly_name": "Lightek Tuli #1",
                "code": "http://www.munzee.com/m/Lightek/279/",
                "creator_user_id": "239450",
                "creator_username": "Lightek",
                "munzee_id": "35544802",
                "munzee_logo": "https://munzee.global.ssl.fastly.net/images/pins/tuli.png",
                "capture_type_id": "1240"
            },
            "special_good_until": 1579273764
        }
    ]
}

RetireMyths & Zombie Pouch Creatures

POST https://api.munzee.com/munzee/specials/retired

Path Parameters

Name
Type
Description

Authorization

string

Munzee API Authorization token

Waiting for RetireMyths to be on the map

Fancy Flats

POST https://api.munzee.com/munzee/specials/flat

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

{
    "data": [
        {
            "munzee_id": "36921680",
            "latitude": "41.351124421452",
            "longitude": "-74.96392989941864",
            "friendly_name": "Meatball MVM-3",
            "time_placed": "2020-01-16 21:49:24",
            "full_url": "https://www.munzee.com/m/EagleDadandXenia/13329/",
            "mythological_munzee": {
                "friendly_name": "Beach Flat Rob #1",
                "code": "http://www.munzee.com/m/rollermama/2743/",
                "creator_user_id": "271302",
                "creator_username": "rollermama",
                "munzee_id": "51749243",
                "munzee_logo": "https://munzee.global.ssl.fastly.net/images/pins/beachflatrob.png",
                "capture_type_id": "1705"
            },
            "special_good_until": 1579276164
        }
    ]
}

Evo Bouncers & Temporary Bouncers

POST https://api.munzee.com/munzee/specials/bouncers

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

{
    "data": [
        {
            "munzee_id": "17250962",
            "latitude": "44.7235321",
            "longitude": "-93.2513798",
            "friendly_name": "Take Shelter!",
            "time_placed": "2020-01-16 22:16:27",
            "full_url": "https://www.munzee.com/m/ASLGIRL/310/",
            "mythological_munzee": {
                "friendly_name": "Butterfly #4110",
                "code": "http://www.munzee.com/m/Derlame/10274/",
                "creator_user_id": "160197",
                "creator_username": "Derlame",
                "munzee_id": "70660995",
                "munzee_logo": "https://munzee.global.ssl.fastly.net/images/pins/morphobutterfly.png",
                "capture_type_id": "1840"
            },
            "special_good_until": 1579263387
        }
    ]
}
PreviousClan V2NextMaps V4

Last updated 5 years ago

Was this helpful?