API для [SEA] CASA'NOVA | DUOS | 3X | May 15
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286999290246151",
"domain": null,
"id": 11792089,
"ip": "40.27.47.178",
"port": 9876,
"query": 9877,
"project_id": null,
"color": 0,
"city": "Singapore",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1781377338,
"last_online": 1781424669,
"icon": null,
"name": "[SEA] CASA'NOVA | DUOS | 3X | May 15",
"connect": "40.27.47.178:9876",
"request": "40.27.47.178:9877",
"map": "VRisingWorld",
"gamemode": "76dc81e8-9e14-49f2-b54e-9f6d41da1cf3",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1781377338,
"last_update": 1781424669,
"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": 3912,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11792089");
$data = json_decode($json, true);
var_dump($data);