API für UNDERTAKER-A-HARD
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286650079856665",
"domain": null,
"id": 11534012,
"ip": "99.5.196.238",
"port": 27026,
"query": 27027,
"project_id": null,
"color": 0,
"city": "Southfield",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1780444457,
"last_online": 1780698779,
"icon": null,
"name": "UNDERTAKER-A-HARD",
"connect": "99.5.196.238:27026",
"request": "99.5.196.238:27027",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355204,
"last_update": 1780698779,
"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": 4924,
"language": "en",
"parked": false,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11534012");
$data = json_decode($json, true);
var_dump($data);