Arma 3
API für Centre d'Entraînement Ducks
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/3250775json
{
"response": {
"steam_id": "90284731493773325",
"domain": null,
"id": 3250775,
"ip": "51.255.74.130",
"port": 2402,
"query": 2403,
"color": 0,
"city": "Roubaix",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776762800,
"score": null,
"last_online": 1776813697,
"icon": null,
"name": "Centre d'Entraînement Ducks",
"connect": "51.255.74.130:2402",
"request": "51.255.74.130:2403",
"map": null,
"gamemode": "Waiting",
"version": "2.20.153649",
"numplayers": 0,
"maxplayers": 52,
"bots": 0,
"secured": false,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1709679419,
"last_update": 1776813697,
"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": 647,
"language": "fr",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/3250775");
$data = json_decode($json, true);
var_dump($data);