Arma 3
Royal Icarian Armed Forces için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10959839json
{
"response": {
"steam_id": "90284624903976963",
"domain": null,
"id": 10959839,
"ip": "136.175.187.81",
"port": 2331,
"query": 2332,
"color": 0,
"city": "Dallas",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776814950,
"score": 0,
"last_online": 1776558028,
"icon": null,
"name": "Royal Icarian Armed Forces",
"connect": "136.175.187.81:2331",
"request": "136.175.187.81:2332",
"map": "vt7",
"gamemode": "Ashes_of_Kydros_Strait",
"version": "2.20.152984",
"numplayers": 5,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 19,
"add_date": 1768750134,
"last_update": 1776814950,
"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": 3174,
"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/10959839");
$data = json_decode($json, true);
var_dump($data);