API für ・EchoMine x5 • Early Access • Shape the World First
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 90,
"fps_avg": 89,
"entities_count": 43716,
"world_seed": 2029466854,
"world_size": 3000,
"steam_id": "90286581576676359",
"domain": null,
"id": 10870074,
"ip": "176.9.34.150",
"port": 27200,
"query": 27201,
"color": 0,
"city": "Falkenstein",
"description": "\n・EchoMine | Modded Rust Server \r\nLoot x5 • Kits • TP • Shop • RP • QoL Systems\r\n /mymini • /kit • /home • /shop • Loot ×5 • /stats\r\n Auto Fuel • Instant Craft • Auto Doors & Locks • Weather Sync\r\n RP Currency • Slap System • Suggestions + Ranks\r\n Discord Logging\r\n IP: 176.9.34.150:27200 | Discord: discord.gg/vdNWSa4nHM",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780545869,
"last_online": 1780603834,
"icon": null,
"name": "・EchoMine x5 • Early Access • Shape the World First",
"connect": "176.9.34.150:27200",
"request": "176.9.34.150:27201",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768318388,
"last_update": 1780603834,
"banned": false,
"wipe": 1780294264,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3968,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10870074");
$data = json_decode($json, true);
var_dump($data);