API for ULTRA SURVIVAL [1.18-1.20] ʙʀᴀɴᴅ ɴᴇᴡ ᴀɴᴅ ᴏɴᴇ ᴏꜰ ᴛʜᴇ ʙᴇꜱᴛ ꜱᴜʀᴠɪᴠᴀʟ ꜱᴇʀᴠᴇʀ
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6587990,
"ip": "51.195.61.238",
"port": 25588,
"query": 25588,
"project_id": null,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1778406805,
"last_online": 1780931535,
"icon": null,
"name": "ULTRA SURVIVAL [1.18-1.20] ʙʀᴀɴᴅ ɴᴇᴡ ᴀɴᴅ ᴏɴᴇ ᴏꜰ ᴛʜᴇ ʙᴇꜱᴛ ꜱᴜʀᴠɪᴠᴀʟ ꜱᴇʀᴠᴇʀ",
"connect": "51.195.61.238:25588",
"request": "51.195.61.238:25588",
"map": null,
"gamemode": null,
"version": "1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6",
"numplayers": 0,
"maxplayers": 1,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1731230345,
"last_update": 1780931535,
"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": 2660,
"language": "de",
"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/6587990");
$data = json_decode($json, true);
var_dump($data);