Routes: - GET /api/mod-list - returns a JSON list of all mods sorted by 'recently updated' or HTTP 500 - GET /api/mod/{name} - returns a JSON object representing info about the mod with the specified name or HTTP 500 if some component fails, or HTTP 404 if the mod doesn't exist