radarr 0.1.0

Radarr API docs
Documentation
# \LocalizationApi

All URIs are relative to *http://localhost:7878*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_localization**]LocalizationApi.md#get_localization | **GET** /api/v3/localization | 
[**get_localization_language**]LocalizationApi.md#get_localization_language | **GET** /api/v3/localization/language | 



## get_localization

> String get_localization()


### Parameters

This endpoint does not need any parameter.

### Return type

**String**

### Authorization

[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/plain, application/json, text/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_localization_language

> models::LocalizationLanguageResource get_localization_language()


### Parameters

This endpoint does not need any parameter.

### Return type

[**models::LocalizationLanguageResource**](LocalizationLanguageResource.md)

### Authorization

[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)

### 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)