API для Toxic 2x EU Main | Solo/Duo/Trio/Quad | Bi-Weekly Wipe
JSON для программ, сайтов и прочего
text
json
{
"response": {
"modded": true,
"fps": 127,
"fps_avg": 128,
"entities_count": 96082,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286239109417985",
"domain": null,
"id": 11188844,
"ip": "178.63.78.80",
"port": 60413,
"query": 60414,
"color": 0,
"city": "Falkenstein",
"description": "TOXICS 2X | RULES NO CALLING OUT A STREAMER OR MESSING WITH THE STREMER ANY FORM OF CHEATS WILL BE A PERM BAN",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780607607,
"last_online": 1780080026,
"icon": null,
"name": "Toxic 2x EU Main | Solo/Duo/Trio/Quad | Bi-Weekly Wipe",
"connect": "178.63.78.80:60413",
"request": "178.63.78.80:60414",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772699023,
"last_update": 1780607607,
"banned": false,
"wipe": 1778956602,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10388,
"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/11188844");
$data = json_decode($json, true);
var_dump($data);