API für Rusty Noobs US Main Testing 2 | Whitelist Only
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 97853,
"world_seed": 1337,
"world_size": 4000,
"steam_id": 90286603045191680,
"domain": null,
"id": 11677359,
"ip": "209.159.148.142",
"port": 65003,
"query": 65005,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780606463,
"last_online": 1780597277,
"icon": null,
"name": "Rusty Noobs US Main Testing 2 | Whitelist Only",
"connect": "209.159.148.142:65003",
"request": "209.159.148.142:65005",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780216204,
"last_update": 1780606463,
"banned": false,
"wipe": 1780593839,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12443,
"language": "en",
"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/11677359");
$data = json_decode($json, true);
var_dump($data);