GROUND BRANCH
1st Special Forces Group के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7336522json
{
"response": {
"steam_id": "90285106825786397",
"domain": null,
"id": 7336522,
"ip": "38.92.48.101",
"port": 12834,
"query": 12844,
"color": 0,
"city": "Dallas",
"description": null,
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1772445700,
"score": 0,
"last_online": 1777501261,
"icon": null,
"name": "1st Special Forces Group",
"connect": "38.92.48.101:12834",
"request": "38.92.48.101:12844",
"map": "RunDown",
"gamemode": "Ground Branch",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1736932971,
"last_update": 1777501261,
"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": 29,
"language": "en",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7336522");
$data = json_decode($json, true);
var_dump($data);