API für [1.21.11] Welcome to the Sarañodez Server!
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 453904,
"ip": "66.70.220.242",
"port": 25579,
"query": 25579,
"project_id": null,
"color": 0,
"city": "Montreal",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1778077991,
"last_online": 1780914731,
"icon": null,
"name": "[1.21.11] Welcome to the Sarañodez Server!",
"connect": "66.70.220.242:25579",
"request": "66.70.220.242:25579",
"map": null,
"gamemode": null,
"version": "1.21.11",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": null,
"private": null,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1630780789,
"last_update": 1780914731,
"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": 1920,
"language": "en",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/453904");
$data = json_decode($json, true);
var_dump($data);