API für Tripwire Official - SG - 200004515 #019d68e7-a057-7e14-a2fa-6c8
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286677498093577",
"domain": null,
"id": 11631374,
"ip": "23.111.225.156",
"port": 27715,
"query": 27725,
"project_id": null,
"color": 0,
"city": "Singapore",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1780522465,
"last_online": 1780876281,
"icon": null,
"name": "Tripwire Official - SG - 200004515 #019d68e7-a057-7e14-a2fa-6c8",
"connect": "23.111.225.156:27715",
"request": "23.111.225.156:27725",
"map": "KF-CONTAINMENTSTATION",
"gamemode": "Tripwire Official - SG - 200004515 #019d68e7-a057-7e14-a2fa-6c8",
"version": "1150",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916730,
"last_update": 1780876281,
"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": 940,
"language": "en",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11631374");
$data = json_decode($json, true);
var_dump($data);