API для CoolingLine #2 - x10 | NOLIMIT | KITS | FPS | CLANS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 67101,
"world_seed": 1572638275,
"world_size": 3500,
"steam_id": "90286580097560593",
"domain": null,
"id": 7287178,
"ip": "195.18.27.204",
"port": 35010,
"query": 35011,
"color": 0,
"city": "Moscow",
"description": "\nДобро пожаловать на наш сервер!\r\n➣ Вайп с чертежами по пятницам раз в 2 недели в 16:00 мск\r\n➣ Вайп карты по пятницам раз в 2 недели в 16:00 мск\r\n➣ Рейты: x10\r\n➣ Нет ограничения на кол-во игроков в команде\r\n➣ Моментальный крафт\r\n➣ Увеличенные стаки\r\nWelcome to our server!\r\n➣ Wipe with blueprints on Fridays once every 2 weeks at 16:00 Moscow time\r\n➣ Wipe maps on Fridays once every 2 weeks at 16:00 Moscow time\r\n➣ Rates: x10\r\n➣ No limit on the number of players in a team\r\n➣ Instant craft\r\n➣ Increased stacks",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780058626,
"last_online": 1780564834,
"icon": null,
"name": "CoolingLine #2 - x10 | NOLIMIT | KITS | FPS | CLANS",
"connect": "195.18.27.204:35010",
"request": "195.18.27.204:35011",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1736704049,
"last_update": 1780564834,
"banned": false,
"wipe": 1780058984,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2794,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7287178");
$data = json_decode($json, true);
var_dump($data);