API для OBL Retro Cs.Pisti
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286341735794708",
"domain": null,
"id": 11637218,
"ip": "193.110.61.68",
"port": 64297,
"query": 64299,
"color": 0,
"city": "Budapest",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1780018421,
"last_online": 1780121484,
"icon": null,
"name": "OBL Retro Cs.Pisti",
"connect": "193.110.61.68:64297",
"request": "193.110.61.68:64299",
"map": "Suzuka International Racing Cou",
"gamemode": "rFactor 2",
"version": "11134",
"numplayers": 0,
"maxplayers": 21,
"bots": 0,
"secured": false,
"private": true,
"country": "HU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916917,
"last_update": 1780121484,
"banned": 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": 220,
"language": "hu",
"parked": false,
"app": {
"id": 146,
"steam_id": 365960,
"name": "rFactor 2",
"url": "rfactor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11637218");
$data = json_decode($json, true);
var_dump($data);