API für PsYcO_Vamps
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286901995414558",
"domain": null,
"id": 10228319,
"ip": "161.97.159.10",
"port": 31200,
"query": 31215,
"project_id": null,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1778250787,
"last_online": 1781299934,
"icon": null,
"name": "PsYcO_Vamps",
"connect": "161.97.159.10:31200",
"request": "161.97.159.10:31215",
"map": "VRisingWorld",
"gamemode": "718e1749-7c72-4bd5-a63e-3d2e7c8877f2",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756764070,
"last_update": 1781299934,
"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": 920,
"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/10228319");
$data = json_decode($json, true);
var_dump($data);