API для [PvE] Skyline PvE - No Raiding/Killing, No Decay, Noob Friendly
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 57,
"fps_avg": 57,
"entities_count": 124007,
"world_seed": 58786018,
"world_size": 4500,
"steam_id": "90286603995397146",
"domain": null,
"id": 10534499,
"ip": "108.181.88.117",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Dallas",
"description": "![[PvE] Skyline PvE - No Raiding/Killing, No Decay, Noob Friendly](https://skylinepve.com/images/headerimage.jpeg)\nWelcome to Skyline PvE! No Raiding | No Killing | No Stealing | Noob Friendly: \r\nNo killing. Yes, that includes sleepers. \r\nNo Raiding or trespassing. \r\nNo Looting. \r\nToxic behavior will not be tolerated. \r\nActive admins. \r\nLast Wipe: 6-4-2026 \r\nNext Wipe: 7-2-2026 \r\n\r\nFor a full list of rules, please visit our Discord: discord.gg/skylinepve",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780603826,
"icon": null,
"name": "[PvE] Skyline PvE - No Raiding/Killing, No Decay, Noob Friendly",
"connect": "108.181.88.117:28015",
"request": "108.181.88.117:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 47,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 73,
"add_date": 1762518693,
"last_update": 1780603826,
"banned": false,
"wipe": 1780596102,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 739,
"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/10534499");
$data = json_decode($json, true);
var_dump($data);