API for [X5 | MAX 3] GamerMax_1254's Server
JSON for programs, websites and more
text
json
{
"response": {
"fps": 230,
"fps_avg": 227,
"entities_count": 69388,
"world_seed": 876816796,
"world_size": 3500,
"steam_id": "90286577033715725",
"domain": null,
"id": 11501294,
"ip": "203.16.163.57",
"port": 20688,
"query": 20689,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[X5 | MAX 3] GamerMax_1254's Server](https://cdn.discordapp.com/icons/1348325258129575978/843ffcf524f896d7312c8e367ef1358c.webp?size=1024server.headerimage)\nWelcome to GamerMax_1254's Server! | Добро пожаловаться на сервер GamerMax_1254!\r\nInstant Craft, Quick Smelt | Мгновенный крафт, быстрая плавка\r\nEnjoy the game. | Желаем приятной игры.\r\nRate: 5x | Team limit: 3\r\nJoin our discord server (link below) | Заходите в наш Discord сервер (ссылка ниже)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780538665,
"last_online": 1780581642,
"icon": null,
"name": "[X5 | MAX 3] GamerMax_1254's Server",
"connect": "203.16.163.57:20688",
"request": "203.16.163.57:20689",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207170,
"last_update": 1780581642,
"banned": false,
"wipe": 1778614231,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4771,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"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/11501294");
$data = json_decode($json, true);
var_dump($data);