API für A1 Equatorial - (v560.3)
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 90286583346013200,
"domain": null,
"id": 11665291,
"ip": "82.65.5.133",
"port": 5500,
"query": 57500,
"color": 0,
"city": "Willems",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1780553072,
"last_online": 1780575165,
"icon": null,
"name": "A1 Equatorial - (v560.3)",
"connect": "82.65.5.133:5500",
"request": "82.65.5.133:57500",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "560.3",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780179109,
"last_update": 1780575165,
"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": 1052,
"language": "fr",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11665291");
$data = json_decode($json, true);
var_dump($data);