API для Chill PvE Bi-Weekly | Tastefully Modded - Kits, Backpacks, XP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 73217,
"world_seed": 2129308312,
"world_size": 3500,
"steam_id": "90286589968520206",
"domain": null,
"id": 11671047,
"ip": "66.51.99.23",
"port": 28030,
"query": 28031,
"color": 0,
"city": "Dallas",
"description": "No pay-to-win (P2W) features\r\nNext Scheduled Wipe: Jun 4th\r\n\r\nAvailable features:\r\n- 25% Upkeep\r\n- Auto Night Lanterns\r\n- Building Grade\r\n- Container Sorting\r\n- Enhanced Loot Tables\r\n- Enhanced Stack Sizes\r\n- Kits\r\n- Locked Crate Hack: 30 seconds\r\n- Persistent Backpacks\r\n- Remover Tool\r\n- Sign Artist\r\n- Unburnable Meat\r\n- Vehicle License\r\n- Leveling System\r\n- Raidable Bases\r\n- Furnace Splitter",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780557267,
"last_online": 1780600834,
"icon": null,
"name": "Chill PvE Bi-Weekly | Tastefully Modded - Kits, Backpacks, XP",
"connect": "66.51.99.23:28030",
"request": "66.51.99.23:28031",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780180912,
"last_update": 1780600834,
"banned": false,
"wipe": 1780557248,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5122,
"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/11671047");
$data = json_decode($json, true);
var_dump($data);