API для 农耕记
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "winter",
"secondaries": {
"1133580880": {
"id": "1133580880",
"port": 10998,
"__addr": "203.128.68.202",
"steamid": "90292211194485772"
}
},
"directory_id": "KU_gVswjV2R",
"steam_id": null,
"domain": null,
"id": 15068610,
"ip": "203.128.68.202",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Богор",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788581411,
"last_online": 1788624002,
"icon": null,
"name": "农耕记",
"connect": "203.128.68.202:10999",
"request": "203.128.68.202:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 1,
"maxplayers": 4,
"bots": null,
"secured": null,
"private": false,
"country": "ID",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1788581411,
"last_update": 1788624002,
"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": 37366,
"language": "id",
"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/15068610");
$data = json_decode($json, true);
var_dump($data);