V Rising
API für Cunts
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9523241json
{
"response": {
"steam_id": "90280575411174408",
"domain": null,
"id": 9523241,
"ip": "37.153.157.66",
"port": 28018,
"query": 28019,
"color": 0,
"city": "Gouda",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1769950899,
"score": 0,
"last_online": 1776801721,
"icon": null,
"name": "Cunts",
"connect": "37.153.157.66:28018",
"request": "37.153.157.66:28019",
"map": "VRisingWorld",
"gamemode": "6eab57b5-3640-4148-93c9-34f4b36e9eb4",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750536988,
"last_update": 1776801721,
"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": 605,
"language": "nl",
"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/9523241");
$data = json_decode($json, true);
var_dump($data);