API für Paradise | Monthly | 4x | Duo
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 237,
"fps_avg": 237,
"entities_count": 40208,
"world_seed": 555666777,
"world_size": 3000,
"steam_id": "90286581325602828",
"domain": null,
"id": 11511330,
"ip": "95.216.15.17",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Helsinki",
"description": "\nWelcome to Paradise - a Rust server for players from Europe.\r\nPlease treat others with respect. Racism, harassment, and excessive profanity are not allowed in chat.\r\n\r\nIf you want to help ban cheaters, press F7. Don't let the cheaters know that you're reporting them.\r\n\r\nSchedules:\r\nLast Wipe: 2026-05-27 20:00 UTC\r\nNext Wipe: 2026-06-04 20:00 UTC\r\nRestarts: Every day at 04:00 UTC\r\n\r\nProperties:\r\n4x gathering multiplier\r\n150% building upkeep\r\nMax team size: 1\r\nUnlimited map markers\r\nAll vehicles can be locked. Each lock has a GPS attached to it, so you can track your vehicle on the map.\r\nCustom box sorting\r\nFuel gauge for vehicles\r\nReduced vehicle/horse decay\r\nHorses do not autosteer\r\nExtended destruction time for building blocks, for when you make mistakes when building. Not allowed to be used instead of doors or to make bunkers.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780583436,
"icon": null,
"name": "Paradise | Monthly | 4x | Duo",
"connect": "95.216.15.17:28015",
"request": "95.216.15.17:28016",
"map": "Procedural Map",
"gamemode": "Primitive",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353841,
"last_update": 1780583436,
"banned": false,
"wipe": 1779905003,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5176,
"language": "fi",
"parked": false,
"app": {
"id": 252490,
"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/11511330");
$data = json_decode($json, true);
var_dump($data);