Customer Game Server Apocalypse Bingo by SurvivalServers.com के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286476454359064",
"domain": null,
"id": 11545503,
"ip": "141.94.75.11",
"port": 11716,
"query": 11716,
"color": 0,
"city": "Gravelines",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1780008219,
"last_online": 1780371058,
"icon": null,
"name": "Customer Game Server Apocalypse Bingo by SurvivalServers.com",
"connect": "141.94.75.11:11716",
"request": "141.94.75.11:11716",
"map": "noname",
"gamemode": "Space Engineers",
"version": "1209024",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355571,
"last_update": 1780371058,
"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": 1998,
"language": "fr",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11545503");
$data = json_decode($json, true);
var_dump($data);