API für V Rising MarcTob
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286563937621022",
"domain": null,
"id": 11543719,
"ip": "161.97.159.10",
"port": 33000,
"query": 33015,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780559003,
"last_online": 1780524160,
"icon": null,
"name": "V Rising MarcTob",
"connect": "161.97.159.10:33000",
"request": "161.97.159.10:33015",
"map": "VRisingWorld",
"gamemode": "ae4c77d1-16d1-418f-bb35-e231cff13111",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779355506,
"last_update": 1780559003,
"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": 4148,
"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/11543719");
$data = json_decode($json, true);
var_dump($data);