API для Macaco
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "BUILDID:0,OWNINGID:76561198300832169,OWNINGNAME:Macaco,SESSIONFLAGS:512",
"os": "w",
"product": "unrealdk",
"region": -1,
"steam_id": "90288831703951378",
"domain": null,
"id": 12259590,
"ip": "89.154.72.40",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Porto",
"description": null,
"game": 1378990,
"owner": null,
"boosts": 1,
"last_offline": 1784014350,
"last_online": 1783978954,
"icon": null,
"name": "Macaco",
"connect": "89.154.72.40:7777",
"request": "89.154.72.40:27015",
"map": null,
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": null,
"country": "PT",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783860937,
"last_update": 1784014350,
"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": 1000,
"language": "pt",
"parked": false,
"app": {
"id": 1611530,
"steam_id": 1378990,
"name": "Crash Bandicoot 4: It’s About Time",
"url": "crash-bandicoot-4-it-s-about-time"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12259590");
$data = json_decode($json, true);
var_dump($data);