Arma 3
API für [RSF서버] 비번 일이팔 / 디코 : h4Cj5t3wYc
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8299476json
{
"response": {
"steam_id": "90284633372722204",
"domain": null,
"id": 8299476,
"ip": "141.164.46.105",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Seoul",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776584001,
"score": 0,
"last_online": 1776583230,
"icon": null,
"name": "[RSF서버] 비번 일이팔 / 디코 : h4Cj5t3wYc",
"connect": "141.164.46.105:2302",
"request": "141.164.46.105:2303",
"map": "WL_Rosche",
"gamemode": "RSF%20Server",
"version": "2.20.152984",
"numplayers": 13,
"maxplayers": 69,
"bots": 0,
"secured": false,
"private": true,
"country": "KR",
"status": false,
"votes": 0,
"points": 45,
"add_date": 1743285019,
"last_update": 1776584001,
"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": 47,
"language": "ko",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8299476");
$data = json_decode($json, true);
var_dump($data);