API for [GER-PvPvE] Assikalypse - 5x AusRusten
JSON for programs, websites and more
text
json
{
"response": {
"fps": 173,
"fps_avg": 177,
"entities_count": 113865,
"world_seed": 1,
"world_size": 4500,
"steam_id": "90286207237464077",
"domain": null,
"id": 11158550,
"ip": "193.34.77.157",
"port": 27025,
"query": 27026,
"color": 0,
"city": "Frankfurt am Main",
"description": "Das ist ein PvPvE Server. Wir bieten euch: Aktive und nette Spieler nuetzliche Plugins wie Backpack, NTeleportation, SkipNight, AutoCodeLock, LockOnRockets, BGrade, Kits, RemoverTool uvw. freundliches Miteinander hilfsbereite Spieler Kommt einfach vorbei und habt Spass :-)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598616,
"last_online": 1780003227,
"icon": null,
"name": "[GER-PvPvE] Assikalypse - 5x AusRusten",
"connect": "193.34.77.157:27025",
"request": "193.34.77.157:27026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772228112,
"last_update": 1780598616,
"banned": false,
"wipe": 1778299424,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10297,
"language": "de",
"parked": false,
"app": {
"id": 12,
"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/11158550");
$data = json_decode($json, true);
var_dump($data);