Soulmask
SOTF-SOUL-01 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10422297json
{
"response": {
"steam_id": "90274787901557782",
"domain": null,
"id": 10422297,
"ip": "173.240.150.172",
"port": 26925,
"query": 26926,
"color": 0,
"city": "Maidenhead",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1774156928,
"score": 0,
"last_online": 1775992835,
"icon": null,
"name": "SOTF-SOUL-01",
"connect": "173.240.150.172:26925",
"request": "173.240.150.172:26926",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759826478,
"last_update": 1775992835,
"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": 673,
"language": "en",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10422297");
$data = json_decode($json, true);
var_dump($data);