ACES Server #1 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286576507922443",
"domain": null,
"id": 11623442,
"ip": "15.218.33.16",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Coeur d'Alene",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1780685003,
"last_online": 1780562580,
"icon": null,
"name": "ACES Server #1",
"connect": "15.218.33.16:2302",
"request": "15.218.33.16:2303",
"map": "Cam_Lao_Nam",
"gamemode": "Drazov FUckert",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 72,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779916115,
"last_update": 1780685003,
"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": 4996,
"language": "en",
"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/11623442");
$data = json_decode($json, true);
var_dump($data);