API для Kapco411 Jungle Wars|Random Farm|Full Custom Maps|Raidbases & E
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 35,
"fps_avg": 33,
"entities_count": 130212,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286399642749959",
"domain": null,
"id": 1966712,
"ip": "65.28.44.27",
"port": 28042,
"query": 28041,
"color": 0,
"city": "Trevor",
"description": "\nWelcome to the Jungle! Wipes on Thursdays @5:00pm CST\r\n-NEW custom maps with a few zombies and NPC's thrown in.\r\n- Maps designed just for this server and play style featuring thick jungle terrain.\r\n-Events run throughout the wipes depending on monuments on map.\r\n-Raidable bases daily.\r\n-Server is Highly Modded with Random Resources,Enhanced Stacks, Xtra scrap & Loot.\r\n-Our Servers offer free VIP perks with Additional VIP Tiers available.\r\n-These servers are hands down the most fun you're ever going to have playing rust!\r\n-Come on in, you wont regret the visit.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780108415,
"last_online": 1780224631,
"icon": null,
"name": "Kapco411 Jungle Wars|Random Farm|Full Custom Maps|Raidbases & E",
"connect": "65.28.44.27:28042",
"request": "65.28.44.27:28041",
"map": "Jungle Wars",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1700996375,
"last_update": 1780224631,
"banned": false,
"wipe": 1779390071,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3223,
"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/1966712");
$data = json_decode($json, true);
var_dump($data);