Icarus
API для
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11164890json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11164890,
"ip": "92.38.150.133",
"port": 21800,
"query": 21810,
"color": 0,
"city": "Santana de Parnaíba",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1776799358,
"score": 0,
"last_online": 1776076230,
"icon": null,
"name": null,
"connect": null,
"request": "92.38.150.133:21810",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": null,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772228567,
"last_update": 1776799358,
"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": 7013,
"language": "pt",
"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/11164890");
$data = json_decode($json, true);
var_dump($data);