API für Pilipalipeli�HOE PW ppp1hoe
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286409862371343",
"domain": null,
"id": 11579212,
"ip": "91.156.185.157",
"port": 7709,
"query": 28854,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1780916604,
"last_online": 1780591321,
"icon": null,
"name": "Pilipalipeli�HOE PW ppp1hoe",
"connect": "91.156.185.157:7709",
"request": "91.156.185.157:28854",
"map": "KF-Constriction",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": true,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779356955,
"last_update": 1780916604,
"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": 399,
"language": "fi",
"parked": false,
"app": {
"id": 50,
"steam_id": 1250,
"name": "Killing Floor",
"url": "killing-floor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11579212");
$data = json_decode($json, true);
var_dump($data);