> For the complete documentation index, see [llms.txt](https://docs.platform.gamezop.com/publishers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.gamezop.com/publishers/criczop/criczop-cricket-feed-api.md).

# Criczop Cricket Feed API

### About the API

The Criczop Cricket Feed API is a powerful, **free-to-use** service designed to bring high-quality cricket content directly to your apps and websites.

With both JSON and RSS feeds available, our API delivers real-time cricket news, match updates, and exclusive insights from the world of cricket. Whether you’re building a sports app, enhancing your website, or engaging your audience with fresh content, the Criczop Cricket Feed API makes integration seamless and efficient.<br>

#### Key benefits

* **Diverse Content:** Access the latest cricket news, live match updates, player features, and more in a simple, standardised structure.
* **Flexible Formats:** Choose between JSON and RSS feeds to suit your technical needs.
* **Easy Integration:** Quickly incorporate rich cricket content into your digital products.
* **Free Access:** Start building without licensing costs or complex agreements.

{% hint style="warning" %}
**The API doesn’t provide full article content for display in your product.** Instead, it delivers a feed containing titles, content links, and key metadata. You can use this to build a cricket feed in your product’s interface, but users must [visit Criczop](#user-content-fn-1)[^1] to access the full content.
{% endhint %}

***

### Prerequisites

In order to use this API, you will need a Criczop [Property ID](#user-content-fn-2)[^2]. If you already have a Property ID, move on to the next step.&#x20;

If you don't have a Criczop Property ID, contact your Gamezop Account Manager, or [sign up to be a Gamezop Publisher](/publishers/get-started/sign-up.md)!

***

### API documentation

We have 2 versions of this API, both of which provide the same content. Feel free to use whichever suits your needs better:

* [Criczop Cricket Feed API (JSON)](/publishers/criczop/criczop-cricket-feed-api/criczop-cricket-feed-api-json.md)
* [Criczop Cricket Feed API (RSS)](/publishers/criczop/criczop-cricket-feed-api/criczop-cricket-feed-api-rss.md)

[^1]: All content links provided within the API use your [Criczop Unique Link](/publishers/criczop/integrate-unique-link.md) so that you benefit from our revenue-sharing program.

[^2]: Learn more about Property IDs [here](/publishers/get-started/key-terms.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.platform.gamezop.com/publishers/criczop/criczop-cricket-feed-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
