API für [AU] UndyingLands Test
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 56,
"fps_avg": 57,
"entities_count": 72717,
"world_seed": 1310747615,
"world_size": 3500,
"steam_id": "90286705272460296",
"domain": null,
"id": 11759871,
"ip": "176.57.135.120",
"port": 28300,
"query": 28315,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780931736,
"last_online": 1780971181,
"icon": null,
"name": "[AU] UndyingLands Test",
"connect": "176.57.135.120:28300",
"request": "176.57.135.120:28315",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780931736,
"last_update": 1780971181,
"banned": false,
"wipe": 1780643439,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10213,
"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/11759871");
$data = json_decode($json, true);
var_dump($data);