API für Let's Go! US |10X TruePVE|RaidableBases|24/7DeepSea|MyMini|Free
JSON für Programme, Websites und mehr
text
json
{
"response": {
"modded": true,
"fps": 118,
"fps_avg": 117,
"entities_count": 132536,
"world_seed": 2068951345,
"world_size": 4800,
"steam_id": "90286603735119896",
"domain": null,
"id": 11502721,
"ip": "70.185.222.20",
"port": 28018,
"query": 28020,
"color": 0,
"city": "Owasso",
"description": "\nJoin our unique Rust PVE server for the ultimate survival experience! Enjoy a no-kill, no-raiding environment until the purge, and a 10x gather rate to speed up your progress. Engage in exciting PVP zones and events that add variety and challenge to your gameplay. Our pay-to-win free system ensures everyone can purchase everything through dedicated currencies—Scrap, RP, and server economics—so you can earn your way to the top without spending real money, maintaining a fair and micro-purchase free experience. Customize your journey with Kits and skins, regularly updated to keep things fresh. Whether you're a builder, explorer, or strategist, this server offers the best Rust experience around—come join us and thrive!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nrs1i?8OdGDaP3jmaE000Gi",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780599030,
"icon": null,
"name": "Let's Go! US |10X TruePVE|RaidableBases|24/7DeepSea|MyMini|Free",
"connect": "70.185.222.20:28018",
"request": "70.185.222.20:28020",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207214,
"last_update": 1780599030,
"banned": false,
"wipe": 1780595503,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2476,
"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/11502721");
$data = json_decode($json, true);
var_dump($data);