API for [GER] MGC Test-Server
JSON for programs, websites and more
text
json
{
"response": {
"fps": 232,
"fps_avg": 232,
"entities_count": 59167,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286575478776852",
"domain": null,
"id": 10870387,
"ip": "84.200.135.120",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[GER] MGC Test-Server](http://gameserveradmin.eu/gamerzhost.png)\nWillkommen auf dem RUST Test-Server von MGC...\r\n\r\n Dieser Server dient rein zum probieren und testen von Plugins und Einstellungen!\r\n\r\n !!! Nutzung auf eigene Gefahr !!!\r\n\r\n Unseren Hauptserver erreicht ihr unter: 84.200.135.120:28015 oder ueber die Console: client.connect 84.200.135.120:28015 - Weitere Infos im Discord unter: https://discord.gg/BMCcjCY3CK",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780582240,
"icon": null,
"name": "[GER] MGC Test-Server",
"connect": "84.200.135.120:28025",
"request": "84.200.135.120:28026",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768318410,
"last_update": 1780582240,
"banned": false,
"wipe": 1780386236,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3972,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10870387");
$data = json_decode($json, true);
var_dump($data);