API для Rock to Rockets 5x PVE Raid|Quests|Skins|Skills|Events|Purge
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 119004,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286566546966546",
"domain": null,
"id": 11260590,
"ip": "162.19.94.146",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Gravelines",
"description": "\nA fresh PvE experience with tons of custom content and challenges to keep things exciting! Build freely, fight AI, and progress at your own pace.\r\n\r\n Last Wipe: 21/05/2026 19:30 BST Next Wipe: 04/06/2026 19:30 BST\r\n\r\n Features:\r\n\r\n- Raidable Bases for constant PvE action\r\n- Purchaseable Patrol Helicopters & Bradleys\r\n- Custom NPCs & dynamic monument events\r\n- Events at Harbor, Airfield, Powerplant & Water Treatment\r\n- SkinBox\r\n\r\nRules:\r\n\r\n- PvE Only — No player raiding or griefing(until Purge!)\r\n- Respect other players and bases\r\n- Cheating, exploiting or toxic behaviour = Ban\r\n\r\nJoin our Discord for more info & community updates!\r\n\r\n[RS-1639b188]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779127377,
"last_online": 1780582243,
"icon": null,
"name": "Rock to Rockets 5x PVE Raid|Quests|Skins|Skills|Events|Purge",
"connect": "162.19.94.146:28015",
"request": "162.19.94.146:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555197,
"last_update": 1780582243,
"banned": false,
"wipe": 1779386531,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4413,
"language": "fr",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11260590");
$data = json_decode($json, true);
var_dump($data);