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
  • User Captures
  • User Captures by Type

Was this helpful?

  1. User

Captures

User Captures

POST https://api.munzee.com/user/captures

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

user_id

integer

User ID

page

integer

Page Number

{
  "data": [
    {
      "munzee_id": "69591134",
      "captured_at": "2019-11-26T14:50:58-06:00",
      "points": 10,
      "creator_user_id": 325059,
      "creator_username": "Peter1980",
      "deployed_at": "2019-10-23T23:04:14-05:00",
      "url": "/m/Peter1980/3695/",
      "friendly_name": "Virtual Garden - Bedford Pegasus Lure Garden",
      "code": "http://www.munzee.com/m/Peter1980/3695/",
      "latitude": "52.11887",
      "longitude": "-0.47273",
      "is_virtual": 1,
      "has_user_captured_munzee": 0,
      "number_of_captures": 97,
      "owned_by_user": 0,
      "capture_type_id": "1631",
      "maintenance": "0",
      "rovers": 0,
      "deployed_at_unix": 1571889854,
      "last_captured_at_unix": 1575008118,
      "pin_icon": "https://munzee.global.ssl.fastly.net/images/pins/poivirtualgarden.png",
      "original_pin_image": "https://munzee.global.ssl.fastly.net/images/pins/poivirtualgarden.png"
    }
  ]
}

User Captures by Type

POST https://api.munzee.com/user/captures/special

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

user_id

string

User ID

page

integer

Page Number

type

string

Type Name

{
  "data": {
    "has_more": 1,
    "munzees": [
      {
        "munzee_id": "69679030",
        "captured_at": "2019-12-01T11:27:01-06:00",
        "points": 20,
        "creator_username": "Sidcup",
        "creator_user_id": "346263",
        "deployed_at": "2019-10-28T08:30:51-05:00",
        "url": "/m/Sidcup/1896/",
        "friendly_name": "Play Park",
        "pin_icon": "https://munzee.global.ssl.fastly.net/images/pins/poiplaypark.png"
      }
    ]
  }
}
PreviousProfileNextDeploys

Last updated 5 years ago

Was this helpful?