API für Solo / Pvp - PvE / Monthly Map Wipe (5/28) / 3 Month BP Wipe
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 58,
"fps_avg": 58,
"entities_count": 71920,
"world_seed": 26337,
"world_size": 3500,
"steam_id": "90286589326048278",
"domain": null,
"id": 11502391,
"ip": "66.51.96.63",
"port": 28055,
"query": 28056,
"color": 0,
"city": "Ashburn",
"description": "\nHosted By Pine Hosting - Solo Server\r\n - Active Admin (Stay tuned for Discord)\r\n - Laid back server\r\n - No Teaming - You can trade with others - Raids and travel must be Solo\r\n - Monthly Map Wipe / BP's every 3 months\r\n - Interactions are encouraged\r\n - NO GRIEFING!\r\n - NO RACISM!\r\n - Most Importantly - Have Fun",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780295648,
"last_online": 1780603834,
"icon": null,
"name": "Solo / Pvp - PvE / Monthly Map Wipe (5/28) / 3 Month BP Wipe",
"connect": "66.51.96.63:28055",
"request": "66.51.96.63:28056",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207200,
"last_update": 1780603834,
"banned": false,
"wipe": 1779998797,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4726,
"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/11502391");
$data = json_decode($json, true);
var_dump($data);