GET
/
services
/
media
/
clusters
[
  {
    "cid": "<string>",
    "title": "<string>",
    "tldr": "<string>",
    "category": "<string>",
    "created_at": "<string>",
    "summary": "<string>",
    "feed": [
      {
        "title": "<string>",
        "link": "<string>",
        "cid": "<string>",
        "summary": "<string>",
        "content": "<string>",
        "published": "<string>",
        "source": {
          "name": "<string>",
          "logo": "<string>",
          "twitter": "<string>"
        },
        "metadata": {
          "image": "<string>",
          "author": "<string>",
          "published_time": "<string>",
          "type": "<string>"
        }
      }
    ]
  }
]

Headers

ally-api-key
string
required

Query Parameters

category
string

Category

feed_limit
integer
default:3

The minimum number of feeds each cluster should have

Required range: 1 <= x <= 5
page
integer
default:1

The page number to retrieve

Required range: x >= 1
per_page
integer
default:10

The number of items to retrieve per page

Required range: 1 <= x <= 30

Response

200
application/json

Successful Response

The response is of type ClusterModel · object[].