LOBBY | Punch Totem Weapon GET - Tinmega ATLAS 50 ISLAND SPA - के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286911802903582",
"domain": null,
"id": 11631297,
"ip": "67.222.139.50",
"port": 42115,
"query": 42116,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1781247232,
"last_online": 1781251264,
"icon": null,
"name": "LOBBY | Punch Totem Weapon GET - Tinmega ATLAS 50 ISLAND SPA -",
"connect": "67.222.139.50:42115",
"request": "67.222.139.50:42116",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916726,
"last_update": 1781251264,
"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": 841,
"language": "en",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11631297");
$data = json_decode($json, true);
var_dump($data);