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
Key | Datatype | Required | Description |
---|---|---|---|
datasource | string | The server name you would like data from | |
language | string | Language to use in the response, takes precedence over Accept-Language |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept-Language | string | Language to use in the response | |
If-None-Match | string | ETag 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}]