API для 饥荒小分队OVO
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790386452,
"app": {
"id": 147,
"name": "Don't Starve Together",
"steam_id": 322330,
"url": "dont-starve-together"
},
"color": 0,
"connect": "112.18.34.189:10999",
"country": "CN",
"domain": null,
"game": 322330,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17134683,
"ip": "112.18.34.189",
"language": "zh",
"last_update": 1790394239,
"map": null,
"maxplayers": 16,
"name": "饥荒小分队OVO",
"numplayers": 0,
"official": null,
"points": 30,
"port": 10999,
"private": true,
"project_id": null,
"pve": null,
"pvp": 0,
"query": 10999,
"request": "112.18.34.189:10999",
"secured": null,
"status": true,
"steam_id": null,
"version": "747465",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": null,
"city": "Гуанчжоу",
"description": null,
"disabled_modules": [],
"gamemode": "survival",
"hidden": false,
"last_offline": null,
"last_online": 1790394239,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 8758,
"wipe_period": null,
"paused": false,
"season": "autumn",
"lanonly": false,
"dedicated": true,
"secondaries": {
"1491969798": {
"id": "1491969798",
"port": 10998,
"__addr": "112.18.34.189",
"steamid": "90293457843010591"
}
},
"clienthosted": false,
"directory_id": "609577a1031f6c70818c67cf2f8267d5"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17134683");
$data = json_decode($json, true);
var_dump($data);