API für -=AMERICA LATINA BRASIL=- 02
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286509099870236",
"domain": null,
"id": 11715705,
"ip": "179.175.244.152",
"port": 8703,
"query": 28201,
"color": 0,
"city": "Guarulhos",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1780571012,
"last_online": 1780410623,
"icon": null,
"name": "-=AMERICA LATINA BRASIL=- 02",
"connect": "179.175.244.152:8703",
"request": "179.175.244.152:28201",
"map": "KF-CARILLONHAMLET",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780301694,
"last_update": 1780571012,
"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": 1247,
"language": "pt",
"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/11715705");
$data = json_decode($json, true);
var_dump($data);