API für -=AMERICA LATINA BRASIL=- 06
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286064890035214",
"domain": null,
"id": 11577647,
"ip": "187.56.106.102",
"port": 8715,
"query": 28205,
"color": 0,
"city": "Guarulhos",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1779439973,
"last_online": 1779479425,
"icon": null,
"name": "-=AMERICA LATINA BRASIL=- 06",
"connect": "187.56.106.102:8715",
"request": "187.56.106.102:28205",
"map": "KF-Elysium",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 1,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1779356881,
"last_update": 1779479425,
"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": 73,
"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/11577647");
$data = json_decode($json, true);
var_dump($data);