Rust
API for ALTEREGO | МОСКОВСКИЙ X2
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8084965json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8084965,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 252490,
"owner": 35772,
"boosts": 1,
"last_offline": 1765777853,
"score": 0,
"last_online": 1764859213,
"icon": null,
"name": "ALTEREGO | МОСКОВСКИЙ X2",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1741588479,
"last_update": 1765777853,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8708,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "zeliboba",
"avatar": "24a0b80f-60a8-4b48-885d-f6e50d0080b2.jpg",
"last_online": 1776186779
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8084965");
$data = json_decode($json, true);
var_dump($data);