Get Crate Inv
This is inventory of the world in Dismantle and Death Crates.
Similar
Resource |
Endpoint |
Description |
Inventory |
Gets a list of the cloud inventory. |
|
Inventory |
Gets a list of the cloud inventory. |
|
Inventory |
Gets a list of the world inventory. |
Response Body
| Name | Type | Description |
|---|---|---|
ID |
String |
Unique ID of the Crate. |
Name |
String |
Name of the Crate. |
ClassName |
String |
Class Name of the Crate. |
location |
Object |
Location details of the Crate. |
x |
Float |
X Location in the World. |
y |
Float |
Y Location in the World. |
z |
Float |
Z Location in the World. |
rotation |
Float |
Rotation of the Actor (0 - 359, 0 = North, 90 = East, 180 = South, 270 = West). |
Type |
String |
Type of Crate (Dismantle / Death). |
Inventory |
Object[] |
List of items in the Crate. |
Name |
String |
Name of the item. |
ClassName |
String |
Class Name of the item. |
Amount |
Integer |
Amount of the item. |
MaxAmount |
Integer |
Stack size of the item. |
BoundingBox |
Object |
Bounding Box information about the Actor. |
min |
Object |
The minimum boundary of the bounding box in the corresponding axis. |
x |
Float |
Value along the X-axis. |
y |
Float |
Value along the Y-axis. |
z |
Float |
Value along the Z-axis. |
max |
Object |
The maximum boundary of the bounding box in the corresponding axis. |
x |
Float |
Value along the X-axis. |
y |
Float |
Value along the Y-axis. |
z |
Float |
Value along the Z-axis. |
features |
Object |
An object with actor coordinates and name information. |
properties |
Object |
Name information about the actor. |
name |
String |
Display Name of the Actor. |
type |
String |
Type of the Object. |
geometry |
Object |
Geometry information about the Actor. |
coordinates |
Object |
The Actor coordinates. |
x |
Float |
X Location of the Actor. |
y |
Float |
Y Location of the Actor. |
z |
Float |
Z Location of the Actor. |
type |
String |
It’s always "Point". |
Example Response
[
{
"ID": "BP_Crate_C_2147442464",
"Type": "Dismantle Crate",
"Inventory": [
{
"Name": "Steel Beam",
"ClassName": "Desc_SteelPlate_C",
"Amount": 480,
"MaxAmount": 200
},
{
"Name": "Quickwire",
"ClassName": "Desc_HighSpeedWire_C",
"Amount": 24500,
"MaxAmount": 500
},
{
"Name": "Cable",
"ClassName": "Desc_Cable_C",
"Amount": 2,
"MaxAmount": 200
},
{
"Name": "Steel Pipe",
"ClassName": "Desc_SteelPipe_C",
"Amount": 9680,
"MaxAmount": 200
},
{
"Name": "SAM Fluctuator",
"ClassName": "Desc_SAMFluctuator_C",
"Amount": 40,
"MaxAmount": 100
},
{
"Name": "Modular Frame",
"ClassName": "Desc_ModularFrame_C",
"Amount": 40,
"MaxAmount": 50
},
{
"Name": "Wire",
"ClassName": "Desc_Wire_C",
"Amount": 400,
"MaxAmount": 500
}
],
"features": {
"properties": {
"name": "BP_Crate_C_2147442464",
"type": "Storage Container"
},
"geometry": {
"coordinates": {
"x": -254413.805999231,
"y": -45175.8094001678,
"z": -199.981778010312
},
"type": "Point"
}
}
},
{
"ID": "BP_Crate_C_2147437731",
"Type": "Death Crate",
"Inventory": [
{
"Name": "Bacon Agaric",
"ClassName": "Desc_Shroom_C",
"Amount": 2,
"MaxAmount": 50
},
{
"Name": "Hard Drive",
"ClassName": "Desc_HardDrive_C",
"Amount": 14,
"MaxAmount": 100
},
{
"Name": "Mercer Sphere",
"ClassName": "Desc_WAT2_C",
"Amount": 93,
"MaxAmount": 50
},
{
"Name": "Somersloop",
"ClassName": "Desc_WAT1_C",
"Amount": 37,
"MaxAmount": 50
},
{
"Name": "Iron Rebar",
"ClassName": "Desc_SpikedRebar_C",
"Amount": 2,
"MaxAmount": 100
},
{
"Name": "Nobelisk",
"ClassName": "Desc_NobeliskExplosive_C",
"Amount": 51,
"MaxAmount": 50
},
{
"Name": "Hatcher Remains",
"ClassName": "Desc_HatcherParts_C",
"Amount": 2,
"MaxAmount": 50
},
{
"Name": "Leaves",
"ClassName": "Desc_Leaves_C",
"Amount": 827,
"MaxAmount": 500
},
{
"Name": "Steel Beam",
"ClassName": "Desc_SteelPlate_C",
"Amount": 9400,
"MaxAmount": 200
},
{
"Name": "Jetpack",
"ClassName": "BP_EquipmentDescriptorJetPack_C",
"Amount": 1,
"MaxAmount": 1
},
{
"Name": "Wood",
"ClassName": "Desc_Wood_C",
"Amount": 86,
"MaxAmount": 200
},
{
"Name": "Parachute",
"ClassName": "Desc_Parachute_C",
"Amount": 1,
"MaxAmount": 1
},
{
"Name": "Steel Pipe",
"ClassName": "Desc_SteelPipe_C",
"Amount": 200,
"MaxAmount": 200
},
{
"Name": "Computer",
"ClassName": "Desc_Computer_C",
"Amount": 2,
"MaxAmount": 50
},
{
"Name": "Sulfur",
"ClassName": "Desc_Sulfur_C",
"Amount": 35,
"MaxAmount": 100
},
{
"Name": "Crystal Oscillator",
"ClassName": "Desc_CrystalOscillator_C",
"Amount": 5,
"MaxAmount": 100
},
{
"Name": "Radio Control Unit",
"ClassName": "Desc_ModularFrameLightweight_C",
"Amount": 50,
"MaxAmount": 50
},
{
"Name": "Portable Miner",
"ClassName": "BP_ItemDescriptorPortableMiner_C",
"Amount": 9,
"MaxAmount": 50
},
{
"Name": "Circuit Board",
"ClassName": "Desc_CircuitBoard_C",
"Amount": 15,
"MaxAmount": 200
},
{
"Name": "Boombox",
"ClassName": "Desc_BoomBox_C",
"Amount": 1,
"MaxAmount": 1
},
{
"Name": "Iron Rod",
"ClassName": "Desc_IronRod_C",
"Amount": 3,
"MaxAmount": 200
},
{
"Name": "Power Shard",
"ClassName": "Desc_CrystalShard_C",
"Amount": 53,
"MaxAmount": 100
},
{
"Name": "Encased Industrial Beam",
"ClassName": "Desc_SteelPlateReinforced_C",
"Amount": 162,
"MaxAmount": 100
},
{
"Name": "Alclad Aluminum Sheet",
"ClassName": "Desc_AluminumPlate_C",
"Amount": 31,
"MaxAmount": 200
},
{
"Name": "Wire",
"ClassName": "Desc_Wire_C",
"Amount": 459,
"MaxAmount": 500
}
],
"features": {
"properties": {
"name": "BP_Crate_C_2147437731",
"type": "Storage Container"
},
"geometry": {
"coordinates": {
"x": -254933.420286891,
"y": -45437.1272555383,
"z": -400.014457075869
},
"type": "Point"
}
}
}
]