County Cricket Boards API Follow
GET https://www.play-cricket.com/api/v2/CCBs.json?&api_token=xxxxxx
Parameters
api_token: string required
API Returns
{
"CCBs": [
{"id": "", "name": "", "county_id":"", status: "" },
{"id": "", "name": "", "county_id":"", status: "" },
.
.
.
{"id": "", "name": "", "county_id":"", status: "" }
]
}