GRAV
GRAV Unofficial Community Patch PvE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8081030json
{
"response": {
"steam_id": "90284234599105549",
"domain": null,
"id": 8081030,
"ip": "64.31.28.154",
"port": 7785,
"query": 27015,
"color": 0,
"city": "New York",
"description": null,
"game": 332500,
"owner": null,
"boosts": 1,
"last_offline": 1774697547,
"score": 0,
"last_online": 1776282028,
"icon": null,
"name": "GRAV Unofficial Community Patch PvE",
"connect": "64.31.28.154:7785",
"request": "64.31.28.154:27015",
"map": "Reborn Update 9.8.1",
"gamemode": "GRAV",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 255,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1741528474,
"last_update": 1776282028,
"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": 82,
"steam_id": 332500,
"name": "GRAV",
"url": "grav"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/8081030");
$data = json_decode($json, true);
var_dump($data);