API for #1 Ejik [ x2 | TP | KIT | EVENTS ] WarBandits
JSON for programs, websites and more
text
json
{
"response": {
"fps": 44,
"fps_avg": 43,
"entities_count": 110283,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286575514231825",
"domain": null,
"id": 8695606,
"ip": "46.50.150.68",
"port": 38015,
"query": 38017,
"color": 0,
"city": "Omsk",
"description": "![#1 Ejik [ x2 | TP | KIT | EVENTS ] WarBandits](https://i.pinimg.com/736x/c9/80/04/c98004fa3bfea77cc11d3bd2f9076403--city-background-samurai-jack.jpg)\n- Рейд базы разной сложности с отличным лутом\r\n- Кланы и альянсы\r\n- Увеличенная добыча и стаки\r\n- Внутриигровой магазин и экономика\r\n- Промо коды\r\n- Стартовые киты\r\n- Тюрьма \r\n- Награды за ЕЖедневный вход \r\n- ЕЖедневные ивенты:\r\n * Ивент караваны\r\n * Ивент конвой\r\n * Ивент на электростанции\r\n * Ивент на аэродроме\r\n * Ивент грузовой самолет\r\n * Ивент торговец\r\n * Ивент собиратель\r\n * Мегаящик\r\n * Лотерея\r\n - Электричество можно брать со столбов\r\n - ЕЖемесячный вайп карты",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780148616,
"last_online": 1780566029,
"icon": null,
"name": "#1 Ejik [ x2 | TP | KIT | EVENTS ] WarBandits",
"connect": "46.50.150.68:38015",
"request": "46.50.150.68:38017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1745594893,
"last_update": 1780566029,
"banned": false,
"wipe": 1779390457,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3096,
"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/8695606");
$data = json_decode($json, true);
var_dump($data);