API для DOL Tac Swift#JR
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": null,
"os": "w",
"product": "rFactor 2",
"region": -1,
"steam_id": "90288876297939995",
"domain": null,
"id": 12306267,
"ip": "158.58.173.40",
"port": 64379,
"query": 64381,
"project_id": null,
"color": 0,
"city": "Milan",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1784155959,
"last_online": 1784057565,
"icon": null,
"name": "DOL Tac Swift#JR",
"connect": "158.58.173.40:64379",
"request": "158.58.173.40:64381",
"map": "Okayama GP 2017",
"gamemode": null,
"version": "11134",
"numplayers": 0,
"maxplayers": 37,
"bots": 0,
"secured": false,
"private": null,
"country": "IT",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784052168,
"last_update": 1784155959,
"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": 263,
"language": "it",
"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/12306267");
$data = json_decode($json, true);
var_dump($data);