Rust
API für AvengersRust X1000000 MAX5|Copter|Kit|Home
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/4611847json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 60348,
"world_seed": 716443732,
"world_size": 3000,
"steam_id": "90285520719478789",
"domain": null,
"id": 4611847,
"ip": "45.136.204.219",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Moscow",
"description": "\n\r\n У всех фулл сеты, ак + хил, стройка ресурсов не требует \r\n Создавай креативные постройки и проверяй их на прочность\r\n На сервере есть кастомное оружие с большой мощью \r\n Взрывчатка падает даже из бочек\r\n Коптер+|корова+ \r\n Все функции для хорошей игры\r\n Web https://avengersrust.gamestores.app\r\n Discord https://discord.gg/TJeHfutT2Y",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778181185,
"score": 5,
"last_online": 1778352017,
"icon": null,
"name": "AvengersRust X1000000 MAX5|Copter|Kit|Home",
"connect": "45.136.204.219:28015",
"request": "45.136.204.219:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 34,
"maxplayers": 175,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1717388995,
"last_update": 1778352017,
"banned": false,
"wipe": 1778181639,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1108,
"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/4611847");
$data = json_decode($json, true);
var_dump($data);