Arma 3
API für Salty Dog Escape: S.O.G. Prairie Fire|CamLao|Kapaulio|theBra|Kh
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/651723json
{
"response": {
"steam_id": "90284592328773635",
"domain": null,
"id": 651723,
"ip": "45.121.210.1",
"port": 2692,
"query": 2693,
"color": 0,
"city": "Sydney",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1775221933,
"score": null,
"last_online": 1776490922,
"icon": null,
"name": "Salty Dog Escape: S.O.G. Prairie Fire|CamLao|Kapaulio|theBra|Kh",
"connect": "45.121.210.1:2692",
"request": "45.121.210.1:2693",
"map": "Cam_Lao_Nam",
"gamemode": "Salty Dog | Escape Cam Lao Nam SOGPF",
"version": "2.20.153074",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1669891242,
"last_update": 1776490922,
"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": 406,
"language": "en",
"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/651723");
$data = json_decode($json, true);
var_dump($data);