Arma Reforger
Name is not set on server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8078757json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8078757,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"YnCJPM_pmV\",\"type\":\"paragraph\",\"data\":{\"text\":\"Tactical chaos at its finest! 🪖🔥 Join 696 battlefield where teamwork is key, but accidents happen. PVP & PVE action with a side of friendly fire... will you survive?\"}}]",
"game": 1874880,
"owner": 109934,
"boosts": 1,
"last_offline": 1753434896,
"score": 0,
"last_online": 1749593424,
"icon": null,
"name": "Name is not set on server",
"connect": null,
"request": null,
"map": "Conflict - Everon (RHS)",
"gamemode": "Arma Reforger",
"version": null,
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1741524445,
"last_update": 1753434896,
"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": 42,
"language": "de",
"parked": true,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": {
"username": "atom32k",
"avatar": "7c675839-8f25-475b-8427-378d34ad901c.jpg",
"last_online": 1747679861
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/8078757");
$data = json_decode($json, true);
var_dump($data);