API для Ultra.FAIL - 4x|Solo-Quads|Kits|More+|MonthlyBP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 79,
"fps_avg": 78,
"entities_count": 67822,
"world_seed": 2146177183,
"world_size": 3500,
"steam_id": "90286604767288341",
"domain": null,
"id": 10169695,
"ip": "98.219.193.24",
"port": 28015,
"query": 28014,
"color": 0,
"city": "New Castle",
"description": "\nUltra.FAIL - 4x Gathering \r\n Read Rules at https://Ultra.fail \r\n SOLO - QUAD MAX GROUP SIZE \r\n Better Loot \r\n Cut Crafting, Recycling, and Smelting Speeds \r\n Static Lootables \r\n Check out Daily Kits using /Kit \r\n Raidable Bases \r\n Vehicle Licenses with /license \r\n Active Admins \r\n Ability to Remove with /Remove \r\n Discord Link at https://Ultra.Fail/ \r\n NO porn or racism on Signs or Canvas \r\n Zero Tolerance for Cheaters, Please F7 Report!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780606830,
"icon": null,
"name": "Ultra.FAIL - 4x|Solo-Quads|Kits|More+|MonthlyBP",
"connect": "98.219.193.24:28015",
"request": "98.219.193.24:28014",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756283956,
"last_update": 1780606830,
"banned": false,
"wipe": 1780596999,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3663,
"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/10169695");
$data = json_decode($json, true);
var_dump($data);