Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/445910
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 77001,
"world_seed": 1337,
"world_size": 4750,
"id": 445910,
"ip": "104.143.2.5",
"port": 28014,
"query": 28015,
"color": 0,
"description": "\n★ SLAYERS.GG 100x | The #1 Zombie PVP Rust Experience! \r\n\r\nVIP: slayers.gg | discord.gg/slayersgg | Wipe: Weekly Friday 10am est\r\n\r\nFeatures: \r\n• FREE SKIN, BGRADE, REMOVER TOOL, MINI and Roaming Zombies! \r\n• FLY PLANES! Starwars Plane, UFOS, F15, Batbike, MadMax, Semitruck! \r\n• Skins, Stats, Heli, Kits, TP, Homes, Shop, Weed and Cooking Plugin \r\n• Buy Raidable Bases with /Buyraid \r\n• GunGame Arena every 45 Minutes! /ggjoin /eventvote \r\n• XP MMO Leveling System with Specs, Skills and Talents \r\n• Armored Train, Convoy, Sputnik, Heavy Oilrig and Airfield Events \r\n• RP Buyable Patrol Helicopter and Bradley \r\n• Buildable Custom Monuments \r\n• Join the FUN! \r\n\r\nServer rules: \r\n1. No Hacking, glitching, or exploiting. \r\n2. Respect Staff. \r\n3. No foundation or item spam. \r\n4. No Slurs, racism, hate speech or toxicity. \r\n5. 10 Man Clan Limit. \r\n6. Do not call out Hackers in Global Chat, report them with F7 Report and Discord Ticket.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1755242855,
"score": null,
"last_online": 1755503446,
"icon": null,
"name": "SLAYERS.GG 100x #1 PVP ZOMBIES|PLANES|CLANS|SKIN|KITS|NOBP|TP",
"connect": "104.143.2.5:28014",
"request": "104.143.2.5:28015",
"map": "Volcano Apocalypse Map!",
"gamemode": "Survival",
"version": "2594",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779737,
"last_update": 1755503446,
"banned": false,
"wipe": 1755242603,
"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/445910");
$data = json_decode($json, true);
var_dump($data);