Minecraft
API for sVanilla Survival 1.21.10-26.1.1 "friends"Welcome to sVanilla, survival with
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9531462json
{
"response": {
"steam_id": null,
"domain": "corn.gg",
"id": 9531462,
"ip": "135.148.137.27",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Warrenton",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1772158293,
"score": 0,
"last_online": 1776445833,
"icon": null,
"name": "sVanilla Survival 1.21.10-26.1.1 \"friends\"Welcome to sVanilla, survival with",
"connect": "corn.gg:25565",
"request": "135.148.137.27:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-26.1.2",
"numplayers": 13,
"maxplayers": 42,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 42,
"add_date": 1750538762,
"last_update": 1776445833,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 784,
"language": "en",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9531462");
$data = json_decode($json, true);
var_dump($data);