API für FPCON Delta: Operation Rustfall [PvE]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 52,
"fps_avg": 53,
"entities_count": 134485,
"world_seed": 285736,
"world_size": 5000,
"steam_id": "90286604434569237",
"domain": null,
"id": 10622931,
"ip": "66.51.99.67",
"port": 28030,
"query": 28031,
"color": 0,
"city": "Dallas",
"description": "![FPCON Delta: Operation Rustfall [PvE]](https://cdn3.mapstr.gg/3eba3452d0e6e8b62cb34c589adf7cea.png)\nLast Wipe: May 7, 2026 | Next Wipe: June 4, 2026\r\nDiscord: https://discord.gg/TWYtYVHmvJ\r\n\r\nEvery server starts somewhere, and this one is being built with intention. FPCON Delta is designed for players who want a true PvE experience with no killing or raiding other players, allowing you to build, explore, and progress without constant threat. For those who still enjoy raiding, we offer NPC raidable bases with custom loot tables and scalable difficulty, giving you the action without harming the community. There’s far more here than can be explained in a short description, so the best way to understand it is to jump in, experience it for yourself, and help shape what this server becomes.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596861,
"last_online": 1780597400,
"icon": null,
"name": "FPCON Delta: Operation Rustfall [PvE]",
"connect": "66.51.99.67:28030",
"request": "66.51.99.67:28031",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1763330656,
"last_update": 1780597400,
"banned": false,
"wipe": 1780597174,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9181,
"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/10622931");
$data = json_decode($json, true);
var_dump($data);