Miscreated
Civil War | More Loot | More Vehicles | New Weapons | PVP के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11181356json
{
"response": {
"steam_id": "90284688801524739",
"domain": null,
"id": 11181356,
"ip": "189.50.138.100",
"port": 64090,
"query": 64092,
"color": 0,
"city": "Presidente Prudente",
"description": null,
"game": 299740,
"owner": null,
"boosts": 1,
"last_offline": 1776804751,
"score": 0,
"last_online": 1776695567,
"icon": null,
"name": "Civil War | More Loot | More Vehicles | New Weapons | PVP",
"connect": "189.50.138.100:64090",
"request": "189.50.138.100:64092",
"map": "islands",
"gamemode": "Miscreated: 1011142",
"version": "1011142",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": true,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772229717,
"last_update": 1776804751,
"banned": false,
"wipe": null,
"official": true,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 84,
"language": "pt",
"parked": false,
"app": {
"id": 69,
"steam_id": 299740,
"name": "Miscreated",
"url": "miscreated"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11181356");
$data = json_decode($json, true);
var_dump($data);