API für Kitsune's 2x 5/21 Biweekly-ish. Many Events. Many NPCs. Zombies
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 109,
"fps_avg": 103,
"entities_count": 93335,
"world_seed": 574231105,
"world_size": 4000,
"steam_id": "90286542672173059",
"domain": null,
"id": 10310976,
"ip": "208.115.217.131",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Chicago",
"description": "\nKitsune's 2x 5/21 Biweekly-ish. Many Events. Additional NPCs. Zombies. Raidable bases. New monuments. Players start with all tier 1 BP's. Active Admin. Intended to be a fun server for new players or chill players alike. New Skinbox. Mini commands. Wallpaper plugin. No toxic bullshit. Hit up our Discord by clicking the webpage button or follow the URL https://discord.gg/Vkpn3UJsaW",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780601666,
"last_online": 1780600231,
"icon": null,
"name": "Kitsune's 2x 5/21 Biweekly-ish. Many Events. Many NPCs. Zombies",
"connect": "208.115.217.131:28080",
"request": "208.115.217.131:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758288432,
"last_update": 1780601666,
"banned": false,
"wipe": 1779414161,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9436,
"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/10310976");
$data = json_decode($json, true);
var_dump($data);