API für Hustle Rust - [2X, NOLIMIT]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 53,
"fps_avg": 53,
"entities_count": 142828,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286628547826696",
"domain": null,
"id": 4811724,
"ip": "185.207.214.114",
"port": 36000,
"query": 35002,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![Hustle Rust - [2X, NOLIMIT]](https://github.com/Hustle-Industries/Photos/blob/main/Nolimit/banner.png?raw=true)\ngm.link/u194706Вайп каждую Пятницу в 14:00 по МСК\r\nЗдесь снимаются популярные ютуберы\r\n\r\nИнформация:\r\n▪ Играй и Пол",
"game": 252490,
"owner": 194706,
"boosts": 1,
"last_offline": 1780655663,
"last_online": 1780675811,
"icon": null,
"name": "Hustle Rust - [2X, NOLIMIT]",
"connect": "185.207.214.114:36000",
"request": "185.207.214.114:35002",
"map": "WIPED 5 HOURS AGO",
"gamemode": "Survival",
"version": "2627",
"numplayers": 392,
"maxplayers": 410,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 145,
"add_date": 1718907619,
"last_update": 1780675811,
"banned": false,
"wipe": 1780656017,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 29,
"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/4811724");
$data = json_decode($json, true);
var_dump($data);