The Forest
API für Agila Host
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10998856json
{
"response": {
"steam_id": "90280766517110803",
"domain": null,
"id": 10998856,
"ip": "156.59.232.194",
"port": 2478,
"query": 27016,
"color": 0,
"city": "Manila",
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1775811124,
"score": 0,
"last_online": 1776610214,
"icon": null,
"name": "Agila Host",
"connect": "156.59.232.194:2478",
"request": "156.59.232.194:27016",
"map": "Normal",
"gamemode": "The Forest",
"version": "0.11.3.0.0",
"numplayers": 2,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "PH",
"status": true,
"votes": 0,
"points": 98,
"add_date": 1769906576,
"last_update": 1776610214,
"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": 1,
"language": "tl",
"parked": false,
"app": {
"id": 184,
"steam_id": 242760,
"name": "The Forest",
"url": "the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10998856");
$data = json_decode($json, true);
var_dump($data);