This is a simple API which provides the status of a server in CSV format (plain text) ‐ it also sets the HTTP status code of the response based upon the server status.
A request could look something like this to find information about Hypixel:
GEThttps://eu.mc-api.net/v3/server/status-http/mc.hypixel.net
To try this API, click the button on the right:
JSON response will be shown here
If the server is online the HTTP status code will be 200 OK
If the server is offline the HTTP status code will be 404 Not Found
The response body is a CSV string, in the following format:
status,players,max-players,source
For example, a server with 50 out of 100 players online:
true,50,100,ping