API для Nekosam
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "Space Engineers",
"gametype": "groupId0 version1210011 datahashG/vZKQrkOap7RFJOIE3QPov6ZD4= mods0 gamemodeC view3000 modsTotalSize0",
"dedicated": true,
"steam_id": "90291856342657050",
"domain": null,
"id": 16231417,
"ip": "153.66.85.117",
"port": 27016,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Хантсвилл",
"description": null,
"game": 244850,
"boosts": 1,
"last_offline": 1789414980,
"last_online": 1789289529,
"icon": null,
"name": "Nekosam",
"connect": "153.66.85.117:27016",
"request": "153.66.85.117:27016",
"map": "Empty World",
"gamemode": null,
"version": "1210011",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": null,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789289580,
"last_update": 1789414980,
"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": 4060,
"language": "en",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16231417");
$data = json_decode($json, true);
var_dump($data);