API für №2 | EXTASY | X100 | NOLIMIT | CLANS | FREE | wp 15.05
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 56,
"fps_avg": 56,
"entities_count": 92670,
"world_seed": 893683935,
"world_size": 3500,
"steam_id": "90286108304209930",
"domain": null,
"id": 10571225,
"ip": "46.174.54.83",
"port": 30000,
"query": 30001,
"color": 0,
"city": "Moscow",
"description": "\nБез Лагов! Без лимита! Кланы! Добро пожаловать на №2| EXTASY |Х1000| )\r\n\r\n ✘ Рейты добычи ресурсов: X1000\r\n ✘ Стаки ресурсов и крафт предметов: X1000 \r\n ✘ RPG система прокачки рейтов\r\n ✘ Оптимизация карты для +100 FPS\r\n ✘ Модерация сервера 24/24\r\n ✘ Телепортация домой и в города \r\n ✘ Уникальный магазин\r\n\r\n ✧✧ Вайп в каждую пятницу в 14:00 по МСК ✧✧\r\n ✧✧ Сайт проекта: extasy-rust.ru ✧✧",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779528165,
"last_online": 1779558023,
"icon": null,
"name": "№2 | EXTASY | X100 | NOLIMIT | CLANS | FREE | wp 15.05",
"connect": "46.174.54.83:30000",
"request": "46.174.54.83:30001",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 5,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1762847027,
"last_update": 1779558023,
"banned": false,
"wipe": 1779452059,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2597,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10571225");
$data = json_decode($json, true);
var_dump($data);