API для diego.carmona6's World
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "winter",
"secondaries": {
"982703447": {
"id": "982703447",
"port": 10998,
"__addr": "179.60.76.138",
"steamid": "90292178922363917"
}
},
"directory_id": "KU_bkBUBjXR",
"steam_id": null,
"domain": null,
"id": 15042927,
"ip": "179.60.76.138",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Сантьяго",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788670202,
"last_online": 1788583200,
"icon": null,
"name": "diego.carmona6's World",
"connect": "179.60.76.138:10999",
"request": "179.60.76.138:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": null,
"private": true,
"country": "CL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788571835,
"last_update": 1788670202,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 98100,
"language": "es",
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15042927");
$data = json_decode($json, true);
var_dump($data);