esi / esi-issues

Issue tracking and feature requests for ESI
https://esi.evetech.net/
209 stars 23 forks source link

GET /universe/constellations/{constellation_id}/ : Add nebula graphic id #1315

Open cppctamber opened 2 years ago

cppctamber commented 2 years ago

Feature Request

Add nebula graphic id to the /universe/constellations/{constellation_id}/ endpoint. Relates to https://github.com/esi/esi-issues/issues/1148

Use case

Allows a user to find the graphic id for a constellation's nebula

Authentication

A public route, no auth required.

Example return

{
  "constellation_id": 20000001,
  "name": "San Matar",
  "nebula_graphic_id": 11806,
  "position": {
    "x": -94046559700991340,
    "y": 49520153153798850,
    "z": -42738731818401970
  },
  "region_id": 10000001,
  "systems": [ ...  ]
}

The nebula graphic ID can be found in the SDE in region.staticdata

Checklist

Check all boxes that apply to this issue: