API für The Crypt Vanilla+ | 3x | Private | Monthly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 57,
"fps_avg": 57,
"entities_count": 93433,
"world_seed": 1375843682,
"world_size": 4000,
"steam_id": "90286511856085008",
"domain": null,
"id": 11502209,
"ip": "184.107.179.224",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Ottawa",
"description": "\nPrivate | Monthly | Vanilla+ | PvP | 3x Loot & Gather | Clans | Clean GUI & Killfeed | Quick Smelt | Fast Recycle | Large Stacks | Auto Barrel Loot | ZLevel RPG | Remover Tool | Storage Sort | TC Range Workbench | Upload Sign Art | Random Spawns",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780641801,
"last_online": 1780409489,
"icon": null,
"name": "The Crypt Vanilla+ | 3x | Private | Monthly",
"connect": "184.107.179.224:28015",
"request": "184.107.179.224:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207194,
"last_update": 1780641801,
"banned": false,
"wipe": 1778203195,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10919,
"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/11502209");
$data = json_decode($json, true);
var_dump($data);