Space Engineers
API для A New GameServers.com Server is Born
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/716058json
{
"response": {
"steam_id": "90284507938566162",
"domain": null,
"id": 716058,
"ip": "108.61.232.182",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Maryland Heights",
"description": "",
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1776322913,
"score": null,
"last_online": 1776403927,
"icon": null,
"name": "A New GameServers.com Server is Born",
"connect": "108.61.232.182:27015",
"request": "108.61.232.182:27015",
"map": "My World",
"gamemode": "Space Engineers",
"version": "1205026",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1672138675,
"last_update": 1776403927,
"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": 163,
"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/716058");
$data = json_decode($json, true);
var_dump($data);