V Rising
only-fangs के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11449022json
{
"response": {
"steam_id": "90283450681688067",
"domain": null,
"id": 11449022,
"ip": "134.119.190.185",
"port": 20130,
"query": 20131,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774977959,
"score": 0,
"last_online": 1776800469,
"icon": null,
"name": "only-fangs",
"connect": "134.119.190.185:20130",
"request": "134.119.190.185:20131",
"map": "VRisingWorld",
"gamemode": "e5bd2c61-4fb9-45f4-9537-f426f31910a2",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977959,
"last_update": 1776800469,
"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": 2697,
"language": "fr",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11449022");
$data = json_decode($json, true);
var_dump($data);