API dla [EU] Bold PvE | Events | Raidable Bases | Skills | NPCs + More
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 23,
"fps_avg": 21,
"entities_count": 185421,
"world_seed": 703206,
"world_size": 4500,
"steam_id": "90286588672992275",
"domain": null,
"id": 1398015,
"ip": "54.37.244.33",
"port": 28022,
"query": 28023,
"color": 0,
"city": "London",
"description": "![[EU] Bold PvE | Events | Raidable Bases | Skills | NPCs + More](https://boldruststorage.blob.core.windows.net/images/boldpve.png)\nBold Frontier PvE | 1x | No Killing | Monthly Wipes\r\n\r\nCore Features:\r\n- Skills system for progression and perks\r\n- Raidable Bases with unique loot\r\n- Roaming NPCs with custom AI\r\n- Quest System with rewards\r\n- Custom Economy with Stock Market\r\n\r\nCustom Content:\r\n- Custom Heli encounter\r\n- Custom Bradley that drives to your base\r\n- NPC Raiders that will siege you\r\n- PvP Arena (optional, risk-free)\r\n- Custom Bosses with powerful loot\r\n\r\nWorld & Events:\r\n- Loads of unique events\r\n- 40+ custom build spots\r\n- 30+ custom monuments\r\n\r\nJoin the Frontier. Build, explore, and conquer challenges all without the fear of offline raids.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780563869,
"last_online": 1780583435,
"icon": null,
"name": "[EU] Bold PvE | Events | Raidable Bases | Skills | NPCs + More",
"connect": "54.37.244.33:28022",
"request": "54.37.244.33:28023",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1696081639,
"last_update": 1780583435,
"banned": false,
"wipe": 1778407102,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2672,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/1398015");
$data = json_decode($json, true);
var_dump($data);