Arma 3
[PS46](GER)PVE|NORMAL|64Bit|100k|Veh.Tuning|Roam.AI|VECTOR|&mor için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/3929572json
{
"response": {
"steam_id": 90284581625173020,
"domain": null,
"id": 3929572,
"ip": "88.198.35.53",
"port": 3102,
"query": 3103,
"color": 0,
"city": "Nuremberg",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776319313,
"score": 0,
"last_online": 1776469236,
"icon": null,
"name": "[PS46](GER)PVE|NORMAL|64Bit|100k|Veh.Tuning|Roam.AI|VECTOR|&mor",
"connect": "88.198.35.53:3102",
"request": "88.198.35.53:3103",
"map": "Tembelan",
"gamemode": "[PS46]---NORMAL---Exile",
"version": "2.20.152991",
"numplayers": 1,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1713740207,
"last_update": 1776469236,
"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": 228,
"language": "de",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/3929572");
$data = json_decode($json, true);
var_dump($data);