API für Clear as Rust | 2x PvE | SkillTree | Raidable Bases | Dungeons
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 42,
"fps_avg": 44,
"entities_count": 76357,
"world_seed": 1337,
"world_size": 4500,
"steam_id": 90286604348045330,
"domain": null,
"id": 11189385,
"ip": "91.229.114.60",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "Welcome to Clear as Rust!\r\nMap: Decay: The Last Haven by Shemov\r\nWIPES: Twice a month [3 times on long months]\r\nWIPED: 4 June\r\n- 2x Gathering on Resources and Food\r\n- 5x Stack sizes on most things\r\n- Shared Blueprints among Team\r\n- Skill Tree, Skinner, Sign Artist, Raidable Bases\r\n- Events, Stackable Everything, Custom Craft Menu\r\n- Plenty of Quality of Life",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780597469,
"last_online": 1780608026,
"icon": null,
"name": "Clear as Rust | 2x PvE | SkillTree | Raidable Bases | Dungeons",
"connect": "91.229.114.60:28015",
"request": "91.229.114.60:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 13,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1772699049,
"last_update": 1780608026,
"banned": false,
"wipe": 1780596024,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1141,
"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/11189385");
$data = json_decode($json, true);
var_dump($data);