API für Moshpit | 3x Monthly | Offline Raid Protection
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 65997,
"world_seed": 765448997,
"world_size": 3500,
"steam_id": "90286588662894613",
"domain": null,
"id": 10534179,
"ip": "66.51.96.62",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Ashburn",
"description": "\n3x Monthly | Optional Offline Protection | No BP Wipes\r\n\r\nThis is Rust for people with jobs. You get the best of both worlds! You get to PvP and log off at the end of the night, knowing your base will be there when you get back on by using our optional offline raid protection.\r\n\r\nIn order to use Offline Raid Protection, you need to have scrap in your TC, and then go to the protection tab at the top right inside the TC. Then, you will choose how long to protect your base for while offline.\r\n\r\nMap wipes monthly on force - first Thursday of every month @6PM EST\r\nOptional Offline Raid Protection\r\nShared BP's\r\nBlueprints Don't Wipe\r\n\r\n3x Gather, Pickup, and Quarry Rates\r\n3x Stack Size\r\nShorter Nights & Longer Days\r\nExtended Workbench Range",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779962022,
"last_online": 1780641631,
"icon": null,
"name": "Moshpit | 3x Monthly | Offline Raid Protection",
"connect": "66.51.96.62:28010",
"request": "66.51.96.62:28011",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1762518651,
"last_update": 1780641631,
"banned": false,
"wipe": 1778179313,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3485,
"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/10534179");
$data = json_decode($json, true);
var_dump($data);