C1 Resources Stars

Get star data for Challenge 1

C1 Resources Stars

GET /api/v1/c1/resources-stars

Query Parameters

FieldType
pagenumber
sort-bystring
sort-directionstring

Responses

200

[
  {
    "id": "string",
    "resonance": 0,
    "position": {
      "x": 0,
      "y": 0,
      "z": 0
    }
  }
]

401

{
  "error": "string"
}