API для Ruan's Terrible Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "AbioticFactor",
"gametype": "BUILDID:1030002,OWNINGID:90287750440376342,OWNINGNAME:Ruan's Terrible Server,SESSIONFLAGS:43,ShortCode_s:78KIW,SN_i:6",
"dedicated": true,
"steam_id": "90287750440376342",
"domain": null,
"id": 12083449,
"ip": "221.121.149.27",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Сидней",
"description": null,
"game": 427410,
"boosts": 1,
"last_offline": 1788975440,
"last_online": 1789168284,
"icon": null,
"name": "Ruan's Terrible Server",
"connect": "221.121.149.27:7777",
"request": "221.121.149.27:27015",
"map": null,
"gamemode": null,
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": null,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783800729,
"last_update": 1789168284,
"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": 1120,
"language": "en",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12083449");
$data = json_decode($json, true);
var_dump($data);