SG Icarus Server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10771665,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Kostanay",
"description": null,
"game": 1149460,
"owner": 153879,
"boosts": 1,
"last_offline": 1771825857,
"last_online": 1770877215,
"icon": null,
"name": "SG Icarus Server",
"connect": null,
"request": null,
"map": null,
"gamemode": "Icarus",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "KZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766486152,
"last_update": 1771825857,
"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": 8719,
"language": "kk",
"parked": true,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": {
"username": "fotonova2",
"avatar": "15cc87a1-63d3-427b-a877-e8acdc79762d.jpg"
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10771665");
$data = json_decode($json, true);
var_dump($data);