# \SkillsApi
All URIs are relative to *https://esi.evetech.net/latest*
[**get_characters_character_id_attributes**](SkillsApi.md#get_characters_character_id_attributes) | **get** /characters/{character_id}/attributes/ | Get character attributes
[**get_characters_character_id_skillqueue**](SkillsApi.md#get_characters_character_id_skillqueue) | **get** /characters/{character_id}/skillqueue/ | Get character's skill queue
[**get_characters_character_id_skills**](SkillsApi.md#get_characters_character_id_skills) | **get** /characters/{character_id}/skills/ | Get character skills
# **get_characters_character_id_attributes**
> ::models::GetCharactersCharacterIdAttributesOk get_characters_character_id_attributes(ctx, character_id, optional)
Get character attributes
Return attributes of a character  --- Alternate route: `/dev/characters/{character_id}/attributes/`  Alternate route: `/legacy/characters/{character_id}/attributes/`  Alternate route: `/v1/characters/{character_id}/attributes/`  --- This route is cached for up to 120 seconds
### Required Parameters
 **ctx** | **context.Context** | context containing the authentication | nil if no authentication
  **character_id** | **i32**| An EVE character ID | 
 **optional** | **map[string]interface{}** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
 **character_id** | **i32**| An EVE character ID | 
 **datasource** | **String**| The server name you would like data from | [default to tranquility]
 **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | 
 **token** | **String**| Access token to use if unable to set a header | 
### Return type
[**::models::GetCharactersCharacterIdAttributesOk**](get_characters_character_id_attributes_ok.md)
### Authorization
[evesso](../README.md#evesso)
### 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_characters_character_id_skillqueue**
> Vec<::models::GetCharactersCharacterIdSkillqueue200Ok> get_characters_character_id_skillqueue(ctx, character_id, optional)
Get character's skill queue
List the configured skill queue for the given character  --- Alternate route: `/dev/characters/{character_id}/skillqueue/`  Alternate route: `/legacy/characters/{character_id}/skillqueue/`  Alternate route: `/v2/characters/{character_id}/skillqueue/`  --- This route is cached for up to 120 seconds
### Required Parameters
 **ctx** | **context.Context** | context containing the authentication | nil if no authentication
  **character_id** | **i32**| An EVE character ID | 
 **optional** | **map[string]interface{}** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
 **character_id** | **i32**| An EVE character ID | 
 **datasource** | **String**| The server name you would like data from | [default to tranquility]
 **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | 
 **token** | **String**| Access token to use if unable to set a header | 
### Return type
[**Vec<::models::GetCharactersCharacterIdSkillqueue200Ok>**](get_characters_character_id_skillqueue_200_ok.md)
### Authorization
[evesso](../README.md#evesso)
### 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_characters_character_id_skills**
> ::models::GetCharactersCharacterIdSkillsOk get_characters_character_id_skills(ctx, character_id, optional)
Get character skills
List all trained skills for the given character  --- Alternate route: `/dev/characters/{character_id}/skills/`  Alternate route: `/v4/characters/{character_id}/skills/`  --- This route is cached for up to 120 seconds
### Required Parameters
 **ctx** | **context.Context** | context containing the authentication | nil if no authentication
  **character_id** | **i32**| An EVE character ID | 
 **optional** | **map[string]interface{}** | optional parameters | nil if no parameters
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
 **character_id** | **i32**| An EVE character ID | 
 **datasource** | **String**| The server name you would like data from | [default to tranquility]
 **if_none_match** | **String**| ETag from a previous request. A 304 will be returned if this matches the current ETag | 
 **token** | **String**| Access token to use if unable to set a header | 
### Return type
[**::models::GetCharactersCharacterIdSkillsOk**](get_characters_character_id_skills_ok.md)
### Authorization
[evesso](../README.md#evesso)
### 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)