America Latina Brasil के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90285589872528405",
"domain": null,
"id": 11588475,
"ip": "187.56.106.102",
"port": 27070,
"query": 27068,
"color": 0,
"city": "Guarulhos",
"description": null,
"game": 728740,
"owner": null,
"boosts": 1,
"last_offline": 1779778358,
"last_online": 1779642199,
"icon": null,
"name": "America Latina Brasil",
"connect": "187.56.106.102:27070",
"request": "187.56.106.102:27068",
"map": "QUARRY",
"gamemode": "SEV2 remastered dedicated server",
"version": "1.1.1.1",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357825,
"last_update": 1779778358,
"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": 1,
"language": "pt",
"parked": false,
"app": {
"id": 47311,
"steam_id": 728740,
"name": "Sniper Elite V2 Remastered",
"url": "sniper-elite-v2-remastered"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11588475");
$data = json_decode($json, true);
var_dump($data);