You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add nebula graphic id to /universe/regions/{regions_id} endpoint
Use case
Allows an end user to find the graphic id for a region's nebula
Authentication
no auth required.
Example return
{
"nebula_graphic_id" : 11836,
"constellations": [
20000236,
20000237,
20000238,
20000239,
20000240,
20000241,
20000242
],
"description": "\"It was like the gods of old, descending from the heavens and handing us fire, empowering us far beyond our comprehension.. and then vanishing.\"<br><br><i>- Treatise on the rise of the capsuleer.</i>",
"name": "A821-A",
"region_id": 10000019
}
The nebula graphic ID can be found in the SDE in region.staticdata
Checklist
Check all boxes that apply to this issue:
Feature request description is provided
Use case exists
Feature requires a new route
Feature adds data to existing route
Feature requires new auth scope
Feature can reuse existing scope
Feature does not require auth
Meta feature, applies to all routes
The text was updated successfully, but these errors were encountered:
Feature Request
Add nebula graphic id to
/universe/regions/{regions_id}
endpointUse case
Allows an end user to find the graphic id for a region's nebula
Authentication
no auth required.
Example return
The nebula graphic ID can be found in the SDE in
region.staticdata
Checklist
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered: