API для 4-Bit Gaming & Tech - Modded
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "groupId0 version1209020 datahashgLI2LWgSBeL12fmNSBZs+YyPqpU= mods29 gamemodeS10-1-3-4 view3000 modsTotalSize1263303531",
"os": "w",
"product": "Space Engineers",
"region": -1,
"steam_id": "90289112025213981",
"domain": null,
"id": 12348956,
"ip": "98.159.134.237",
"port": 27016,
"query": 27016,
"project_id": null,
"color": 0,
"city": "East Point",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1784268703,
"last_online": 1784676000,
"icon": null,
"name": "4-Bit Gaming & Tech - Modded",
"connect": "98.159.134.237:27016",
"request": "98.159.134.237:27016",
"map": "Earth Planet",
"gamemode": "Space Engineers",
"version": "1209020",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1784268703,
"last_update": 1784676000,
"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": 3518,
"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/12348956");
$data = json_decode($json, true);
var_dump($data);