Arma 3
API for 스페이드 리버레이션 비번일오삼 디코 xPm9wkqxVE
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9532780json
{
"response": {
"steam_id": "90283698765236245",
"domain": null,
"id": 9532780,
"ip": "218.153.238.129",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Yangcheon-gu",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1771666255,
"score": 0,
"last_online": 1776823960,
"icon": null,
"name": "스페이드 리버레이션 비번일오삼 디코 xPm9wkqxVE",
"connect": "218.153.238.129:2302",
"request": "218.153.238.129:2303",
"map": "Altis",
"gamemode": "Liberation 0.924",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": true,
"country": "KR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750538938,
"last_update": 1776823960,
"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": 1149,
"language": "ko",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9532780");
$data = json_decode($json, true);
var_dump($data);