V Rising
API for Red S
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8717887json
{
"response": {
"steam_id": "90266995897935876",
"domain": null,
"id": 8717887,
"ip": "123.57.56.228",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Beijing",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1768642877,
"score": 0,
"last_online": 1776453135,
"icon": null,
"name": "Red S",
"connect": "123.57.56.228:9876",
"request": "123.57.56.228:9877",
"map": "VRisingWorld",
"gamemode": "7f4e8002-d569-4b67-ac17-dcb3c96328ef",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1745744398,
"last_update": 1776453135,
"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": 375,
"language": "zh",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8717887");
$data = json_decode($json, true);
var_dump($data);