GROUND BRANCH
API für Hawks Haven - PvE - the-hawks.net
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9732103json
{
"response": {
"steam_id": "90285045068849155",
"domain": null,
"id": 9732103,
"ip": "162.207.116.58",
"port": 1123,
"query": 27023,
"color": 0,
"city": "North Charleston",
"description": null,
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1777314751,
"score": 5,
"last_online": 1777501828,
"icon": null,
"name": "Hawks Haven - PvE - the-hawks.net",
"connect": "162.207.116.58:1123",
"request": "162.207.116.58:27023",
"map": "nv103518891",
"gamemode": "Ground Branch",
"version": "1.0.0.0",
"numplayers": 2,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 52,
"add_date": 1752145701,
"last_update": 1777501828,
"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": 10,
"language": "en",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9732103");
$data = json_decode($json, true);
var_dump($data);