V Rising
API für Darkness Rising [Vanilla - No Wipe]
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10747235json
{
"response": {
"steam_id": 90284157933222930,
"domain": null,
"id": 10747235,
"ip": "31.220.97.66",
"port": 33100,
"query": 33115,
"color": 0,
"city": "Orangeburg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1773261136,
"score": 0,
"last_online": 1775789421,
"icon": null,
"name": "Darkness Rising [Vanilla - No Wipe]",
"connect": "31.220.97.66:33100",
"request": "31.220.97.66:33115",
"map": "VRisingWorld",
"gamemode": "795763cc-2bea-451a-aa8c-29dd17a5b85e",
"version": "0.0.0.1",
"numplayers": 3,
"maxplayers": 35,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 39,
"add_date": 1766252064,
"last_update": 1775789421,
"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": 68,
"language": "en",
"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/10747235");
$data = json_decode($json, true);
var_dump($data);