# app.rocksky.charts.getScrobblesChart

> Published by [rocksky.app](https://lexicon.garden/identity/did:plc:vegqomyce4ssoqs7zwqvgqty)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.charts.getScrobblesChart)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.charts.getScrobblesChart/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.charts.getScrobblesChart/examples)

## Definitions

### `app.rocksky.charts.getScrobblesChart`

**Type**: `query`

Get the scrobbles chart

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (at-identifier) | No | The DID or handle of the actor |
| `genre` | `string` | No | The genre to filter by |
| `songuri` | `string` (at-uri) | No | The URI of the track to filter by |
| `albumuri` | `string` (at-uri) | No | The URI of the album to filter by |
| `artisturi` | `string` (at-uri) | No | The URI of the artist to filter by |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "app.rocksky.charts.getScrobblesChart",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "app.rocksky.charts.defs#chartsView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "did": {
            "type": "string",
            "format": "at-identifier",
            "description": "The DID or handle of the actor"
          },
          "genre": {
            "type": "string",
            "description": "The genre to filter by"
          },
          "songuri": {
            "type": "string",
            "format": "at-uri",
            "description": "The URI of the track to filter by"
          },
          "albumuri": {
            "type": "string",
            "format": "at-uri",
            "description": "The URI of the album to filter by"
          },
          "artisturi": {
            "type": "string",
            "format": "at-uri",
            "description": "The URI of the artist to filter by"
          }
        }
      },
      "description": "Get the scrobbles chart"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
