Icarus
API для 90284723451319313
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6530145json
{
"response": {
"steam_id": "90284723451319313",
"domain": null,
"id": 6530145,
"ip": "77.48.47.117",
"port": 51300,
"query": 51305,
"color": 0,
"city": "Střelice",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1776431604,
"score": 0,
"last_online": 1776819094,
"icon": null,
"name": "90284723451319313",
"connect": "77.48.47.117:51300",
"request": "77.48.47.117:51305",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1730458809,
"last_update": 1776819094,
"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": 443,
"language": "cs",
"parked": false,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6530145");
$data = json_decode($json, true);
var_dump($data);