noinfo3052620
API для OTT_OFFICIAL_SOUTHAMERICA_1
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11394768json
{
"response": {
"steam_id": "90283172945584141",
"domain": null,
"id": 11394768,
"ip": "216.238.116.138",
"port": 7186,
"query": 7187,
"color": 0,
"city": "Osasco",
"description": null,
"game": 3052620,
"owner": null,
"boosts": 1,
"last_offline": 1774597064,
"score": 0,
"last_online": 1776280266,
"icon": null,
"name": "OTT_OFFICIAL_SOUTHAMERICA_1",
"connect": "216.238.116.138:7186",
"request": "216.238.116.138:7187",
"map": "Weris_Village: Conquest",
"gamemode": "Over The Top: WW1",
"version": "OTT_1.01",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774597064,
"last_update": 1776280266,
"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": 56,
"language": "pt",
"parked": false,
"app": {
"id": 1665334,
"steam_id": 3052620,
"name": "noinfo3052620",
"url": "noinfo3052620"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11394768");
$data = json_decode($json, true);
var_dump($data);