Tusk-Station के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286538426037252",
"domain": null,
"id": 11624921,
"ip": "71.202.206.41",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Santa Maria",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1780365249,
"last_online": 1780476777,
"icon": null,
"name": "Tusk-Station",
"connect": "71.202.206.41:27016",
"request": "71.202.206.41:27016",
"map": "(Workshop) Ares at War 2026-05-",
"gamemode": "Space Engineers",
"version": "1209024",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916168,
"last_update": 1780476777,
"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": 2970,
"language": "en",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11624921");
$data = json_decode($json, true);
var_dump($data);