API для Titan Rust - 2x US Small
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 31424,
"world_seed": 1506199104,
"world_size": 2555,
"steam_id": "90286608190539799",
"domain": null,
"id": 11645130,
"ip": "66.51.96.64",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to Titan Rust\r\n\r\nJust a solid 2x server without all the extra bs.\r\n\r\n• 2x Gather\r\n• Minis Spawn on Roads\r\n• Free Skinbox\r\n• Active Staff\r\n• PvP/Raid Focused\r\n• Smooth Performance\r\n\r\nWhether you like roaming, building, farming, or just causing chaos, Titan Rust is made to keep things moving without making progression feel too easy.\r\n\r\nHop on, build up, raid your neighbors, and try not to get offline raided.\r\n\r\nTitan Rust\r\nGrind Less. Roam More.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177448,
"last_online": 1780615227,
"icon": null,
"name": "Titan Rust - 2x US Small",
"connect": "66.51.96.64:28020",
"request": "66.51.96.64:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780177448,
"last_update": 1780615227,
"banned": false,
"wipe": 1780597992,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2451,
"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/11645130");
$data = json_decode($json, true);
var_dump($data);