Soulmask
[RU/PVE/X3] Сибирь Egypt world के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11385097json
{
"response": {
"steam_id": "90284373336338444",
"domain": null,
"id": 11385097,
"ip": "87.103.246.51",
"port": 18001,
"query": 18006,
"color": 0,
"city": "Novokuznetsk",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1776083515,
"score": 0,
"last_online": 1776234017,
"icon": null,
"name": "[RU/PVE/X3] Сибирь Egypt world",
"connect": "87.103.246.51:18001",
"request": "87.103.246.51:18006",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 12,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 2,
"points": 57,
"add_date": 1774596161,
"last_update": 1776234017,
"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": 10,
"language": "ru",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11385097");
$data = json_decode($json, true);
var_dump($data);