Dark and Light
US-SOF-PVE1 - (v100.54351) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/812216json
{
"response": {
"steam_id": "90261245375109123",
"domain": null,
"id": 812216,
"ip": "37.10.126.61",
"port": 17777,
"query": 27015,
"color": 0,
"city": "Los Angeles",
"description": "",
"game": 529180,
"owner": null,
"boosts": 1,
"last_offline": 1768640848,
"score": null,
"last_online": 1776606620,
"icon": null,
"name": "US-SOF-PVE1 - (v100.54351)",
"connect": "37.10.126.61:17777",
"request": "37.10.126.61:27015",
"map": "TheShard",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 14,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1684357702,
"last_update": 1776606620,
"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": 24,
"language": "en",
"parked": false,
"app": {
"id": 180,
"steam_id": 529180,
"name": "Dark and Light",
"url": "dark-and-light"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/812216");
$data = json_decode($json, true);
var_dump($data);