API для VORC 2026 FREEDOM 250
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286382407503888",
"domain": null,
"id": 11586534,
"ip": "177.74.174.79",
"port": 64255,
"query": 64257,
"color": 0,
"city": "Florianópolis",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1780065820,
"last_online": 1780119019,
"icon": null,
"name": "VORC 2026 FREEDOM 250",
"connect": "177.74.174.79:64255",
"request": "177.74.174.79:64257",
"map": "Indianapolis -- Oval",
"gamemode": "rFactor 2",
"version": "11134",
"numplayers": 9,
"maxplayers": 103,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1779357193,
"last_update": 1780119019,
"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": 4,
"language": "pt",
"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/11586534");
$data = json_decode($json, true);
var_dump($data);