prowlarr 0.1.0

Prowlarr API docs
Documentation
# \IndexerStatsApi

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

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_indexer_stats**]IndexerStatsApi.md#get_indexer_stats | **GET** /api/v1/indexerstats | 



## get_indexer_stats

> models::IndexerStatsResource get_indexer_stats(start_date, end_date, indexers, protocols, tags)


### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**start_date** | Option<**String**> |  |  |
**end_date** | Option<**String**> |  |  |
**indexers** | Option<**String**> |  |  |
**protocols** | Option<**String**> |  |  |
**tags** | Option<**String**> |  |  |

### Return type

[**models::IndexerStatsResource**](IndexerStatsResource.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)