API für Glenn and Spiderwife
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286237379367948",
"domain": null,
"id": 11660523,
"ip": "144.126.146.112",
"port": 37200,
"query": 37215,
"project_id": null,
"color": 0,
"city": "Seattle",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780178464,
"last_online": 1780867340,
"icon": null,
"name": "Glenn and Spiderwife",
"connect": "144.126.146.112:37200",
"request": "144.126.146.112:37215",
"map": "VRisingWorld",
"gamemode": "d9187f1c-8daa-4537-a37f-bbb2538b6854",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780178464,
"last_update": 1780867340,
"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": 3309,
"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/11660523");
$data = json_decode($json, true);
var_dump($data);