API for [RU] BURMALDARUST [1X VANILLA] | VIPE 19.04
JSON for programs, websites and more
text
json
{
"response": {
"fps": 134,
"fps_avg": 132,
"entities_count": 70290,
"world_seed": 313825528,
"world_size": 3500,
"steam_id": "90285959694958611",
"domain": null,
"id": 11489563,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "[]",
"game": 252490,
"owner": 189267,
"boosts": 1,
"last_offline": 1780120375,
"last_online": 1779224412,
"icon": null,
"name": "[RU] BURMALDARUST [1X VANILLA] | VIPE 19.04",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1776596112,
"last_update": 1780120375,
"banned": false,
"wipe": 1776610187,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13347,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "drunn",
"avatar": "91bf3d8c-4b05-4e6c-b739-e3cfd5e72520.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11489563");
$data = json_decode($json, true);
var_dump($data);