API для Crossfaded Gaming 3x|OfflineProtection|Casual|RaidableBases|Eco
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 84592,
"world_seed": 1337,
"world_size": 3800,
"steam_id": "90286550799593486",
"domain": null,
"id": 10508655,
"ip": "66.51.99.60",
"port": 28000,
"query": 28001,
"color": 0,
"city": "Dallas",
"description": "\n3x chill server . Offline raid protection. Purchasable and spawning raid bases, Kits, Many QOL updates such as faster furnaces with altered output. Max group size is 8 players. Join the discord for more info on kits and plugins.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596205,
"last_online": 1780520434,
"icon": null,
"name": "Crossfaded Gaming 3x|OfflineProtection|Casual|RaidableBases|Eco",
"connect": "66.51.99.60:28000",
"request": "66.51.99.60:28001",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1761421346,
"last_update": 1780596205,
"banned": false,
"wipe": 1778177423,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10673,
"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/10508655");
$data = json_decode($json, true);
var_dump($data);