Rust
API für SICILIAN #1 | NOLIMIT | VANILLA | X2 | 30.04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9765464json
{
"response": {
"modded": true,
"fps": 62,
"fps_avg": 61,
"entities_count": 105589,
"world_seed": 111,
"world_size": 3750,
"steam_id": "90285169229776905",
"domain": null,
"id": 9765464,
"ip": "195.18.27.196",
"port": 35000,
"query": 35001,
"color": 0,
"city": "Moscow",
"description": "\nSicilian Rust – сервер в духе старой сицилийской мафии. Здесь правят тайные сделки, честь и заговоры.\r\n\r\nБез ограничения кол-ва игроков в команде (NOLIMIT) \r\nУскоренные печки x2 \r\nУскоренный крафт x2 \r\nАвтосортировка в печах \r\nОбъединенный город \r\nВсегда удар в маркер по дереву \r\nПриятные дополнения без модов \r\nУвеличенный спавн всех камней \r\n\r\nПрисоединяйтесь и создайте свою криминальную империю!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777556001,
"score": 0,
"last_online": 1777587731,
"icon": null,
"name": "SICILIAN #1 | NOLIMIT | VANILLA | X2 | 30.04",
"connect": "195.18.27.196:35000",
"request": "195.18.27.196:35001",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 152,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 87,
"add_date": 1752439766,
"last_update": 1777587731,
"banned": false,
"wipe": 1777554988,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 415,
"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/9765464");
$data = json_decode($json, true);
var_dump($data);