API für SICILIAN #2 | CLASSIC | NOLIMIT | VANILLA | 01.06
JSON für Programme, Websites und mehr
text
json
{
"response": {
"modded": true,
"fps": 63,
"fps_avg": 63,
"entities_count": 58860,
"world_seed": 111,
"world_size": 3750,
"steam_id": "90286579256133641",
"domain": null,
"id": 11502040,
"ip": "195.18.27.196",
"port": 35010,
"query": 35011,
"color": 0,
"city": "Moscow",
"description": "\nSicilian Rust – сервер в духе старой сицилийской мафии. Здесь правят тайные сделки, честь и заговоры.\r\n\r\nБез ограничения кол-ва игроков в команде (NOLIMIT) \r\nКлассические рейты \r\nОбъединенный город \r\nВсегда удар в маркер по дереву \r\nПриятные дополнения без модов \r\nУвеличенный спавн всех камней \r\n\r\nПрисоединяйтесь и создайте свою криминальную империю!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780605264,
"last_online": 1780596033,
"icon": null,
"name": "SICILIAN #2 | CLASSIC | NOLIMIT | VANILLA | 01.06",
"connect": "195.18.27.196:35010",
"request": "195.18.27.196:35011",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207188,
"last_update": 1780605264,
"banned": false,
"wipe": 1780319678,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11017,
"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/11502040");
$data = json_decode($json, true);
var_dump($data);