API для NastyToms SE Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "groupId103582791468459822 version1207022 datahashjXl7/PSt8esxhLRAy3oksva7mD4= mods3 gamemodeS10-10-10-10 view3000 modsTotalSize",
"os": "w",
"product": "Space Engineers",
"region": -1,
"steam_id": "90289343033604115",
"domain": null,
"id": 10315349,
"ip": "162.220.15.27",
"port": 29016,
"query": 29016,
"project_id": null,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1778764377,
"last_online": 1784674200,
"icon": null,
"name": "NastyToms SE Server",
"connect": "162.220.15.27:29016",
"request": "162.220.15.27:29016",
"map": "Nasty Space",
"gamemode": "Space Engineers",
"version": "1207022",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1758289817,
"last_update": 1784674200,
"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": 654,
"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/10315349");
$data = json_decode($json, true);
var_dump($data);