Arma 2: Operation Arrowhead
Official Origins Mod #LFS The Last Sanctuary PVE GER|ENG(1.8.3/ के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11015148json
{
"response": {
"steam_id": "90284374643745819",
"domain": null,
"id": 11015148,
"ip": "37.187.144.40",
"port": 4201,
"query": 4202,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1775437926,
"score": 0,
"last_online": 1776223224,
"icon": null,
"name": "Official Origins Mod #LFS The Last Sanctuary PVE GER|ENG(1.8.3/",
"connect": "37.187.144.40:4201",
"request": "37.187.144.40:4202",
"map": "Taviana",
"gamemode": "Origins Mod",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769943044,
"last_update": 1776223224,
"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": 129,
"language": "fr",
"parked": false,
"app": {
"id": 62,
"steam_id": 33930,
"name": "Arma 2: Operation Arrowhead",
"url": "arma-2-operation-arrowhead"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11015148");
$data = json_decode($json, true);
var_dump($data);