Rust
API для [UAE/ARAB] Rust In Dubai - 2X Vanilla+ | Thursdays 5PM (GMT+4)
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11159519json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 0,
"world_seed": 0,
"world_size": 3000,
"steam_id": "90285138766581790",
"domain": null,
"id": 11159519,
"ip": "185.179.202.196",
"port": 28015,
"query": 28014,
"color": 0,
"city": "Dubai",
"description": "![[UAE/ARAB] Rust In Dubai - 2X Vanilla+ | Thursdays 5PM (GMT+4)](https://cdn.rankeval.gg/Banner.png)\nRust in Dubai – 2X Weekly Edition\r\nProtected by AntiCheat | Powered by RankEval Leaderboards | Hosted in UAE\r\n\r\nA true Khaleeji Rust server - made in Dubai for the GCC community.\r\nNo Kits & No Pay to win!\r\n\r\nWipes: Weekly, Thursdays @ 6PM (GMT+4)\r\nBlueprints: Wipe on Forcewipe\r\n\r\nVanilla Gameplay + Light 2x:\r\n• 2x Gather\r\n• 2x Stacks\r\n• 2x Loot (no junk)\r\n• 2x Recycler Speed\r\n\r\nWebsite: rustindubai.com\r\nDiscord: discord.gg/rustindubai",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777913013,
"score": 0,
"last_online": 1778599224,
"icon": null,
"name": "[UAE/ARAB] Rust In Dubai - 2X Vanilla+ | Thursdays 5PM (GMT+4)",
"connect": "185.179.202.196:28015",
"request": "185.179.202.196:28014",
"map": "discord.gg/rustindubai",
"gamemode": "Survival",
"version": "2585",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "AE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228132,
"last_update": 1778599224,
"banned": false,
"wipe": 1777554000,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4337,
"language": "ar",
"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/11159519");
$data = json_decode($json, true);
var_dump($data);