API for Магадан FreeLAN
JSON for programs, websites and more
text
json
{
"response": {
"fps": 70,
"fps_avg": 69,
"entities_count": 85059,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286614219179008",
"domain": null,
"id": 761346,
"ip": "81.89.113.98",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Magadan",
"description": "\nМодифицированный сервер (Киты, Переносной ПРМ, Ремув, Телепортация, Рейд блок, RaidableBases). \r\nИмеется внутриигровой донат магазин, монеты начисляются за убийство NPC и проведенное время на сервере.\r\nСервер интегрирован с нашим телеграм каналом.\r\nНаш телеграм: https://t.me/+aXZjI_xekrw2MGZi\r\nСледующий вайп 03.07.2026г.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780638624,
"icon": null,
"name": "Магадан FreeLAN",
"connect": "81.89.113.98:28015",
"request": "81.89.113.98:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1680785371,
"last_update": 1780638624,
"banned": false,
"wipe": 1780617996,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 986,
"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/761346");
$data = json_decode($json, true);
var_dump($data);