# \FactionsApi
All URIs are relative to *https://api.spacetraders.io/v2*
[**get_faction**](FactionsApi.md#get_faction) | **GET** /factions/{factionSymbol} | Get Faction
[**get_factions**](FactionsApi.md#get_factions) | **GET** /factions | List Factions
## get_faction
> models::GetFaction200Response get_faction(faction_symbol)
Get Faction
View the details of a faction.
### Parameters
**faction_symbol** | **String** | The faction symbol | [required] |
### Return type
[**models::GetFaction200Response**](get_faction_200_response.md)
### Authorization
[AccountToken](../README.md#AccountToken), [AgentToken](../README.md#AgentToken)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## get_factions
> models::GetFactions200Response get_factions(page, limit)
List Factions
Return a paginated list of all the factions in the game.
### Parameters
**page** | Option<**i32**> | What entry offset to request | |[default to 1]
**limit** | Option<**i32**> | How many entries to return per page | |[default to 10]
### Return type
[**models::GetFactions200Response**](get_factions_200_response.md)
### Authorization
[AgentToken](../README.md#AgentToken)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)