API für Cumtown | Prop Hunt | PropHunt | EU | discord.gg/P4DamSEEtJ
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "85568392936260769",
"domain": null,
"id": 11506232,
"ip": "188.42.131.212",
"port": 29020,
"query": 29020,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1780561416,
"last_online": 1780039884,
"icon": null,
"name": "Cumtown | Prop Hunt | PropHunt | EU | discord.gg/P4DamSEEtJ",
"connect": "188.42.131.212:29020",
"request": "188.42.131.212:29020",
"map": "cs_office",
"gamemode": "Counter-Strike 2",
"version": "1.41.5.8",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779286439,
"last_update": 1780561416,
"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": 14013,
"language": "nl",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11506232");
$data = json_decode($json, true);
var_dump($data);