Maps V4
Closest V4
POST
https://api.munzee.com/map/closest/v4
Headers
Name
Type
Description
Authorization
string
Munzee API Authorization token
Request Body
Name
Type
Description
latitude
number
Latitude Coordinate
longitude
number
Longitude Coordinate
fields
string
Comma-Separate list of Fields
filters
string
Comma-Separated list of Filter Items
clan_id
integer
Clan ID
{
"data": {
"munzees": [
{
"code": "http://www.munzee.com/m/Benandlou/2532/",
"latitude": "52.12487238492",
"longitude": "-0.44923759758063",
"friendly_name": "Bedford junior parkrun - Day 365 deploy",
"is_virtual": 1,
"has_user_captured_munzee": 0,
"number_of_captures": 0,
"owned_by_user": 0,
"pin_icon": 1,
"creator_username": "Benandlou",
"capture_type_id": "1410",
"creator_user_id": "49731",
"proximity_radius_ft": 50,
"maintenance": "0",
"rovers": [],
"distance_away_in_miles": "1.12866",
"original_pin_image": "https://munzee.global.ssl.fastly.net/images/pins/virtual_rainbow.png"
}
],
"munzee_count": 3,
"radius_miles": 2
}
}
Filters V4
POST
https://api.munzee.com/map/filters/v4
Headers
Name
Type
Description
Authorization
string
Munzee API Authorization token
{
"data": {
"1": {
"category": "Physicals",
"subcategories": {
"Original": {
"filters": [
{
"id": "1",
"name": "Greenie",
"image": "https://munzee.global.ssl.fastly.net/images/pins/munzee.png",
"default": "1"
}
]
}
}
},
"2": {
"category": "Virtuals",
"subcategories": {
"Basic": {
"filters": [
{
"id": "12",
"name": "Virtual & Colors",
"image": "https://munzee.global.ssl.fastly.net/images/pins/virtual.png",
"default": "1"
}
]
}
}
},
"3": {
"category": "Premium",
"subcategories": {
"Original": {
"filters": [
{
"id": "13",
"name": "Captured",
"image": "https://munzee.global.ssl.fastly.net/images/v4pins/captured_physical.png",
"default": "1"
}
]
}
}
}
}
}
Last updated
Was this helpful?