Minecraft
Minecraft Server Ping
GET
https://api.fluxpoint.dev/mc/ping
Get the status of a minecraft server.
Query Parameters
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)
Headers
Authorization*
If fullQuery is false then the server does not allow listing player.
Minecraft Player UUID Lookup
GET
https://api.fluxpoint.dev/mc/uuid
Get a Minecraft player UUID from player name.
Query Parameters
player*
String
Account name to lookup
Headers
Authorization*
String
Minecraft Player Skin
GET
https://api.fluxpoint.dev/mc/skin
Get the skin image of a Minecraft player account.
Query Parameters
player*
String
Account name to lookup
type
String
Type of skin image (head, cube, body, full, all) defaults to full
Headers
Authorization*
If you use type=all then it will return all skin images.
Last updated