V Rising
API für [RU] V Rising Server [CK]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8786514json
{
"response": {
"steam_id": "90284196561653783",
"domain": null,
"id": 8786514,
"ip": "31.25.28.152",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Moscow",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1775134439,
"score": 0,
"last_online": 1776453641,
"icon": null,
"name": "[RU] V Rising Server [CK]",
"connect": "31.25.28.152:9876",
"request": "31.25.28.152:9877",
"map": "VRisingWorld",
"gamemode": "d3ad5cbd-9c5d-486c-b404-27f13fc7135a",
"version": "0.0.0.1",
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1746021162,
"last_update": 1776453641,
"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": 127,
"language": "ru",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8786514");
$data = json_decode($json, true);
var_dump($data);