API für Iron Oxide 50x|PVE|No BPs|Clans|Kits|RaidableBases
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 15,
"fps_avg": 21,
"entities_count": 186270,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286196461539348",
"domain": null,
"id": 10534170,
"ip": "66.51.96.61",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Ashburn",
"description": "\nPVE | Skill Tree | Raidablebases | VIP Packages | Monthly Wipe | Adult Management & Monitoring | BackPacks | Instant Craft | Quick Smelt | Removal Tool | Auto Doors | Auto Code Locks | Craft Recycler | Kits | Lock-on Rockets | Skinbox | No Blueprints & More!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778958179,
"last_online": 1779790218,
"icon": null,
"name": "Iron Oxide 50x|PVE|No BPs|Clans|Kits|RaidableBases",
"connect": "66.51.96.61:28020",
"request": "66.51.96.61:28021",
"map": "Cataclysm-Fury-of-Nature",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1762518650,
"last_update": 1779790218,
"banned": false,
"wipe": 1778199972,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1658,
"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/10534170");
$data = json_decode($json, true);
var_dump($data);