Soulmask
SoulMask Community Server TheOPFAM के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6793262json
{
"response": {
"steam_id": "90284730131074048",
"domain": null,
"id": 6793262,
"ip": "47.253.130.33",
"port": 8777,
"query": 27015,
"color": 0,
"city": "Charlottesville",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1776327714,
"score": 0,
"last_online": 1776799836,
"icon": null,
"name": "SoulMask Community Server TheOPFAM",
"connect": "47.253.130.33:8777",
"request": "47.253.130.33:27015",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 2,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1733243336,
"last_update": 1776799836,
"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": 144,
"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/6793262");
$data = json_decode($json, true);
var_dump($data);