Arma 3
[AU] phil's Wasteland Malden - Under Development için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11070160json
{
"response": {
"steam_id": "90284573449064479",
"domain": null,
"id": 11070160,
"ip": "139.99.144.129",
"port": 2312,
"query": 2313,
"color": 0,
"city": "Sydney",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776019338,
"score": 0,
"last_online": 1776464535,
"icon": null,
"name": "[AU] phil's Wasteland Malden - Under Development",
"connect": "139.99.144.129:2312",
"request": "139.99.144.129:2313",
"map": "Malden",
"gamemode": "phil's A3Wasteland on Malden",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769972656,
"last_update": 1776464535,
"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": 2278,
"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/11070160");
$data = json_decode($json, true);
var_dump($data);