The Forest
API für FR3AK Forest CREW
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11219056json
{
"response": {
"steam_id": "85568392935865837",
"domain": null,
"id": 11219056,
"ip": "64.31.29.162",
"port": 29855,
"query": 29856,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1776195121,
"score": 0,
"last_online": 1776641495,
"icon": null,
"name": "FR3AK Forest CREW",
"connect": "64.31.29.162:29855",
"request": "64.31.29.162:29856",
"map": "Normal",
"gamemode": "The Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772701445,
"last_update": 1776641495,
"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": 119,
"language": "de",
"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/11219056");
$data = json_decode($json, true);
var_dump($data);