API для Block Watch
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "groupId0 version1209024 datahashnFcJ4O6Z8jf7j3FwyIa7Yg/1k3U= mods32 gamemodeS3-1-3-3 view3000 modsTotalSize2723000398",
"os": "w",
"product": "Space Engineers",
"region": -1,
"steam_id": "90289212118465536",
"domain": null,
"id": 12376555,
"ip": "5.182.32.87",
"port": 27016,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Charlotte",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1784663575,
"last_online": 1784418697,
"icon": null,
"name": "Block Watch",
"connect": "5.182.32.87:27016",
"request": "5.182.32.87:27016",
"map": "Alien Planet",
"gamemode": null,
"version": "1209024",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": null,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784411942,
"last_update": 1784663575,
"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": 6546,
"language": "en",
"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/12376555");
$data = json_decode($json, true);
var_dump($data);