V Rising
[RU] Krabs PvE [Brutal|x2|NoWipes] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6184594json
{
"response": {
"steam_id": 90282893766889490,
"domain": null,
"id": 6184594,
"ip": "46.22.48.46",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Moscow",
"description": null,
"game": 1604030,
"owner": 68972,
"boosts": 1,
"last_offline": 1773105131,
"score": 0,
"last_online": 1776436824,
"icon": null,
"name": "[RU] Krabs PvE [Brutal|x2|NoWipes]",
"connect": "46.22.48.46:9876",
"request": "46.22.48.46:9877",
"map": "VRisingWorld",
"gamemode": "2703a892-d66c-45e8-99ee-478dc4d6d535",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1728236440,
"last_update": 1776436824,
"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": 22,
"language": "ru",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": {
"username": "maks061",
"avatar": "351edf9f-4bbb-43bf-a8a0-0f64dd5b7c02.jpg",
"last_online": 1738897705
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/6184594");
$data = json_decode($json, true);
var_dump($data);