Arma 3
[타노아서버]Malden-Altis-Stratis-Tanoa-Livonia 작전 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7825840json
{
"response": {
"steam_id": "90284575104911375",
"domain": null,
"id": 7825840,
"ip": "110.45.213.166",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Seongnam-si",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1772218894,
"score": 0,
"last_online": 1776570037,
"icon": null,
"name": "[타노아서버]Malden-Altis-Stratis-Tanoa-Livonia 작전",
"connect": "110.45.213.166:2302",
"request": "110.45.213.166:2303",
"map": "malden",
"gamemode": "[GHST] Enemy Assault in Malden[M1.73]",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": false,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1740064621,
"last_update": 1776570037,
"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": 219,
"language": "ko",
"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/7825840");
$data = json_decode($json, true);
var_dump($data);