API для LuffyRust Texas USA - 1000x PvP NoBP Kits Skins Backpacks Noob
JSON для программ, сайтов и прочего
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 59,
"entities_count": 64880,
"world_seed": 90918370,
"world_size": 3000,
"steam_id": "90286553198927883",
"domain": null,
"id": 4886448,
"ip": "168.100.163.63",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "\nLuffyRust Texas USA - Weekly Wipe Noob Friendly Community\r\n· 1000X | PvP | NoBP | Skins | Kits | Backpacks | MyMini\r\n· Vote daily to get great rewards and levels /vote\r\n· Use /info to learn all about LuffyRust and commands\r\n· Noob Friendly Environment PLUS Active Staff\r\n· Raidable Bases, Airfield, Armored Train & Harbor events\r\n· Join Discord https://discord.gg/luffynetwork\r\n· LuffyRust Website https://www.luffyrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777913013,
"last_online": 1780563026,
"icon": null,
"name": "LuffyRust Texas USA - 1000x PvP NoBP Kits Skins Backpacks Noob",
"connect": "168.100.163.63:28015",
"request": "168.100.163.63:28016",
"map": "https://discord.gg/luffynetwork",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1719418783,
"last_update": 1780563026,
"banned": false,
"wipe": 1779991379,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1130,
"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/4886448");
$data = json_decode($json, true);
var_dump($data);