Squad
[GER/ENG]=D!E= Clan Community Server[DE/EN] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10694876json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10694876,
"ip": "84.200.132.197",
"port": 7787,
"query": 7787,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 393380,
"owner": 158940,
"boosts": 1,
"last_offline": 1775022148,
"score": 5,
"last_online": 1776812410,
"icon": null,
"name": "[GER/ENG]=D!E= Clan Community Server[DE/EN]",
"connect": "84.200.132.197:7787",
"request": "84.200.132.197:7787",
"map": "FoolsRoad_AAS_v1",
"gamemode": "AAS",
"version": "v10.3.1.571437.1655",
"numplayers": 0,
"maxplayers": 98,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 51,
"points": 111,
"add_date": 1765020433,
"last_update": 1776812410,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 36,
"language": "de",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": {
"username": "derambo",
"avatar": "99cfffb2-b5c7-4d42-8860-6383b75c8250.png",
"last_online": 1776101069
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10694876");
$data = json_decode($json, true);
var_dump($data);