API für Hustle Rust - [2X, NOLIMIT]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 2750560,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "\n\n### Подключения:\n🌎 Сервер **Duo** - *connect 45.136.204.224:45000*\n🌎 Сервер **Nolimit** - *connect 45.136.204.224:46000*\n*Вы также можете подключиться сверху*\n\n### У нас доступны:\n• Переработчики в рыбацких деревнях\n• Рейты X2 (у привилегий больше)\n• Система друзей & Система Телепортов\n• Уникальная система рейдблока\n• Колесо Удачи и [прочее](https://vk.com/@hustlerust-plugins)...\n\n### Ссылки:\n🛒 Магазин: [hrust.cc](https://hrust.cc)\n🚮 Группа ВК: [vk.com/hustlerust](https://vk.com/hustlerust)\n🎮 Дискорд: [discord.gg/hustlerust](https://discord.gg/hustlerust)",
"game": 252490,
"owner": 49441,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1718587218,
"icon": null,
"name": "Hustle Rust - [2X, NOLIMIT]",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1706388033,
"last_update": 1750457066,
"banned": false,
"wipe": 1718450388,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13018,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "HustleRust",
"avatar": "e88d883a-c9b9-484b-acdc-d5996fcfd6ab.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/2750560");
$data = json_decode($json, true);
var_dump($data);