Description
In-game:
ESI returns the title for the character on the left, but does not return the title for the character on the right.
It seems ESI is returning "cosmetic" titles, but not titles that confer roles. The in-game Show Info window does not differentiate between them.
This can also be used to leak which titles have corp roles associated with them, by checking which ones appear on ESI and which ones don't.
Request
GET /characters/91217127
Compatibility Date
2026-06-09
Response - Status Code
200
Response - Headers
Response - Body
{
...
"name": "Nohus Bluxome",
}
Expected Response
{
...
"name": "Nohus Bluxome",
"corporation_title": "RIFT, Member",
}
Description
In-game:
ESI returns the title for the character on the left, but does not return the title for the character on the right.
It seems ESI is returning "cosmetic" titles, but not titles that confer roles. The in-game Show Info window does not differentiate between them.
This can also be used to leak which titles have corp roles associated with them, by checking which ones appear on ESI and which ones don't.
Request
GET /characters/91217127
Compatibility Date
2026-06-09
Response - Status Code
200
Response - Headers
Response - Body
{ ... "name": "Nohus Bluxome", }Expected Response
{ ... "name": "Nohus Bluxome", "corporation_title": "RIFT, Member", }