esi-issues
esi-issues copied to clipboard
Add nebula graphic id to /universe/regions/{region_id}
Feature Request
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:
- [X] Feature request description is provided
- [X] Use case exists
- [ ] Feature requires a new route
- [X] Feature adds data to existing route
- [ ] Feature requires new auth scope
- [ ] Feature can reuse existing scope
- [X] Feature does not require auth
- [ ] Meta feature, applies to all routes