Get character races
GET
/universe/races/
Universe
/dev/universe/races/
/legacy/universe/races/
/v1/universe/races/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/universe/races/'
Response Response Example
200 - response
[
{
"alliance_id": 500001,
"description": "Founded on the tenets of patriotism and hard work...",
"name": "Caldari",
"race_id": 1
}
]
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