API для Odyssey RusTT 2xPVE|Biweekly|Custom Build Spots|Custom Vehicles
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1774555212,
"app": {
"id": 12,
"name": "Rust",
"steam_id": 252490,
"url": "rust"
},
"color": 0,
"connect": "157.250.193.154:28025",
"country": "US",
"domain": null,
"game": 252490,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 11260932,
"ip": "157.250.193.154",
"language": "en",
"last_update": 1790377311,
"map": "Procedural Map",
"maxplayers": 100,
"name": "Odyssey RusTT 2xPVE|Biweekly|Custom Build Spots|Custom Vehicles",
"numplayers": 0,
"official": null,
"points": 0,
"port": 28025,
"private": false,
"project_id": null,
"pve": 0,
"pvp": null,
"query": 27025,
"request": "157.250.193.154:27025",
"secured": true,
"status": false,
"steam_id": "90293414447753247",
"version": "2633",
"votes": 0,
"wipe": 1789667037,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Secaucus",
"description": "\n2x PVE Server\r\n- Class System\r\n- Battle Pass\r\n- Leaderboard with in-game rewards\r\n- Custom currency with bank system\r\n- Shop & Vehicle Shop\r\n- Custom Vehicles\r\n- 500+ Raidable Bases\r\n- Boss Monsters & Super Sized Boss Animals\r\n- Personal Recyclers\r\n- Skinbox with custom server skins\r\n- Lots of PVE fun events\r\n- Convoy Event\r\n- Survival Arena\r\n- Gun Game\r\n- Airfield Event\r\n- Junkyard Event\r\n- Gas Station Event & more\r\n- Always running custom maps with bespoke build spots",
"disabled_modules": [],
"gamemode": "Survival",
"hidden": false,
"last_offline": 1790377311,
"last_online": 1790371898,
"list_hidden": false,
"map_url": "procedural_map_4096_seed_1337_r31",
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 12456,
"wipe_period": null,
"fps": 77,
"gmn": "rust",
"url": "https://discord.gg/odysseyrp",
"hash": "acdab4e5",
"build": "165217",
"gc_cl": "195",
"gc_mb": "3938",
"fps_avg": 67,
"ram_sys": "0",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 1337,
"map_size": 4096,
"logoimage": "",
"listentype": "d",
"environment": "w",
"a2s_protocol": 17,
"map_revision": 31,
"queueplayers": 0,
"map_image_url": "https://files.facepunch.com/rust/map-images/5ef75355df7875bb2e7a77488855612a40770ee13be7cdb88eefd4cbaa4064bc/proceduralmap.4000.190923.31.4096.1785926328822.288_5ef75355df7875bb2e7a77488855612a.jpg",
"entities_count": 172029,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11260932");
$data = json_decode($json, true);
var_dump($data);