API для f1
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": null,
"os": "w",
"product": "rFactor 2",
"region": -1,
"steam_id": "90288826266540056",
"domain": null,
"id": 12287922,
"ip": "46.151.56.94",
"port": 64297,
"query": 64299,
"project_id": null,
"color": 0,
"city": "Raková",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1784155959,
"last_online": 1783970586,
"icon": null,
"name": "f1",
"connect": "46.151.56.94:64297",
"request": "46.151.56.94:64299",
"map": "Spa-Francorchamps",
"gamemode": null,
"version": "11134",
"numplayers": 0,
"maxplayers": 46,
"bots": 0,
"secured": false,
"private": null,
"country": "SK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783966990,
"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": 256,
"language": "sk",
"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/12287922");
$data = json_decode($json, true);
var_dump($data);