esi/esi-issues

Missing groups in /universe/groups

Closed this issue · 1 comments

Bug

Some groups are missing in https://esi.evetech.net/latest/universe/groups/

For example, Category 23 (https://esi.evetech.net/latest/universe/categories/23) returns 471 within its groups, but this is missing from the above endpoint.

Querying https://esi.evetech.net/latest/universe/groups/471 returns a valid response:

{
   "category_id":23,
   "group_id":471,
   "name":"Corporate Hangar Array",
   "published":true,
   "types":[
      17621,
      24652
   ]
}