{
    "service": "Central Blog API (blogs.der-man.com)",
    "version": "1.0",
    "endpoints": {
        "GET /?uuid={uuid}": "Retrieve all blog posts for a given blog UUID",
        "GET /?uuid={uuid}&slug={slug}": "Retrieve a single blog post by slug",
        "GET /image.php?file={image}&w={width}": "Dynamic WebP image resizing via libvips",
        "GET /?health=1": "Service health check"
    }
}