API für DEEP RUST 5X |MAX 8|COIN|LOOT +|
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 127,
"fps_avg": 138,
"entities_count": 123689,
"world_seed": 675758609,
"world_size": 4500,
"steam_id": "90286545037022234",
"domain": null,
"id": 6606345,
"ip": "185.189.255.27",
"port": 35300,
"query": 35310,
"color": 0,
"city": "Moscow",
"description": "\nХарактеристики сервера: \r\n\r\n• Рейты на добычу ресурсов - 5х\r\n• Система телепортации\r\n• Кастомные плагины\r\n• Улучшенный лут в ящиках\r\n• Кастомная система крафта \r\n• Ежедневные лотереи",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779983626,
"last_online": 1780591834,
"icon": null,
"name": "DEEP RUST 5X |MAX 8|COIN|LOOT +|",
"connect": "185.189.255.27:35300",
"request": "185.189.255.27:35310",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1731335778,
"last_update": 1780591834,
"banned": false,
"wipe": 1779984067,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2952,
"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/6606345");
$data = json_decode($json, true);
var_dump($data);