API für Magic • US 10X • Clans • Kits • Skinbox • Events
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 240,
"fps_avg": 239,
"entities_count": 40097,
"world_seed": 1,
"world_size": 3000,
"steam_id": "90286591347368969",
"domain": null,
"id": 11725588,
"ip": "104.243.34.79",
"port": 56367,
"query": 56368,
"color": 0,
"city": "Piscataway",
"description": "\nMagic.gg • Backpacks • Teleportation • Custom Ranks • Shop • Personal Minicopter • Skinbox • Clans • Ultra performance • Active Admins • Kits • Gambling • Custom UI • Instant Bug Patches • Updates every week! Wipes 2 times per week! Monday Friday @ 9 PM CEST Website: https://magic-webstore.tebex.io/ Discord: https://discord.gg/8CqkD2uQz",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780571605,
"last_online": 1780572803,
"icon": null,
"name": "Magic • US 10X • Clans • Kits • Skinbox • Events",
"connect": "104.243.34.79:56367",
"request": "104.243.34.79:56368",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780388548,
"last_update": 1780572803,
"banned": false,
"wipe": 1780488605,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6173,
"language": "en",
"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/11725588");
$data = json_decode($json, true);
var_dump($data);