Get factions
GET
/universe/factions/
Universe
/dev/universe/factions/
/v2/universe/factions/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/universe/factions/'
Response Response Example
200 - response
[
{
"corporation_id": 456,
"description": "blah blah",
"faction_id": 1,
"is_unique": true,
"name": "Faction",
"size_factor": 1,
"solar_system_id": 123,
"station_count": 1000,
"station_system_count": 100
}
]
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