America's Army: Proving Grounds
BRA - BRAZIL OFFICIAL SERVER *ACI* için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7352878json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7352878,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 203290,
"owner": 100324,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1737781248,
"icon": null,
"name": "BRA - BRAZIL OFFICIAL SERVER *ACI*",
"connect": null,
"request": null,
"map": "BDX_Crossfire_C4",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1736971265,
"last_update": 1750457066,
"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": 45,
"language": "pt",
"parked": true,
"app": {
"id": 75,
"steam_id": 203290,
"name": "America's Army: Proving Grounds",
"url": "americas-army-proving-grounds"
},
"server_owner": {
"username": "Fogserver",
"avatar": "5d2334fe-404f-4db4-9d5d-1e402e11a822.jpg",
"last_online": 1736971193
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/7352878");
$data = json_decode($json, true);
var_dump($data);