API для DefaultServerName
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "NoOneSurvivedServer",
"gametype": "ew0KCSJQYXNzd29yZCI6ICIxMjMiLA0KCSJWZXIiOiAiMS4wLjAuNSIsDQoJIlBWUCI6ICJGYWxzZSINCn0=",
"dedicated": true,
"steam_id": "90292450999718943",
"domain": null,
"id": 15697536,
"ip": "46.165.14.134",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Нижний Тагил",
"description": null,
"game": 1963370,
"boosts": 1,
"last_offline": 1789308375,
"last_online": 1788938082,
"icon": null,
"name": "DefaultServerName",
"connect": "46.165.14.134:7777",
"request": "46.165.14.134:27015",
"map": "NotNeedPassword",
"gamemode": null,
"version": "1.0.0.5",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788934421,
"last_update": 1789308375,
"ban_reason": null,
"banned": false,
"hidden": 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": 79,
"language": "ru",
"parked": false,
"app": {
"id": 1554615,
"steam_id": 1963370,
"name": "No One Survived",
"url": "no-one-survived"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15697536");
$data = json_decode($json, true);
var_dump($data);