Rust
API for [EU/RU] ChillRust X2 TP KITS NOLIMIT EVENTS SHOP
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7891793json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7891793,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "Сервер для чилловых парней/девушек.Рейты сервера X2 Добрая модерация Пропуск ночи Киты Магазин сервера Телепортация Система репортов",
"game": 252490,
"owner": 112559,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1744309847,
"icon": null,
"name": "[EU/RU] ChillRust X2 TP KITS NOLIMIT EVENTS SHOP",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1740438221,
"last_update": 1750457066,
"banned": false,
"wipe": 1743005588,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7394,
"language": "de",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "axxientyyyyy",
"avatar": "1113fbc2-4d59-43d2-93aa-23d6a008e956.jpg",
"last_online": 1772956215
},
"mods": [
{
"id": 979,
"name": "Kits"
},
{
"id": 1388,
"name": "Stack Size Controller"
},
{
"id": 1431,
"name": "Teleportation"
},
{
"id": 1257,
"name": "Report System"
},
{
"id": 710,
"name": "DeathMessages"
},
{
"id": 942,
"name": "IQMenu"
},
{
"id": 1312,
"name": "Server Info GUI"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7891793");
$data = json_decode($json, true);
var_dump($data);