Rust
API für Atlas - EU Long | Vanilla | No BP wipes
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10896086json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 96365,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90284798065401866",
"domain": null,
"id": 10896086,
"ip": "195.60.166.134",
"port": 28010,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nAtlas Rust Servers | Made for the most competitive\r\n\r\n Wipes: Force Wipes\r\n\r\nBlueprints Wipes: N/A (does not wipe ever)\r\n\r\nLinks• discord.gg/atlasrust• store.atlasrustservers.com\r\n\r\nFeatures\r\n• 1x Gather\r\n• 1x Loot\r\n• Free QoL\r\n• No paid features\r\n\r\n24 hours discord staff support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690523,
"score": 0,
"last_online": 1777156220,
"icon": null,
"name": "Atlas - EU Long | Vanilla | No BP wipes",
"connect": "195.60.166.134:28010",
"request": "195.60.166.134:28015",
"map": "discord.gg/atlasrust",
"gamemode": "Survival",
"version": "2623",
"numplayers": 14,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1768383763,
"last_update": 1777156220,
"banned": false,
"wipe": 1775152791,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1063,
"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/10896086");
$data = json_decode($json, true);
var_dump($data);