API für BisectHosting 192457bd
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286676073420808",
"domain": null,
"id": 11686617,
"ip": "216.201.73.206",
"port": 9105,
"query": 9106,
"project_id": null,
"color": 0,
"city": "Manassas",
"description": null,
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1780803254,
"last_online": 1780801865,
"icon": null,
"name": "BisectHosting 192457bd",
"connect": "216.201.73.206:9105",
"request": "216.201.73.206:9106",
"map": "BisectHosting 192457bd",
"gamemode": null,
"version": "0.221.12",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780224676,
"last_update": 1780803254,
"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": 9807,
"language": "en",
"parked": false,
"app": {
"id": 34967,
"steam_id": 892970,
"name": "Valheim",
"url": "valheim"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11686617");
$data = json_decode($json, true);
var_dump($data);