Arma 3
API für [Thailand]Arma3 Meow Warrior Mutiny[NoMod] discord/xcaVP3VddX
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8010555json
{
"response": {
"steam_id": "90284356123746306",
"domain": null,
"id": 8010555,
"ip": "45.150.130.81",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Nonthaburi",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1775805124,
"score": 0,
"last_online": 1776822639,
"icon": null,
"name": "[Thailand]Arma3 Meow Warrior Mutiny[NoMod] discord/xcaVP3VddX",
"connect": "45.150.130.81:2302",
"request": "45.150.130.81:2303",
"map": "Altis",
"gamemode": "-= Liberation RX =-",
"version": "2.20.152984",
"numplayers": 1,
"maxplayers": 43,
"bots": 0,
"secured": false,
"private": false,
"country": "TH",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1741204419,
"last_update": 1776822639,
"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": 262,
"language": "th",
"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/8010555");
$data = json_decode($json, true);
var_dump($data);