API для tesd
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "groupId0 version1209024 datahash5ZJU9qCgG5Qm0oxuCIlSLDpqZdE= mods88 gamemodeS10-10-10-10 view3000 modsTotalSize8826933731",
"os": "w",
"product": "Space Engineers",
"region": -1,
"steam_id": "90289130631992328",
"domain": null,
"id": 12351505,
"ip": "193.210.225.171",
"port": 27016,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Turku",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1784297139,
"last_online": 1784296873,
"icon": null,
"name": "tesd",
"connect": "193.210.225.171:27016",
"request": "193.210.225.171:27016",
"map": "Star System 2025-04-21 18:48",
"gamemode": null,
"version": "1209024",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": null,
"country": "FI",
"status": false,
"votes": 0,
"points": 56,
"add_date": 1784284867,
"last_update": 1784297139,
"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": 59,
"language": "fi",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12351505");
$data = json_decode($json, true);
var_dump($data);