Squad
The Potato Fields 2 | New Player Friendly के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11142534json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11142534,
"ip": "212.192.28.21",
"port": 10272,
"query": 10272,
"color": 0,
"city": "Ashburn",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1776628414,
"score": 0,
"last_online": 1776785409,
"icon": null,
"name": "The Potato Fields 2 | New Player Friendly",
"connect": "212.192.28.21:10272",
"request": "212.192.28.21:10272",
"map": "Yehorivka_RAAS_v2",
"gamemode": "RAAS",
"version": "v10.3.1.576590.1719",
"numplayers": 96,
"maxplayers": 98,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 127,
"add_date": 1770804049,
"last_update": 1776785409,
"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": 40,
"language": "en",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11142534");
$data = json_decode($json, true);
var_dump($data);