V Rising
mrbei serve için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11166913json
{
"response": {
"steam_id": "90281522570960896",
"domain": null,
"id": 11166913,
"ip": "49.235.168.11",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1772228643,
"score": 0,
"last_online": 1776450740,
"icon": null,
"name": "mrbei serve",
"connect": "49.235.168.11:9876",
"request": "49.235.168.11:9877",
"map": "VRisingWorld",
"gamemode": "a7a9922a-78b3-423e-9a7c-c3a6ef59ab87",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772228643,
"last_update": 1776450740,
"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": 2172,
"language": "zh",
"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/11166913");
$data = json_decode($json, true);
var_dump($data);