omg he has an API
GET /maps/ids
gets the list of stored youtube IDs of videos of people playing my
maps (500k+ views only)
GET /maps/views
gets the current combined view count on all stored videos (updates
every 10 mins)
GET /maps/views-breakdown
gets a detailed breakdown of the views and which videos
they're from
GET /maps/downloads
gets the current combined download count of all my maps from
minecraftmaps.com and github (updates every hour)
GET /maps/downloads-breakdown
gets a detailed breakdown of the downloads and which
maps/download sources they're from
POST /contact
sends me a message! body has to be in the format of {"name": "...",
"message": "..."}