Spacewar
Barricade133 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11416313json
{
"response": {
"steam_id": "90284791286162432",
"domain": null,
"id": 11416313,
"ip": "70.50.112.30",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Minesing",
"description": null,
"game": 480,
"owner": null,
"boosts": 1,
"last_offline": 1776853352,
"score": 0,
"last_online": 1776821431,
"icon": null,
"name": "Barricade133",
"connect": "70.50.112.30:7777",
"request": "70.50.112.30:27015",
"map": "MP_Mercy_Retail",
"gamemode": "Gears of War 3",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "CA",
"status": false,
"votes": 0,
"points": 5,
"add_date": 1774599351,
"last_update": 1776853352,
"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": 23,
"language": "en",
"parked": false,
"app": {
"id": 54694,
"steam_id": 480,
"name": "Spacewar",
"url": "spacewar"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11416313");
$data = json_decode($json, true);
var_dump($data);