Unturned
S.T.A.L.K.E.R. History of Zone | Stalker Role Play | RP के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/602958json
{
"response": {
"steam_id": "85568392925071042",
"domain": null,
"id": 602958,
"ip": "62.122.213.212",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": "",
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775883804,
"score": 4.4,
"last_online": 1776094213,
"icon": "https://historyofzone.ru/images/icons/factions/0.png",
"name": "S.T.A.L.K.E.R. History of Zone | Stalker Role Play | RP",
"connect": "62.122.213.212:27015",
"request": "62.122.213.212:27015",
"map": "S.T.A.L.K.E.R. Remastered",
"gamemode": "@УНИКАЛЬНЫЙ@РП@ПРОЕКТ@",
"version": "3.26.2.2",
"numplayers": 38,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1669401212,
"last_update": 1776094213,
"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": 14,
"language": "ru",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/602958");
$data = json_decode($json, true);
var_dump($data);