API für ARES |3| SAKHAL [NO MODS]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286248533225491",
"domain": null,
"id": 11602938,
"ip": "185.207.214.93",
"port": 2502,
"query": 2505,
"color": 0,
"city": "Moscow",
"description": null,
"game": 221100,
"owner": 35747,
"boosts": 1,
"last_offline": 1779816985,
"last_online": 1779997231,
"icon": null,
"name": "ARES |3| SAKHAL [NO MODS]",
"connect": "185.207.214.93:2502",
"request": "185.207.214.93:2505",
"map": "sakhal",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779816985,
"last_update": 1779997231,
"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": 1816,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "Richie",
"avatar": "79ebf92b-2a54-4c44-9e18-04ac1a054f67.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11602938");
$data = json_decode($json, true);
var_dump($data);