Image server variations by int

It would be nice if we could access variation of image by providing int as supplement of current calling by string.
For example https://images.evetech.net/types/587 is returning ["render","icon"]. So to get icon we could go to https://images.evetech.net/types/587/icon or to https://images.evetech.net/types/587/1 (for render /0). And for corporation https://images.evetech.net/corporations/109299958/0 (same as /logo)
Currently we have to “poke server” to get the image types and then we can finally access image. It results in twice more calls / keeping image types and hoping that someone will not change them.
If someone wants specific image he will call proper image variation (like bpc) otherwise we could just always use 0 as basic image type and don’t keep useless data about proper variation name for each item / item with different variations / character / corporation / alliance / insert something here.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.