Rust
API für TIMERUST #1 [ X50 | NOLIMIT | LOOT+ | FREE VIP] WIPE 10.04
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/755869json
{
"response": {
"fps": 116,
"fps_avg": 116,
"entities_count": 131667,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284205755703314",
"domain": null,
"id": 755869,
"ip": "37.230.228.228",
"port": 20520,
"query": 20521,
"color": 0,
"city": "Moscow",
"description": "![$TIME RUST #1 [X50-X150|CLANS|LOOT+] WIPE 10.05](https://gspics.org/images/2024/02/24/0e87Kh.png)\nОграничение игроков в одной команде - NoLimit\r\n\r\n▪ Рейты на добычу ресурсов x50 - x150\r\n▪ Улучшенный лут с бочек/ящиков\r\n▪ Без перебойная работа сервера \r\n▪ Различные ивенты - /event\r\n▪ Уникальные киты за приписку в нике #TIMERUST\r\nИ многое другое вы увидите на сервере TimeRust\r\n\r\nМагазин сервера - htpps://store.timerust.ru",
"game": 252490,
"owner": 34701,
"boosts": 1,
"last_offline": 1775680926,
"score": 0,
"last_online": 1775893810,
"icon": null,
"name": "TIMERUST #1 [ X50 | NOLIMIT | LOOT+ | FREE VIP] WIPE 10.04",
"connect": "37.230.228.228:20520",
"request": "37.230.228.228:20521",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 24,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 99,
"add_date": 1677863715,
"last_update": 1775893810,
"banned": false,
"wipe": 1775825926,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 190,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "KREKER",
"avatar": "68187183-fd13-4b8c-a596-52b188ed0406.jpg",
"last_online": 1773680259
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/755869");
$data = json_decode($json, true);
var_dump($data);