API для Doom Solo/Duo/Trio 2x #3 | Just Full Wipe 24.05
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 10,
"fps_avg": 10,
"entities_count": 58801,
"world_seed": 1919214486,
"world_size": 3500,
"steam_id": "90286548912810011",
"domain": null,
"id": 11510886,
"ip": "85.190.162.212",
"port": 10200,
"query": 10201,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nWelcome to **Doom Solo/Duo/Trio 2x** **Wipe Schedule** * Full wipes every **Thursday at 16:15 CEST** * Full wipes every **Sunday at 16:15 CEST** **Last Wipe:** 21.05 at 16:15 CEST — Full Wipe **Next Wipe:** 24.05 at 16:15 CEST — Full Wipe **Features** * 2x gathering and loot * Max group size: 3 * Vanilla settings * Strong anti-cheat * Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780552829,
"icon": null,
"name": "Doom Solo/Duo/Trio 2x #3 | Just Full Wipe 24.05",
"connect": "85.190.162.212:10200",
"request": "85.190.162.212:10201",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353835,
"last_update": 1780552829,
"banned": false,
"wipe": 1779634011,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5046,
"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/11510886");
$data = json_decode($json, true);
var_dump($data);