API для AMP Forest Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "The Forest",
"gametype": "dd08f453-ac8e-4dbf-989e-b25b9d7c4a4f;__95F414C35DF064A69E628D8344EE5FAC1D8406506A1C0929B8629C37EA18B5C4",
"dedicated": true,
"steam_id": "90291638669387795",
"domain": null,
"id": 13653472,
"ip": "197.245.185.59",
"port": 27017,
"query": 27018,
"project_id": null,
"color": 0,
"city": "Johannesburg",
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1787758526,
"last_online": 1787766180,
"icon": null,
"name": "AMP Forest Server",
"connect": "197.245.185.59:27017",
"request": "197.245.185.59:27018",
"map": "Normal",
"gamemode": null,
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": null,
"country": "ZA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1786466049,
"last_update": 1787766180,
"ban_reason": null,
"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": 182,
"language": "en",
"parked": false,
"app": {
"id": 184,
"steam_id": 242760,
"name": "The Forest",
"url": "the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13653472");
$data = json_decode($json, true);
var_dump($data);