We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8106545
json
{
"response": {
"fps": 52,
"fps_avg": 52,
"world_seed": 49468,
"world_size": 5000,
"entities_count": 187916,
"id": 8106545,
"ip": "213.136.82.9",
"port": 28116,
"query": 28116,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nDiscord: https://discord.gg/cSFumCg oder einfach auf WEBSEITE ANZEIGEN klicken. \r\n\r\n Wipes finden immer am ersten Donnerstag eines Monats statt \r\n\r\nPVE bedeutet Spieler gegen Umwelt! Das Töten anderer Spieler ist verboten, dies gilt auch für schlafende Spieler. Raiden, das unerlaubte Betreten einer fremden Base sowie Diebstahl sind ebenfalls nicht erlaubt. Rassistische/sexsistische Äußerungen werden nicht geduldet. Verstöße gegen diese Regeln werden mit einem Bann geahndet. \r\n\r\nWenn ihr Fragen, Anregungen oder Beschwerden habt oder auf der Suche nach dem doofen Admin seid, schaut einfach bei Discord vorbei! \r\n\r\n - Vollständiges Regelwerk im Discord -",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744963434,
"score": 0,
"last_online": 1744981227,
"icon": null,
"name": "SkyWorld 42 PvE - German/Deutsch",
"connect": "213.136.82.9:28116",
"request": "213.136.82.9:28116",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 8,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1741688249,
"last_update": 1744981227,
"banned": false,
"wipe": 1743703466,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8106545");
$data = json_decode($json, true);
var_dump($data);