API für Anubis awakening
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286655803115548",
"domain": null,
"id": 11620871,
"ip": "194.163.157.60",
"port": 28200,
"query": 28215,
"project_id": null,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1781135005,
"last_online": 1780718443,
"icon": null,
"name": "Anubis awakening",
"connect": "194.163.157.60:28200",
"request": "194.163.157.60:28215",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779916041,
"last_update": 1781135005,
"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": 5895,
"language": "fr",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11620871");
$data = json_decode($json, true);
var_dump($data);