Rust
API for DOGFIGHT | ARENA/MAZE/FFA/DUEL/ROAM/HELI/MINI/KIT/PVP/AIM
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9995394json
{
"response": {
"modded": true,
"fps": 90,
"fps_avg": 86,
"entities_count": 5701,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90284793558346755",
"domain": null,
"id": 9995394,
"ip": "91.244.197.221",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Vilnius",
"description": "\nThe Best Attack Helicopter & Battlefield & Aimtraining server in Rust\r\nServer optimized by BUL$ Opti.\r\n\r\nt.me/dogfightonline\r\ndiscord.gg/FnzABPznSz\r\n\r\n — ДУЭЛИ НА АРЕНАХ | DUEL COMBAT ARENAS\r\n — ЛЕДЯНЫЕ СТЕНЫ | MAZE\r\n — ЛИЦОМ К ЛИЦУ | FACE2FACE\r\n — БОЛЬШИЕ СТЕНЫ | ROAMS\r\n — АИМБОТС | TARGETS\r\n — ФФА ЛУКИ/КАЛАШ | FFA BOW/AK\r\n — ГАРПУНЫ | SPEARGUN\r\n — ВИТРИНЫ | SHOPFRONT\r\n — ВЕРТОЛЕТНЫЙ ММ | HELICOPTER MATCHMAKING\r\n — ФПВ ДРОНЫ | FPV DRONNES\r\n — РЕЦЕПТЫ | NO BPS\r\n — КЛАНЫ | CLANS",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776518004,
"score": 0,
"last_online": 1776853217,
"icon": null,
"name": "DOGFIGHT | ARENA/MAZE/FFA/DUEL/ROAM/HELI/MINI/KIT/PVP/AIM",
"connect": "91.244.197.221:28015",
"request": "91.244.197.221:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 39,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "LT",
"status": true,
"votes": 0,
"points": 73,
"add_date": 1754941486,
"last_update": 1776853217,
"banned": false,
"wipe": 1776827034,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 486,
"language": "lt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9995394");
$data = json_decode($json, true);
var_dump($data);