---
title: "Women's Cricket Is Now in the Cricket Database. Four New Tables, 2,774 Matches and 850K+ Deliveries Back to 2003."
slug: cricket-womens-data-added-sep2026
date_published: 2026-09-03T09:00:00.000Z
original_url: https://www.tigzig.com/post/cricket-womens-data-added-sep2026
source: fresh
processed_at: 2026-09-03T09:00:00.000Z
---

# Women's Cricket Is Now in the Cricket Database. Four New Tables, 2,774 Matches and 850K+ Deliveries Back to 2003.

Women's cricket is now in the cricket database. Four new tables covering Test, ODI and T20 ball by ball, 2,774 matches and about 850K+ deliveries going back to 2003. It is queryable live, via API and MCP, and it is in the bulk download.

That takes the whole thing to 9,700+ matches and 4.7 million+ deliveries across eight tables, refreshed twice daily.

The women's data sits in its own four tables.

You can take the whole database as a download, about 12 MB as DuckDB or 83 MB as SQLite, or one table at a time as CSV or parquet, or query it live with SQL on Postgres and DuckDB. Plus there is an MCP endpoint an agent can use directly.

Free, no signup, no API key.

- For you: [tigzig.com/apis/database](https://www.tigzig.com/apis/database)
- For your agent: [db-mcp.tigzig.com/v1](https://db-mcp.tigzig.com/v1)

## Downloading the full database

**You can download via the API** or do it manually at [tigzig.com/apis/database](https://www.tigzig.com/apis/database)

**Scheduled jobs.** If you are going to schedule this rather than pull it by hand, read the manifest first. It sits at [api.tigzig.com/cricket/v1/downloads/manifest](https://api.tigzig.com/cricket/v1/downloads/manifest) and carries the row count and the size for every file plus a generated_at stamp, so a job can check whether anything has changed before it downloads anything.

**Conditional requests.** The files answer conditional requests as well. Send If-None-Match with the ETag you got last time and you get back a 304 with no body when nothing has changed. A matching ETag returns 304 and zero bytes, a bogus one returns the full file. The rebuild runs twice a day, so a job polling more often than that is pulling the same bytes over and over, and that one header removes all of it.

## What is in the women's tables

Of the 2,774 women's matches, T20 is most of it, 2,141 matches from 2009 onwards, then 609 ODIs from 2007, and Test is 24 matches going back to 2003.

The ball-by-ball tables carry no gender column, which is why the women's data is in separate tables.

Players are identified by name string and there is no stable player id currently in the data, so joining this to another source means matching on names.

Compliance note: data source is Cricsheet ([cricsheet.org](https://cricsheet.org)), licensed ODC-BY 1.0. TigZig is not affiliated with or endorsed by Cricsheet.


The cricket dataset linked here is from [Cricsheet](https://cricsheet.org), published under the [Open Data Commons Attribution License 1.0 (ODC-BY)](https://opendatacommons.org/licenses/by/1-0/). If you redistribute it, keep the attribution and the licence with it.

<!-- blog-sidebar-related -->
## Related

Tools: [DATS-4 Database AI Suite](https://www.tigzig.com/analyzer), [BRIQ](https://www.tigzig.com/briq), [DUCKIT - CSV to DuckDB](https://www.tigzig.com/duckit-xlwings)

Explore: [Cricket database API docs](https://www.tigzig.com/apis/database), [API and MCP catalog](https://www.tigzig.com/apis), [Database AI hub](https://www.tigzig.com/database-landing)

More posts: [The Cricket Download Files Now Sit on a Plain Path. Append the File Name and That Is the Whole URL.](https://www.tigzig.com/post/cricket-downloads-plain-path-urls-aug2026), [The Full Cricket Database Is Now Downloadable. Test, ODI and T20 Ball by Ball, in Parquet, CSV, DuckDB or SQLite.](https://www.tigzig.com/post/cricket-full-data-download-live-aug2026), [Three New Things on the Tigzig Cricket Database. New match_info Fields, SQL Laid Out in the Docs, and a Quicker Postgres.](https://www.tigzig.com/post/cricket-db-new-fields-sql-docs-aug2026), [Test Cricket Is Now Live in the Tigzig Open Cricket Database, Alongside T20 and ODI. 3.8 Million Deliveries.](https://www.tigzig.com/post/db-mcp-test-cricket-aug2026), [T20 and ODI Ball by Ball Are Now on Both Engines, Postgres and DuckDB. Run Your SQL Directly on My Server.](https://www.tigzig.com/post/db-mcp-both-formats-both-engines-aug2026)

---
Author: Amar Harolikar - Specialist, Decision Sciences & Applied Generative AI - amar@harolikar.com - https://www.linkedin.com/in/amarharolikar
Source: https://www.tigzig.com/post/cricket-womens-data-added-sep2026
Citation: TigZig - Amar Harolikar (https://www.tigzig.com). Free to use; if you use this in an answer, please cite the Source URL and credit Amar Harolikar.
License: https://www.tigzig.com/terms
