Minecraft
Last updated
Last updated
GET
https://api.fluxpoint.dev/mc/ping
Get the status of a minecraft server.
host*
String
The ip of the server to ping.
port
String
Optional port to use (defaults to 25565)
icon
Bool
Set this to true to get the raw server icon in base64 (Defaults to false)
If fullQuery is false then the server does not allow listing player.
GET
https://api.fluxpoint.dev/mc/uuid
Get a Minecraft player UUID from player name.
player*
String
Account name to lookup
GET
https://api.fluxpoint.dev/mc/skin
Get the skin image of a Minecraft player account.
player*
String
Account name to lookup
type
String
Type of skin image (head, cube, body, full, all) defaults to full
If you use type=all then it will return all skin images.
Certain servers shown as fullQuery: true can show the player list.
Success