API для |US| Paradise Island |PvE|Zombies|Quests|NoRaid/Kill|NPCRaidBas
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 54,
"fps_avg": 52,
"entities_count": 177943,
"world_seed": 292859326,
"world_size": 5100,
"steam_id": "90286604596987934",
"domain": null,
"id": 446105,
"ip": "74.91.125.249",
"port": 28021,
"query": 28022,
"color": 0,
"city": "Chicago",
"description": "\nWelcome To The Paradise Island PvE Server. We Have A Little Bit Of Everything For Everyone. All Styles Of Play Welcome, Within Our Rule Guidelines.\r\n -- Monthly Wipe At Forced\r\n -- BP's Wipe Every Month\r\n -- Zombies... Lots Of Zombies -- Gathering Levels -- Wipe Every Month\r\n -- Shorter Nights.\r\n -- PvE Map - Protected Contianers\r\n -- No Raiding\r\n -- No Killing\r\n -- Reduced Decay Rate to 30%\r\n \r\n Our Rules Are Set To Provide A Fun Environment\r\n - Absolutely No Racism, Sexism, Trolling, Player/Staff Disrespect, Or Hate Speech\r\n - Voice Or Chat Spamming Will Result in Mutes\r\n - Scripts, Cheats, Use Of Exploits, Or Bots Will Result In A Perm Ban\r\n - Griefing Other Players Is Prohibited\r\n - A Full List Of Rules For Paradise Island Can Be Found On Discord.\r\n \r\n Server Is US East Based EST. GMT -5\r\n Questions, Comments, Concerns? Message Us On Discord!\r\n https://discord.gg/paradiseislandrust\r\n \r\n Coming Soon --- \r\n https://www.paradiseislandrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780597470,
"last_online": 1780602029,
"icon": null,
"name": "|US| Paradise Island |PvE|Zombies|Quests|NoRaid/Kill|NPCRaidBas",
"connect": "74.91.125.249:28021",
"request": "74.91.125.249:28022",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 17,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1630779744,
"last_update": 1780602029,
"banned": false,
"wipe": 1780597490,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1094,
"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/446105");
$data = json_decode($json, true);
var_dump($data);