ATLAS
API для Punch Totem Weapon GET - Tinmega ATLAS 50 ISLAND SPAM MAP wi -
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11479546json
{
"response": {
"steam_id": 90285154205363230,
"domain": null,
"id": 11479546,
"ip": "67.222.139.50",
"port": 42015,
"query": 42016,
"color": 0,
"city": "Dallas",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1777530805,
"score": 0,
"last_online": 1777565471,
"icon": null,
"name": "Punch Totem Weapon GET - Tinmega ATLAS 50 ISLAND SPAM MAP wi -",
"connect": "67.222.139.50:42015",
"request": "67.222.139.50:42016",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774979110,
"last_update": 1777565471,
"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": 962,
"language": "en",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11479546");
$data = json_decode($json, true);
var_dump($data);