Skip to main content
GET
Criczop Cricket Feed API (JSON)

About this API

The JSON version of the Criczop Cricket Feed API returns a data array containing a list of content objects which you can use to create a cricket feed in your app / website.
There is no pagination on this API. It always returns the latest 100 (or fewer) items.

API specification

Authorizations

Authorization
string
header
required

You can find the Bearer token for this API under Settings & Admin > API Tokens within the Gamezop Business Dashboard.

Response

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

data
object[]

Array of content items (100 or fewer). No pagination; returns the latest items.

success
boolean