API для Crazed Deers 2X [US] SOLO/DUO (05/26)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 222,
"fps_avg": 215,
"entities_count": 90968,
"world_seed": 2005752798,
"world_size": 4000,
"steam_id": "90286581911632917",
"domain": null,
"id": 11744632,
"ip": "135.148.15.240",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Hudson",
"description": "![Crazed Deers 2X [US] SOLO/DUO (05/26)](https://i.imgur.com/0MNU5tf.png)\nhttps://discord.gg/PUZpfJa6EM- Our Discord server.\r\n--------------------------------------\r\nNO cheating/scripting- doing so will result in a permanent ban from the server and will be notified to other servers about the ban.\r\n, -------------------------------------, No racist/sexual remarks toward others in chat- Doing so will result in an hour chat mute. doing it 3 times in 1 day gets you chat muted for 5 hours. (Does not apply to voice chat)., \r\nBi-Weekly map wipes/ Full wipes every first Thursday of every month. If youd like a private donor rank just go to the discord and open a ticket!\r\n, ---------------------------------------\r\nWorkbench upgrades are on- You can find workbench upgrades at monument`s inside of green military crates [outpost Vending tax is medium] The Beginning of every wipe for 2 days. then after that it goes back to normal tax %`s (WorkBench not included)\r\nThis server is a start in progress so daily server restarts may happen periodically. just for edit changes....\r\n, Thank you for looking into the Crazed Deers Rust Server!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780639459,
"last_online": 1780633231,
"icon": null,
"name": "Crazed Deers 2X [US] SOLO/DUO (05/26)",
"connect": "135.148.15.240:28015",
"request": "135.148.15.240:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780518717,
"last_update": 1780639459,
"banned": false,
"wipe": 1780363686,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12872,
"language": "en",
"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/11744632");
$data = json_decode($json, true);
var_dump($data);