API für Final - AU 5x | No BPs | Kits | Clancores
JSON für Programme, Websites und mehr
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 30,
"entities_count": 109044,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286585358025755",
"domain": null,
"id": 10035685,
"ip": "51.161.198.33",
"port": 28015,
"query": 28016,
"color": 0,
"city": "North Sydney",
"description": "\nFinal Rust | Fast paced, competitive modded rust servers.\r\n\r\nWipe times:\r\n4PM AEST Tuesdays\r\n4PM AEST Fridays\r\n\r\nServer Features:\r\n5x Gather | 10x Sulfur\r\n5x Loot (removed junk)\r\nNo blueprints | Instant craft\r\nFast loot respawns\r\nClancores\r\nCustom events & boosted kits\r\n \r\nLinks:\r\nDiscord.gg/finalrust\r\nstore.finalrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780522465,
"last_online": 1780603838,
"icon": null,
"name": "Final - AU 5x | No BPs | Kits | Clancores",
"connect": "51.161.198.33:28015",
"request": "51.161.198.33:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1755066839,
"last_update": 1780603838,
"banned": false,
"wipe": 1779880858,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3638,
"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/10035685");
$data = json_decode($json, true);
var_dump($data);