SupremeGaming Scorched Earth PVE - 10xT/H/XP 20x Breed - Kit - के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286916310388766",
"domain": null,
"id": 1533534,
"ip": "209.189.250.18",
"port": 6752,
"query": 28052,
"project_id": null,
"color": 0,
"city": "Bryan",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1781259238,
"last_online": 1781340083,
"icon": null,
"name": "SupremeGaming Scorched Earth PVE - 10xT/H/XP 20x Breed - Kit -",
"connect": "209.189.250.18:6752",
"request": "209.189.250.18:28052",
"map": "ScorchedEarth",
"gamemode": "TestGameMode_TSMODCBSD_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1697611553,
"last_update": 1781340083,
"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": 3271,
"language": "en",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/1533534");
$data = json_decode($json, true);
var_dump($data);