Arma 3
[GER] LiveYourLife #1 |Sprachtelefon|Clanbase|Quest| Altis Life के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/627987json
{
"response": {
"steam_id": "90284544114604042",
"domain": "altis.lyl.gg",
"id": 627987,
"ip": "54.38.154.47",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Limburg an der Lahn",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1770346300,
"score": null,
"last_online": 1776439811,
"icon": null,
"name": "[GER] LiveYourLife #1 |Sprachtelefon|Clanbase|Quest| Altis Life",
"connect": "altis.lyl.gg:2302",
"request": "54.38.154.47:2303",
"map": "Altis",
"gamemode": "Live Your Life RPG Altis - Lebe dein Leben | www.lyl.gg",
"version": "2.20.152984",
"numplayers": 113,
"maxplayers": 255,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 107,
"add_date": 1669650712,
"last_update": 1776439811,
"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": 5,
"language": "fr",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/627987");
$data = json_decode($json, true);
var_dump($data);