API für 32 BaTTaLioN [5x10x PVP/PVE]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"modded": true,
"fps": 30,
"fps_avg": 29,
"entities_count": 144907,
"world_seed": 179321213,
"world_size": 4000,
"steam_id": "90286585541176335",
"domain": null,
"id": 4175352,
"ip": "176.9.104.120",
"port": 28105,
"query": 28106,
"color": 0,
"city": "Falkenstein",
"description": "![32 BaTTaLioN [5x10x PVP/PVE]](https://i.imgur.com/KFNK71q.png)\nWelcome to 32 Battalion Servers \r\n - Please read our server rules!\r\n - Discord https://discord.gg/wUguHE5x\r\n - Modded PVE/PVP server",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780560266,
"last_online": 1780588227,
"icon": null,
"name": "32 BaTTaLioN [5x10x PVP/PVE]",
"connect": "176.9.104.120:28105",
"request": "176.9.104.120:28106",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 5,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1715075069,
"last_update": 1780588227,
"banned": false,
"wipe": 1778178217,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 812,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/4175352");
$data = json_decode($json, true);
var_dump($data);