API для Pickle Rust EU Monthly | 28.08
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "252490",
"gametype": "mp100,cp51,ptrak,qp0,v2633,community,monthly,h08150dd6,stok,born1788643415,gmrust",
"dedicated": true,
"steam_id": "90292228947459097",
"domain": null,
"id": 15255603,
"ip": "34.159.164.176",
"port": 27018,
"query": 27018,
"project_id": null,
"color": 0,
"city": "Франкфурт-на-Майне",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1788647906,
"last_online": 1788655801,
"icon": null,
"name": "Pickle Rust EU Monthly | 28.08",
"connect": "34.159.164.176:27018",
"request": "34.159.164.176:27018",
"map": "Procedural Map",
"gamemode": null,
"version": "2633",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1788647906,
"last_update": 1788655801,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11849,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15255603");
$data = json_decode($json, true);
var_dump($data);