Serv dos Brother 4FUN | Trade/Achievement | Custom Taunts के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "85568392921443599",
"domain": null,
"id": 11545013,
"ip": "212.69.5.244",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Osasco",
"description": null,
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1779355562,
"last_online": 1779429639,
"icon": null,
"name": "Serv dos Brother 4FUN | Trade/Achievement | Custom Taunts",
"connect": "212.69.5.244:27015",
"request": "212.69.5.244:27015",
"map": "walmart_bettermeme_v13c",
"gamemode": "4FUN TRADE/ACHIEVEMENT",
"version": "10515055",
"numplayers": 3,
"maxplayers": 61,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1779355562,
"last_update": 1779429639,
"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": 156,
"language": "pt",
"parked": false,
"app": {
"id": 24,
"steam_id": 440,
"name": "Team Fortress 2",
"url": "team-fortress-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11545013");
$data = json_decode($json, true);
var_dump($data);