Rust
API for ShadowRust [ X3-X4 | NOLIMIT | FREE VIP | LOOT+ | SKIN | NO WW
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10533188json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 59502,
"world_seed": 1853297881,
"world_size": 3000,
"steam_id": "90284206194462727",
"domain": null,
"id": 10533188,
"ip": "146.59.54.7",
"port": 20580,
"query": 20581,
"color": 0,
"city": "Warsaw",
"description": "\nКлановый сервер с хорошим хостингом и адекватной модерацией\r\n Это то что ты искал\r\n Стабильность, защита от ддос, большой фпс\r\n Много ивентов, Средняя карта, репорт система,рейты х4, система кланов, система статистики, workbench на всю территорию здания\r\n Наш дискорд - https://discord.gg/MDDDU9XFqC\r\n И многое другое на нашем сервере ⚫ShadowRust⚫",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775715724,
"score": 0,
"last_online": 1775881816,
"icon": null,
"name": "ShadowRust [ X3-X4 | NOLIMIT | FREE VIP | LOOT+ | SKIN | NO WW",
"connect": "146.59.54.7:20580",
"request": "146.59.54.7:20581",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1762518564,
"last_update": 1775881816,
"banned": false,
"wipe": 1775750460,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3926,
"language": "pl",
"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/10533188");
$data = json_decode($json, true);
var_dump($data);