API для Germany | Anfänger | Mp 3.500 | ohne Radioaktivität | Verfa
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 66931,
"world_seed": 2147483647,
"world_size": 3500,
"steam_id": "90286604236094481",
"domain": null,
"id": 11500874,
"ip": "176.57.169.110",
"port": 29315,
"query": 29316,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nWillkommen auf dem Germany -Anfänger-Server. Verfall ist um 50% reduziert und Radioaktivität deaktiviert.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780600832,
"icon": null,
"name": "Germany | Anfänger | Mp 3.500 | ohne Radioaktivität | Verfa",
"connect": "176.57.169.110:29315",
"request": "176.57.169.110:29316",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207164,
"last_update": 1780600832,
"banned": false,
"wipe": 1780596014,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2212,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11500874");
$data = json_decode($json, true);
var_dump($data);