Arma Reforger
[RU] WASD | RUSSIAN | arma-wasd.ru के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10889998json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10889998,
"ip": "95.79.129.121",
"port": 28997,
"query": 17777,
"color": 0,
"city": "Nizhniy Novgorod",
"description": null,
"game": 1874880,
"owner": 159753,
"boosts": 1,
"last_offline": 1776756201,
"score": 0,
"last_online": 1776778823,
"icon": null,
"name": "[RU] WASD | RUSSIAN | arma-wasd.ru",
"connect": "95.79.129.121:28997",
"request": "95.79.129.121:17777",
"map": "Donetsk Russian Operation",
"gamemode": "Arma Reforger",
"version": "1.6.0.119",
"numplayers": 1,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768326863,
"last_update": 1776778823,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9,
"language": "ru",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": {
"username": "wasdarma",
"avatar": "9265b067-73c6-4382-944e-b08c6733972d.png",
"last_online": 1775456995
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10889998");
$data = json_decode($json, true);
var_dump($data);