API für [NA] Casual | Linux Steam Deck Windows Friendly | 3X
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 91594,
"world_seed": 2123040368,
"world_size": 4000,
"steam_id": 90286484614129680,
"domain": null,
"id": 11502327,
"ip": "204.244.219.229",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Scarborough",
"description": "General information: \r\n- 3X resources gather \r\n- 25% upkeep \r\n- Steam Deck & Linux friendly \r\n- Exclusive Hopper mod (10m sucking radius) \r\n- Windows & Mac also!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207197,
"last_online": 1780579830,
"icon": null,
"name": "[NA] Casual | Linux Steam Deck Windows Friendly | 3X",
"connect": "204.244.219.229:28015",
"request": "204.244.219.229:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 100,
"bots": 4,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1779207197,
"last_update": 1780579830,
"banned": false,
"wipe": 1778175121,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1263,
"language": "en",
"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/11502327");
$data = json_decode($json, true);
var_dump($data);