Get Resource Wells

Get a list of all Resource Well Pressurizers.

Response Body

Name Type Description

ID

String

Unique ID of the Pressurizers.

Name

String

Name of the Pressurizers.

ClassName

String

ClassName of the Pressurizers.

ColorSlot

Object

Color/Decoration information about the Actor.

  PrimaryColor

String

Hex Code of Primary Color

  SecondaryColor

String

Hex Code of Secondary Color

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.

Recipe

String

Name of the Recipe.

RecipeClassName

String

ClassName of the Recipe.

production

Object[]

Items that are produced.

  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.

  CurrentProd

Float

Current produced items per minute.

  MaxProd

Float

Maximum produced items per minutes.

  ProdPercent

Float

Current Efficiency of the extractor.

Satellites

Object[]

Satellites Node Production.

  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.

  CurrentProd

Float

Current produced items per minute.

  MaxProd

Float

Maximum produced items per minutes.

  ProdPercent

Float

Current Efficiency of the extractor.

ConnectedExtractors

Integer

Number of Connected Nodes associated to Resource Well

SatelliteNodes

Integer

Number of Nodes associated to Resource Well.

ManuSpeed

Float

Configured speed in % (exceeds 100 if the extractor is equipped with a power slug).

IsConfigured

Boolean

Is extractor configured?

IsProducing

Boolean

Is extractor producing items?

IsPaused

Boolean

Is extractor paused?

location

Object

Location details of the Extractor.

  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).

PowerInfo

Object

Power Information Object.

  CircuitGroupID

Integer

The group this circuit belongs too. (-1 = not connected)

  CircuitID

Integer

This circuit’s unique identifier. (-1 = not connected)

  FuseTriggered

Boolean

Has the fuse tripped?

  PowerConsumed

Float

Current power consumption.

  MaxPowerConsumed

Float

Current maximum power consumption.

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": "Build_FrackingSmasher_C_2147322695",
    "Name": "Resource Well Pressurizer",
    "ClassName": "Build_FrackingSmasher_C",
    "location": {
      "x": 268155.625,
      "y": 112797.5859375,
      "z": 63.5120391845703,
      "rotation": 110.000000566211
    },
    "BoundingBox": {
      "min": {
        "x": 267405.625,
        "y": 112047.5859375,
        "z": 63.5120391845703
      },
      "max": {
        "x": 268905.625,
        "y": 113547.5859375,
        "z": 2313.51203918457
      }
    },
    "ColorSlot": {
      "PrimaryColor": "FA954900",
      "SecondaryColor": "5F668C00"
    },
    "Recipe": "Crude Oil",
    "RecipeClassName": "Desc_LiquidOil_C",
    "ManuSpeed": 100,
    "Somersloops": 0,
    "PowerShards": 0,
    "production": [
      {
        "Name": "Crude Oil",
        "ClassName": "Desc_LiquidOil_C",
        "Amount": 300,
        "MaxAmount": 300,
        "CurrentProd": 0,
        "MaxProd": 179.999984741211,
        "ProdPercent": 0
      }
    ],
    "Satellites": [
      {
        "Name": "Crude Oil",
        "ClassName": "Desc_LiquidOil_C",
        "Amount": 50,
        "MaxAmount": 50,
        "CurrentProd": 0,
        "MaxProd": 29.9999980926514,
        "ProdPercent": 0
      },
      {
        "Name": "Crude Oil",
        "ClassName": "Desc_LiquidOil_C",
        "Amount": 50,
        "MaxAmount": 50,
        "CurrentProd": 0,
        "MaxProd": 29.9999980926514,
        "ProdPercent": 0
      },
      {
        "Name": "Crude Oil",
        "ClassName": "Desc_LiquidOil_C",
        "Amount": 50,
        "MaxAmount": 50,
        "CurrentProd": 0,
        "MaxProd": 29.9999980926514,
        "ProdPercent": 0
      },
      {
        "Name": "Crude Oil",
        "ClassName": "Desc_LiquidOil_C",
        "Amount": 50,
        "MaxAmount": 50,
        "CurrentProd": 0,
        "MaxProd": 29.9999980926514,
        "ProdPercent": 0
      },
      {
        "Name": "Crude Oil",
        "ClassName": "Desc_LiquidOil_C",
        "Amount": 50,
        "MaxAmount": 50,
        "CurrentProd": 0,
        "MaxProd": 29.9999980926514,
        "ProdPercent": 0
      },
      {
        "Name": "Crude Oil",
        "ClassName": "Desc_LiquidOil_C",
        "Amount": 50,
        "MaxAmount": 50,
        "CurrentProd": 0,
        "MaxProd": 29.9999980926514,
        "ProdPercent": 0
      }
    ],
    "ConnectedExtractors": 6,
    "SatelliteNodes": 6,
    "IsConfigured": true,
    "IsProducing": true,
    "IsPaused": false,
    "PowerInfo": {
      "CircuitGroupID": 0,
      "CircuitID": 5,
      "FuseTriggered": false,
      "PowerConsumed": 150,
      "MaxPowerConsumed": 150
    },
    "features": {
      "properties": {
        "name": "Resource Well Pressurizer",
        "type": "Resource Well Pressurizer"
      },
      "geometry": {
        "coordinates": {
          "x": 268155.625,
          "y": 112797.5859375,
          "z": 63.5120391845703
        },
        "type": "Point"
      }
    }
  }
]