omg he has an API

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