Spacewar
API для 90280536638632966
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10928799json
{
"response": {
"steam_id": "90280536638632966",
"domain": null,
"id": 10928799,
"ip": "89.133.137.253",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Budapest",
"description": null,
"game": 480,
"owner": null,
"boosts": 1,
"last_offline": 1774450920,
"score": 0,
"last_online": 1776853841,
"icon": null,
"name": "90280536638632966",
"connect": "89.133.137.253:7777",
"request": "89.133.137.253:27015",
"map": null,
"gamemode": "Unreal Test!",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768481337,
"last_update": 1776853841,
"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": 12,
"language": "hu",
"parked": false,
"app": {
"id": 54694,
"steam_id": 480,
"name": "Spacewar",
"url": "spacewar"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10928799");
$data = json_decode($json, true);
var_dump($data);