API für ||Deep||/T\||Noise||�#2�<<INFERNAL>>�UWU
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286580170426398",
"domain": null,
"id": 11715934,
"ip": "108.61.254.192",
"port": 7709,
"query": 28854,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1780572869,
"last_online": 1780566095,
"icon": null,
"name": "||Deep||/T\\||Noise||�#2�<<INFERNAL>>�UWU",
"connect": "108.61.254.192:7709",
"request": "108.61.254.192:28854",
"map": "KF-PandemiA-WEDIT",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780301754,
"last_update": 1780572869,
"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": 464,
"language": "nl",
"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/11715934");
$data = json_decode($json, true);
var_dump($data);