API для Goppend's Sven Co-op Demesne
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90283856394778648",
"domain": null,
"id": 11586563,
"ip": "104.190.165.220",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Frisco",
"description": null,
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1780104255,
"last_online": 1779765117,
"icon": null,
"name": "Goppend's Sven Co-op Demesne",
"connect": "104.190.165.220:27016",
"request": "104.190.165.220:27016",
"map": "mommamesa",
"gamemode": "Sven Co-op 5.26",
"version": "5.0.1.8",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357196,
"last_update": 1780104255,
"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": 246,
"language": "en",
"parked": false,
"app": {
"id": 65,
"steam_id": 225840,
"name": "Sven Co-op",
"url": "sven-co-op"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11586563");
$data = json_decode($json, true);
var_dump($data);