GROUND BRANCH
API für EXECUTIVE OUTCOMES PVP
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10888870json
{
"response": {
"steam_id": "90285124984932381",
"domain": null,
"id": 10888870,
"ip": "192.169.85.162",
"port": 31501,
"query": 31503,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1771254103,
"score": 0,
"last_online": 1777510863,
"icon": null,
"name": "EXECUTIVE OUTCOMES PVP",
"connect": "192.169.85.162:31501",
"request": "192.169.85.162:31503",
"map": "Rig",
"gamemode": "Ground Branch",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768322426,
"last_update": 1777510863,
"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": 56,
"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/10888870");
$data = json_decode($json, true);
var_dump($data);