API für Hustle Rust - [2X, DUO]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 130243,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90286697634275338",
"domain": null,
"id": 10459945,
"ip": "185.207.214.180",
"port": 35000,
"query": 35001,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![Hustle Rust - [2X, DUO]](https://github.com/Hustle-Industries/Photos/blob/main/Duo/banner4.png?raw=true)\ngm.link/u194706Вайп каждую Пятницу в 14:00 по МСК\r\nЗдесь снимаются популярные ютуберы\r\n\r\nИнформация:\r\n▪ Играй и Пол",
"game": 252490,
"owner": 194706,
"boosts": 1,
"last_offline": 1780719250,
"last_online": 1780866017,
"icon": null,
"name": "Hustle Rust - [2X, DUO]",
"connect": "185.207.214.180:35000",
"request": "185.207.214.180:35001",
"map": "WIPED 2 DAYS AGO",
"gamemode": "Survival",
"version": "2627",
"numplayers": 44,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 101,
"add_date": 1760474388,
"last_update": 1780866017,
"banned": false,
"wipe": 1780656026,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 222,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "hustle_rust",
"avatar": "73723e35-cf87-4149-a2c8-bad90acd101b.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10459945");
$data = json_decode($json, true);
var_dump($data);