V Rising
[RU] -=MOON-REST=- [PvE] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8839440json
{
"response": {
"steam_id": "90284688103114776",
"domain": null,
"id": 8839440,
"ip": "185.207.214.66",
"port": 27821,
"query": 27822,
"color": 0,
"city": "Moscow",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1773545567,
"score": 0,
"last_online": 1776780027,
"icon": null,
"name": "[RU] -=MOON-REST=- [PvE]",
"connect": "185.207.214.66:27821",
"request": "185.207.214.66:27822",
"map": "VRisingWorld",
"gamemode": "475dd0f4-28e9-4ad2-a046-dd386cf072bb",
"version": "0.0.0.1",
"numplayers": 19,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 7,
"points": 58,
"add_date": 1746130033,
"last_update": 1776780027,
"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": 16,
"language": "ru",
"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/8839440");
$data = json_decode($json, true);
var_dump($data);