API for Classic by Moscow
JSON for programs, websites and more
text
json
{
"response": {
"fps": 107,
"fps_avg": 108,
"entities_count": 93436,
"world_seed": 1249214007,
"world_size": 3900,
"steam_id": "90286579803052044",
"domain": null,
"id": 11260656,
"ip": "185.189.255.109",
"port": 35300,
"query": 35310,
"color": 0,
"city": "Moscow",
"description": "\nКлассика\r\nНовички френдли\r\nМаксимум игроков в команде: 5\r\nСнижено содержание шкафа: 50%\r\nРазмер карты: 3900\r\nАктивные администраторы\r\nАдминистраторы не играют на данном сервере\r\nРестарт сервера: 6:00 по московскому времени\r\nСвязь телеграмм: https://t.me/ClassicByMoscow\r\n\r\nПравила сервера\r\nЧитерство или игра с читером в команде запрещены. Выдавать себя за администратора запрещено. Расизм, спам, обсуждение в чате политики, родителей запрещено. Профиль в Steam должен быть открыт. Запрещены аккаунты с игровыми блокировками <365 дней. Если администрация проекта сочтёт ваши действия или поведение мешающими развитию проекта, к вам может быть применена блокировка на сервере. \r\n\r\n\r\nClassic \r\nNoob friendly\r\nGroup limit: 5\r\nUpkeep: 50%\r\nMap size: 3900\r\nActive admins\r\nAdmin do not play on the server\r\nServer restart: 4:00 CET\r\nTelegram: https://t.me/ClassicByMoscow\r\n\r\nServer rules\r\nCheating or exploiting cheats is prohibited. Impersonating staff is prohibited. Spam, racism, harassment, insults involving family/religion/politics and absurd statements are prohibited. Your Steam profile must be public. Accounts with game bans of less than 365 days are prohibited. If the project administration considers your actions or behavior to be hindering the development of the project, you may be subject to a ban on the server.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598667,
"last_online": 1780596032,
"icon": null,
"name": "Classic by Moscow",
"connect": "185.189.255.109:35300",
"request": "185.189.255.109:35310",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555200,
"last_update": 1780598667,
"banned": false,
"wipe": 1778184302,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10421,
"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/11260656");
$data = json_decode($json, true);
var_dump($data);