[BR] -=ALB=- Area 12 Part 2 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90285589872532501",
"domain": null,
"id": 11668189,
"ip": "177.62.236.148",
"port": 8734,
"query": 28212,
"color": 0,
"city": "Guarulhos",
"description": null,
"game": 872670,
"owner": null,
"boosts": 1,
"last_offline": 1780595007,
"last_online": 1780258867,
"icon": null,
"name": "[BR] -=ALB=- Area 12 Part 2",
"connect": "177.62.236.148:8734",
"request": "177.62.236.148:28212",
"map": "M_ServerDefault",
"gamemode": "Campaign",
"version": "0.4.1.0",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780179623,
"last_update": 1780595007,
"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": 57,
"language": "pt",
"parked": false,
"app": {
"id": 51883,
"steam_id": 872670,
"name": "SCP: 5K (Alpha Testing)",
"url": "scp-5k-alpha-testing"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11668189");
$data = json_decode($json, true);
var_dump($data);