API для |LATAM|SCI-FI|SURVIVOR-VALLEY|PVE|FUTURISTIC|IA|SPACESHIP|
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90071992547409920",
"domain": null,
"id": 3948936,
"ip": "104.234.7.50",
"port": 2342,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Сантьяго",
"description": "",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1788672688,
"last_online": 1788678085,
"icon": null,
"name": "|LATAM|SCI-FI|SURVIVOR-VALLEY|PVE|FUTURISTIC|IA|SPACESHIP|",
"connect": "104.234.7.50:2342",
"request": "104.234.7.50:27016",
"map": "banov",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": false,
"private": false,
"country": "CL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1713948913,
"last_update": 1788678085,
"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": 4370,
"language": "es",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/3948936");
$data = json_decode($json, true);
var_dump($data);