Rust
API для World War Rust SLAYERS.GG 1000x PVP NOBPS|SKIN|KITS|TP|ZOMBIES
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7965998json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 44752,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284197410496514",
"domain": null,
"id": 7965998,
"ip": "168.100.160.17",
"port": 29015,
"query": 29017,
"color": 0,
"city": "Ashburn",
"description": "\n★ SLAYERS.GG 1000x | Perfectly Modded for Clan Warfare! \r\n\r\nVIP: slayers.gg | discord.gg/slayersgg | Wipe: Monthly Thur 2pm est\r\n\r\nFeatures: \r\n• FREE SKIN, BGRADE, REMOVER TOOL, MINI and Roaming Zombies! \r\n• Skins, Stats, Heli, Kits, TP, Homes, Shop, Weed and Cooking Plugin \r\n• Buy Raidable Bases with /Buyraid \r\n• FLY PLANES! Starwars, UFO, F15, Batbike, MarioKart, Semitruck! \r\n• Armored Train, Convoy, Sputnik, Heavy Oilrig and Airfield Events \r\n• RP Buyable Patrol Helicopter and Bradley \r\n• GunGame Arena every 45 Minutes! /ggjoin /eventvote \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": 1775194330,
"score": 0,
"last_online": 1775904616,
"icon": null,
"name": "World War Rust SLAYERS.GG 1000x PVP NOBPS|SKIN|KITS|TP|ZOMBIES",
"connect": "168.100.160.17:29015",
"request": "168.100.160.17:29017",
"map": "Fly Jets, Planes and UFOs!",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741001247,
"last_update": 1775904616,
"banned": false,
"wipe": 1775151640,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3716,
"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/7965998");
$data = json_decode($json, true);
var_dump($data);