API для PMCa4f4a3a8e2af130446a73316d628255d
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6947616,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": null,
"game": 9000034,
"owner": 95676,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1746405643,
"icon": null,
"name": "PMCa4f4a3a8e2af130446a73316d628255d",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": false,
"private": null,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1734660936,
"last_update": 1750457066,
"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": 5564,
"language": "en",
"parked": true,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "kogtyv",
"avatar": "a379b3f6-2e27-425a-9763-17036626bdd2.jpg"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6947616");
$data = json_decode($json, true);
var_dump($data);