---
title: "Criczop Cricket Feed API (JSON)"
method: GET
path: "/v1/cricket-feed"
---

# Criczop Cricket Feed API (JSON)

`GET /v1/cricket-feed`

This page explains how to use the JSON version of the Criczop Cricket Feed API. Note that there is no pagination on this API. It always returns the latest 100 (or fewer) items.

## Response `200`

HTTP 200 OK. Returns a list of content items (100 or fewer).

- CricketFeedResponse
  - `data` CricketFeedItem[] — Array of content items (100 or fewer). No pagination; returns the latest items.
    - `url` string, uri — URL of the full article/content on Criczop. This will always use your Criczop Unique Link so that you benefit from the revenue-sharing program. Send your users to this URL when they want to read the full content.
    - `images` CricketFeedImages
      - `landscape` string, uri — Link to a landscape image related to the article/item.
    - `title` string — Headline of the article/content.
    - `description` string — Short summary of the article’s content. Often displayed as preview text below the title in feed readers.
    - `published_at` string, date-time — Publication date and time of the item in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `success` boolean

## Other responses

- `401` — Unauthorized. Occurs if the Bearer token is invalid, missing, or not provided.
- `500` — Internal Server Error. Occurs in case of API outage or other unforeseen errors.

---

[API](https://skmtc.net/gamezop/apis/astrozop-apis.md) · [All operations](https://skmtc.net/gamezop/apis/astrozop-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gamezop/astrozop-apis/versions/485db86a5145/schema)
