Sons Of The Forest
API für Ekipa Pro!
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1143304json
{
"response": {
"steam_id": "90284792314513437",
"domain": null,
"id": 1143304,
"ip": "176.57.171.90",
"port": 28215,
"query": 28216,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 1326470,
"owner": null,
"boosts": 1,
"last_offline": 1775422405,
"score": null,
"last_online": 1776840112,
"icon": null,
"name": "Ekipa Pro!",
"connect": "176.57.171.90:28215",
"request": "176.57.171.90:28216",
"map": "Normal",
"gamemode": "Sons Of the Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1689025747,
"last_update": 1776840112,
"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": 20,
"language": "de",
"parked": false,
"app": {
"id": 1569757,
"steam_id": 1326470,
"name": "Sons Of The Forest",
"url": "sons-of-the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/1143304");
$data = json_decode($json, true);
var_dump($data);