Get factions

GET {{baseUrl}}/universe/factions/?datasource=tranquility&language=en

Get a list of factions


Alternate route: /dev/universe/factions/

Alternate route: /v2/universe/factions/


This route expires daily at 11:05

Request Params

KeyDatatypeRequiredDescription
datasourcestringThe server name you would like data from
languagestringLanguage to use in the response, takes precedence over Accept-Language

HEADERS

KeyDatatypeRequiredDescription
Accept-LanguagestringLanguage to use in the response
If-None-MatchstringETag from a previous request. A 304 will be returned if this matches the current ETag

RESPONSES

status: OK

[{"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}]