API for VEIL RUST » MAIN [NOLIMIT;X2-X3]
JSON for programs, websites and more
text
json
{
"response": {
"modded": true,
"oxide": true,
"fps": 196,
"fps_avg": 197,
"entities_count": 82447,
"world_seed": 65434864,
"world_size": 3000,
"steam_id": "90286741262180356",
"domain": null,
"id": 11768938,
"ip": "5.42.211.209",
"port": 35000,
"query": 35001,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "VEIL RUST — лучший проект для слабых ПК с отличной отдачей сервера!\r\nМодовый сервер | Рейты X2–X4\r\nТелепортации к игрокам и на дом\r\nКиты доступны\r\nВайп — каждую неделю\r\n\r\nПриятной игры!\r\n\r\nСоцсети и магазин:\r\nVK — https://vk.com/veilrust\r\nDiscord — https://discord.gg/ERjxeYxVxu\r\nTelegram — https://t.me/VEILRUST\r\nМагазин — https://veilrust.gamestores.app/",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780934185,
"last_online": 1780975824,
"icon": null,
"name": "VEIL RUST » MAIN [NOLIMIT;X2-X3]",
"connect": "5.42.211.209:35000",
"request": "5.42.211.209:35001",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2377",
"numplayers": 11,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1780934185,
"last_update": 1780975824,
"banned": false,
"wipe": 1780660682,
"official": null,
"wipe_period": "weekly",
"next_wipe": 1781265482,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1300,
"language": "ru",
"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/11768938");
$data = json_decode($json, true);
var_dump($data);