# so.sprk.feed.getFeedGenerators

> Published by [sprk.so](https://lexicon.garden/identity/did:plc:cveom2iroj3mt747sd4qqnr2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.feed.getFeedGenerators)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.feed.getFeedGenerators/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.feed.getFeedGenerators/examples)

## Definitions

### `so.sprk.feed.getFeedGenerators`

**Type**: `query`

Get information about a list of feed generators.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `feeds` | `array` | Yes |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `feeds` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "so.sprk.feed.getFeedGenerators",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "feeds"
          ],
          "properties": {
            "feeds": {
              "type": "array",
              "items": {
                "ref": "so.sprk.feed.defs#generatorView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "feeds"
        ],
        "properties": {
          "feeds": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            }
          }
        }
      },
      "description": "Get information about a list of feed generators."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
