V Rising
API für sado-TR
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/11207985json
{
"response": {
"steam_id": 90284070808187920,
"domain": null,
"id": 11207985,
"ip": "134.119.179.55",
"port": 20025,
"query": 20026,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1772700482,
"score": 0,
"last_online": 1775788868,
"icon": null,
"name": "sado-TR",
"connect": "134.119.179.55:20025",
"request": "134.119.179.55:20026",
"map": "VRisingWorld",
"gamemode": "090ea835-4c29-4640-8c5c-97ab7eae3228",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772700482,
"last_update": 1775788868,
"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": 2612,
"language": "fr",
"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/11207985");
$data = json_decode($json, true);
var_dump($data);