API for LOVARUST MAX3|X2|TP|KIT|EVENT|
JSON for programs, websites and more
text
json
{
"response": {
"fps": 56,
"fps_avg": 56,
"entities_count": 102164,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286892701966366",
"domain": null,
"id": 11781715,
"ip": "45.136.205.20",
"port": 20610,
"query": 20621,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "LOVARUST MAX3 | X2\r\n\r\n• Рейты добычи ресурсов и компонентов х2\r\n• Ускоренная плавка \r\n• Мгновенный крафт \r\n• Еженедельный вайп\r\n• Сбалансированные киты\r\n• Телепортация к игрокам и домой\r\n• Система друзей\r\n• Уникальные ивенты\r\n• Много интересных и полезных плагинов\r\n\r\n Наши соц. сети:\r\n\r\n Discord: https://discord.gg/ZNVGbS2\r\n VK: https://vk.com/lova.rust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781376781,
"last_online": 1781454629,
"icon": null,
"name": "LOVARUST MAX3|X2|TP|KIT|EVENT|",
"connect": "45.136.205.20:20610",
"request": "45.136.205.20:20621",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 15,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1781376781,
"last_update": 1781454629,
"banned": false,
"wipe": 1781195103,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1609,
"language": "ru",
"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/11781715");
$data = json_decode($json, true);
var_dump($data);