Hired Ops
API für HGKG3-UYMEIG
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11429522json
{
"response": {
"steam_id": "90284569175835678",
"domain": null,
"id": 11429522,
"ip": "209.58.191.56",
"port": 28675,
"query": 27675,
"color": 0,
"city": "Wan Chai",
"description": null,
"game": 374280,
"owner": null,
"boosts": 1,
"last_offline": 1776781349,
"score": 0,
"last_online": 1776440559,
"icon": null,
"name": "HGKG3-UYMEIG",
"connect": "209.58.191.56:28675",
"request": "209.58.191.56:27675",
"map": "13",
"gamemode": "Contract Wars 2.0 Standalone",
"version": "1.0.0.0",
"numplayers": 2,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "HK",
"status": false,
"votes": 0,
"points": 16,
"add_date": 1774600503,
"last_update": 1776781349,
"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": 1556,
"language": "zh",
"parked": false,
"app": {
"id": 6495,
"steam_id": 374280,
"name": "Hired Ops",
"url": "hired-ops"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11429522");
$data = json_decode($json, true);
var_dump($data);