Tip: Append ?domain={yourDomain} to this documentation and the examples will work with your domain. There are two endpoints available: - https://uptime.lemmings.world/{domain}.json - https://uptime.lemmings.world/{domain}.svg The first one generates a JSON document that can be directly fed to the https://img.shields.io/endpoint like this: https://img.shields.io/endpoint?url=https%3A%2F%2Fuptime.lemmings.world%2F%7Bdomain%7D.json Note that the url is urlencoded in the query parameter. This has the advantage of being able to override some stuff according to the documentation at https://shields.io/badges/endpoint-badge. The other endpoint outputs the SVG image with the badge directly and can be directly embedded into Markdown, HTML etc.