Hell Let Loose
[BWR] UA Ukrainian-Baltic Server! के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11392785json
{
"response": {
"steam_id": "90283874941310989",
"domain": null,
"id": 11392785,
"ip": "142.91.157.60",
"port": 7787,
"query": 26025,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 686810,
"owner": null,
"boosts": 1,
"last_offline": 1774596765,
"score": 0,
"last_online": 1776731502,
"icon": null,
"name": "[BWR] UA Ukrainian-Baltic Server!",
"connect": "142.91.157.60:7787",
"request": "142.91.157.60:26025",
"map": "Foy",
"gamemode": "Hell Let Loose",
"version": "0.1.1.0",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596765,
"last_update": 1776731502,
"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": 298,
"language": "nl",
"parked": false,
"app": {
"id": 51409,
"steam_id": 686810,
"name": "Hell Let Loose",
"url": "hell-let-loose"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11392785");
$data = json_decode($json, true);
var_dump($data);