API für Puff Play! x2 resources/stack
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286604913921037",
"domain": null,
"id": 2269956,
"ip": "185.207.214.151",
"port": 35002,
"query": 35003,
"color": 0,
"city": "Moscow",
"description": "![[RU] Puff Play тренировочная база](https://pics.innogs.space)\nКлассический сервер.\r\n Увеличенные стаки.\r\n Всем зарегистрировавшимся в магазине на сайте 5.000руб. на внутренний счет.\r\n Вайп раз в месяц.\r\n Размер карты 4800",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780599633,
"icon": null,
"name": "Puff Play! x2 resources/stack",
"connect": "185.207.214.151:35002",
"request": "185.207.214.151:35003",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2627",
"numplayers": 4,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1702932484,
"last_update": 1780599633,
"banned": false,
"wipe": 1780598387,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5287,
"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/2269956");
$data = json_decode($json, true);
var_dump($data);