V Rising
[SEA] V Arena | Duels | Raids | Practice için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11365824json
{
"response": {
"steam_id": "90285599006687244",
"domain": null,
"id": 11365824,
"ip": "15.235.160.39",
"port": 20004,
"query": 20005,
"color": 0,
"city": "Singapore",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1777913591,
"score": 0,
"last_online": 1778506827,
"icon": null,
"name": "[SEA] V Arena | Duels | Raids | Practice",
"connect": "15.235.160.39:20004",
"request": "15.235.160.39:20005",
"map": "VRisingWorld",
"gamemode": "4b842425-e2f2-4382-9731-ec3a665b946f",
"version": "0.0.0.1",
"numplayers": 8,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 54,
"add_date": 1774595204,
"last_update": 1778506827,
"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": 18,
"language": "en",
"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/11365824");
$data = json_decode($json, true);
var_dump($data);