Arma Reforger
#1 [GER] 24/7 WCS Deutsch | Map Rotation | PC/Xbox/PS5 | Tactical Gameplay için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11489806json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11489806,
"ip": "5.175.214.20",
"port": 2001,
"query": 17777,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1777168401,
"score": 0,
"last_online": 1777506072,
"icon": null,
"name": "#1 [GER] 24/7 WCS Deutsch | Map Rotation | PC/Xbox/PS5 | Tactical Gameplay",
"connect": "5.175.214.20:2001",
"request": "5.175.214.20:17777",
"map": "[WCS] Belleau Wood - North/South #1",
"gamemode": "Arma Reforger",
"version": "1.6.0.119",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1776874917,
"last_update": 1777506072,
"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": 37,
"language": "de",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11489806");
$data = json_decode($json, true);
var_dump($data);