API für Featherfloofs Anarchy
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286302719711232",
"domain": null,
"id": 11638356,
"ip": "51.83.139.120",
"port": 7477,
"query": 24015,
"color": 0,
"city": "Wroclaw",
"description": null,
"game": 321360,
"owner": null,
"boosts": 1,
"last_offline": 1780653816,
"last_online": 1779969092,
"icon": null,
"name": "Featherfloofs Anarchy",
"connect": "51.83.139.120:7477",
"request": "51.83.139.120:24015",
"map": "pc-docksnight",
"gamemode": "PCFreeRoamGame",
"version": "3.3.2",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779917240,
"last_update": 1780653816,
"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": 65,
"language": "pl",
"parked": false,
"app": {
"id": 4384,
"steam_id": 321360,
"name": "Primal Carnage: Extinction",
"url": "primal-carnage-extinction"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11638356");
$data = json_decode($json, true);
var_dump($data);