API для nordictacticalgamers.com [Mixed Co-op]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "Ground Branch",
"gametype": "/City/City_IntelRetrieval",
"dedicated": true,
"steam_id": "90291608635919363",
"domain": null,
"id": 12065904,
"ip": "62.72.228.159",
"port": 7797,
"query": 27018,
"project_id": null,
"color": 0,
"city": "Jakobstad",
"description": null,
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1787696445,
"last_online": 1787728390,
"icon": null,
"name": "nordictacticalgamers.com [Mixed Co-op]",
"connect": "62.72.228.159:7797",
"request": "62.72.228.159:27018",
"map": "nv1021575",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783800213,
"last_update": 1787728390,
"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": 58,
"language": "fi",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12065904");
$data = json_decode($json, true);
var_dump($data);