New Citizen
New Citizen Official United States #2 (Washington D.C, VA) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11394925json
{
"response": {
"steam_id": "90284416433994755",
"domain": null,
"id": 11394925,
"ip": "147.135.31.64",
"port": 23100,
"query": 23110,
"color": 0,
"city": "Oakton",
"description": null,
"game": 2019700,
"owner": null,
"boosts": 1,
"last_offline": 1774597274,
"score": 0,
"last_online": 1776304254,
"icon": null,
"name": "New Citizen Official United States #2 (Washington D.C, VA)",
"connect": "147.135.31.64:23100",
"request": "147.135.31.64:23110",
"map": "MapName",
"gamemode": "GameDescription",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774597274,
"last_update": 1776304254,
"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": 1,
"language": "en",
"parked": false,
"app": {
"id": 1610165,
"steam_id": 2019700,
"name": "New Citizen",
"url": "new-citizen"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11394925");
$data = json_decode($json, true);
var_dump($data);