V Rising
API für 0[萌新服]X3物资,无管理员!
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8732718json
{
"response": {
"steam_id": "90280481998446617",
"domain": null,
"id": 8732718,
"ip": "175.178.54.174",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Guangzhou",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774156928,
"score": 0,
"last_online": 1776960634,
"icon": null,
"name": "0[萌新服]X3物资,无管理员!",
"connect": "175.178.54.174:9876",
"request": "175.178.54.174:9877",
"map": "VRisingWorld",
"gamemode": "0692798d-49bb-4395-b573-6a86b505af7d",
"version": "0.0.0.1",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 39,
"add_date": 1745838013,
"last_update": 1776960634,
"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": 49,
"language": "zh",
"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/8732718");
$data = json_decode($json, true);
var_dump($data);