Get ancestries
GET
/universe/ancestries/
Universe
/dev/universe/ancestries/
/legacy/universe/ancestries/
/v1/universe/ancestries/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/universe/ancestries/'
Response Response Example
200 - response
[
{
"bloodline_id": 1,
"description": "Acutely aware of the small population...",
"id": 12,
"name": "Tube Child",
"short_description": "Manufactured citizens of the State."
}
]
Request
Query Params
datasource
stringÂ
optional
language
stringÂ
optional
Header Params
Accept-Language
stringÂ
optional
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:26