Rust
API für Solo|x2|Kits|TP|Vip[Viking]
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/756462json
{
"response": {
"fps": 10,
"fps_avg": 10,
"entities_count": 119277,
"world_seed": 666179137,
"world_size": 4500,
"steam_id": 90284202779166740,
"domain": null,
"id": 756462,
"ip": "78.29.14.210",
"port": 28115,
"query": 28116,
"color": 0,
"city": "Chelyabinsk",
"description": "![Solo|x2|Kits|TP|Vip[Viking]](http://ipic.su/img/img7/fs/7777kopiya.1609771779.jpg)\nВайпы ночью с ПН на ВТ, глобальные вайпы в понедельник после обновления и спустя 2 недели.\r\nПрошедший вайп - 06.04; Следующий вайп - 13.04.\r\nКарта:4500x4500\r\nМодификатор добычи x2 днем и x2.5 ночью\r\nСтаки основных рессурсов:10000\r\nМгновенный крафт\r\nEnjoy!\r\n\r\nОставить отзывы, предложения и просто пообщаться:\r\nVK: vk.com/rust_vikings\r\nDiscord: discord.gg/pzuhE6B",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775864523,
"score": 5,
"last_online": 1775889614,
"icon": null,
"name": "Solo|x2|Kits|TP|Vip[Viking]",
"connect": "78.29.14.210:28115",
"request": "78.29.14.210:28116",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1677863966,
"last_update": 1775889614,
"banned": false,
"wipe": 1775434042,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2802,
"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/756462");
$data = json_decode($json, true);
var_dump($data);