Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/446283
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 130467,
"world_seed": 698632111,
"world_size": 4250,
"id": 446283,
"ip": "208.52.153.33",
"port": 28049,
"query": 28046,
"color": 0,
"description": "![№[1] D2S Overrun-Z PvE 1000 Zombies Raidable Bases Events](https://github.com/Dare2Survive/images/blob/main/Overrun-Z.png?raw=true)\nOverrun-Z: PvE Chaos | Zombies. Raids. Relentless Combat.\r\n\r\nThe world has fallen. You didn’t survive the outbreak…\r\nYou’re surviving the overrun.\r\n\r\nWelcome to Overrun-Z, where the undead never stop coming, and every monument, crate, and airdrop is a fight for your life. This is next-level PvE mayhem with over 1000 zombies, hostile factions, raidable bases, and purchasable events that drop you straight into the action.\r\n\r\nLaunch Your Own Events Anytime:\r\nUse the EVENTS tab to trigger action-packed scenarios like Skyfall Airdrops, Arctic Assaults, and Iron Dock Raids—each one loaded with NPCs and loot chaos.\r\n\r\nThe Dead Hunt Relentlessly:\r\nRoaming hordes like the Fallen Farmers and Dark Harvesters aren’t just background—they’re everywhere, and they hit hard.\r\n\r\nFaction-Controlled Monuments:\r\nTake down the Juggernaut Enforcers, Airborne Sentinels, and Iron Vultures to unlock rare loot at major landmarks.\r\n\r\nSkyfall Raiders & CH47 Drops:\r\nDon’t just watch the airdrop fall—fight for it. Raiders will beat you to it if you hesitate.\r\n\r\nRaidable Bases (5 Difficulties):\r\nFrom Easy to Nightmare, every base offers high reward, higher risk. Stack Dog Tags, loot big, and flex your RP.\r\n\r\nDog Tag Economy:\r\nLoot Dog Tags from NPCs and trade them in the MARKET for RP and exclusive upgrades.\r\n\r\nDaily RP Boosts:\r\n\r\nMon & Wed: x3 RP for all NPC kills\r\n\r\nTues & Thurs: x2 RP\r\n\r\nNightly Happy Hour: x2 RP every night after dark",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1755604559,
"score": null,
"last_online": 1755694228,
"icon": null,
"name": "№[1] D2S Overrun-Z PvE 1000 Zombies Raidable Bases Events",
"connect": "208.52.153.33:28049",
"request": "208.52.153.33:28046",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779749,
"last_update": 1755694228,
"banned": false,
"wipe": 1754589586,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/446283");
$data = json_decode($json, true);
var_dump($data);