API для oc demir
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "nmrih",
"gametype": "spawning:active,objective,classic,ff:on,",
"dedicated": false,
"steam_id": "90291865975207939",
"domain": null,
"id": 14236891,
"ip": "188.3.185.191",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Анкара",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1788219815,
"last_online": 1788107488,
"icon": null,
"name": "oc demir",
"connect": "188.3.185.191:27015",
"request": "188.3.185.191:27015",
"map": "nmo_brooklyn",
"gamemode": null,
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": null,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788106131,
"last_update": 1788219815,
"ban_reason": null,
"banned": false,
"hidden": 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": 17213,
"language": "tr",
"parked": false,
"app": {
"id": 6,
"steam_id": 224260,
"name": "No More Room in Hell",
"url": "no-more-room-in-hell"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14236891");
$data = json_decode($json, true);
var_dump($data);