ATLAS
A3 - (v560.3) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11384152json
{
"response": {
"steam_id": "90285170090990615",
"domain": null,
"id": 11384152,
"ip": "76.20.121.254",
"port": 5720,
"query": 57520,
"color": 0,
"city": "Visalia",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1777558392,
"score": 0,
"last_online": 1777564237,
"icon": null,
"name": "A3 - (v560.3)",
"connect": "76.20.121.254:5720",
"request": "76.20.121.254:57520",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "560.3",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1774596127,
"last_update": 1777564237,
"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": 169,
"language": "en",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11384152");
$data = json_decode($json, true);
var_dump($data);