V Rising
[PL/EU] Blood&GLORY | PS5 | Relax PvE | No Wipe | Vanilla+ için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10641363json
{
"response": {
"steam_id": "90284152334659614",
"domain": null,
"id": 10641363,
"ip": "65.21.215.50",
"port": 27129,
"query": 27130,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1775772725,
"score": 0,
"last_online": 1776807667,
"icon": null,
"name": "[PL/EU] Blood&GLORY | PS5 | Relax PvE | No Wipe | Vanilla+",
"connect": "65.21.215.50:27129",
"request": "65.21.215.50:27130",
"map": "VRisingWorld",
"gamemode": "1b5e6214-c940-4e1e-8fd5-1abc96d27783",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1763716235,
"last_update": 1776807667,
"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": 1318,
"language": "fi",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10641363");
$data = json_decode($json, true);
var_dump($data);