API для Craven Moorehead
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90289454995789836",
"domain": null,
"id": 12539735,
"ip": "153.66.209.186",
"port": 34297,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Columbus",
"description": null,
"game": 339790,
"owner": null,
"boosts": 1,
"last_offline": 1785463114,
"last_online": 1784783400,
"icon": null,
"name": "Craven Moorehead",
"connect": "153.66.209.186:34297",
"request": "153.66.209.186:27016",
"map": "Williams Grove Slick",
"gamemode": null,
"version": "1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": null,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784783650,
"last_update": 1785463114,
"ban_reason": null,
"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": 26,
"language": "en",
"parked": false,
"app": {
"id": 5024,
"steam_id": 339790,
"name": "rFactor",
"url": "rfactor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12539735");
$data = json_decode($json, true);
var_dump($data);