LocationComparableSeriesRatings
| Field | Description | Type | 
|---|---|---|
| timeframe | Reference date range. | Timeframe | 
| value | Rating data series for the corresponding timeframe. | LocationSeriesRatings | 
Timeframe
| Field | Description | Type | 
|---|---|---|
| *from | Start date of timeframe. | date | 
| *to | End date of timeframe. | date | 
LocationSeriesRatings
| Field | Description | Type | 
|---|---|---|
| series | Rating Series data for the requested timeframe and period. | array[LocationSeriesRatingsElement] | 
LocationSeriesRatingsElement
| Field | Description | Type | 
|---|---|---|
| *period | Date representing the requested period, corresponding to the first day of the period. week: first day of the corresponding week.month: first day of the corresponding month. | date | 
| *value | Ratings data of corresponding period. | LocationRatings | 
LocationRatings
| Field | Description | Type | 
|---|---|---|
| contents | Total count of contents. | Total | 
| rating | Average rating score. | AverageCap | 
Total
| Field | Description | Type | 
|---|---|---|
| total | Total count of elements. | int | 
AverageCap
| Field | Description | Type | 
|---|---|---|
| average | Average value in the range [0, cap]. | decimal | 
| cap | Max possible value. | int |