Rust
API для Puerto Rico War - 5x | Clans | TP | Kits | PVP |
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7741167json
{
"response": {
"fps": 190,
"fps_avg": 189,
"entities_count": 46713,
"world_seed": 1733845989,
"world_size": 3000,
"steam_id": 90285381875507230,
"domain": null,
"id": 7741167,
"ip": "103.214.110.162",
"port": 28055,
"query": 28057,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to OTF - Our 2x Vanilla+ Rust Server!\r\n\r\nWe don’t have pay-to-win features on our server, and you won't find it overloaded with junk loot.\r\n\r\nOur Server Features:\r\n- 2x Gather & Loot: Enjoy a faster-paced game with 2x gather rates and improved loot drops.\r\n- Vanilla+ Experience: We maintain the core essence of Rust while enhancing your experience with small, impactful tweaks.\r\n- No Pay-to-Win: Everyone is on an equal playing field, ensuring a fair and competitive environment.\r\n- Clean Loot: We've removed the junk loot, so you'll always find something useful.\r\n\r\nJoin us for a balanced, enjoyable, and fair Rust experience!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778224385,
"score": 0,
"last_online": 1778533222,
"icon": null,
"name": "Puerto Rico War - 5x | Clans | TP | Kits | PVP |",
"connect": "103.214.110.162:28055",
"request": "103.214.110.162:28057",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739805430,
"last_update": 1778533222,
"banned": false,
"wipe": 1775294422,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3254,
"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/7741167");
$data = json_decode($json, true);
var_dump($data);