AMERICA LATINA BRASIL के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": 90286474101123100,
"domain": null,
"id": 11716427,
"ip": "179.175.244.152",
"port": 27046,
"query": 27047,
"color": 0,
"city": "Guarulhos",
"description": null,
"game": 580870,
"owner": null,
"boosts": 1,
"last_offline": 1780302058,
"last_online": 1780344214,
"icon": null,
"name": "AMERICA LATINA BRASIL",
"connect": "179.175.244.152:27046",
"request": "179.175.244.152:27047",
"map": "9/FreeForAll",
"gamemode": "Ballistic Overkill",
"version": "1.5.6.0.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780302058,
"last_update": 1780344214,
"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": 3,
"language": "pt",
"parked": false,
"app": {
"id": 14145,
"steam_id": 580870,
"name": "Ballistic",
"url": "ballistic"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11716427");
$data = json_decode($json, true);
var_dump($data);