Open data · CC BY 4.0
Dataset
The full index as machine-readable files — version 2026.07.20, generated 2026-07-20. Attribution to "Global AI Product Index" is required.
Endpoints
- /api/index.json — dataset metadata
- /api/products.json — all records
- /api/categories.json — category definitions
/api/products/<slug>.json— one record, e.g. /api/products/chatgpt.json
Schema
| Field | Type | Meaning |
|---|---|---|
slug | string | URL-safe unique identifier; also the filename in data/products/. |
name | string | Product name. |
company | string | Operating organization. |
website | URL | Official product or company URL. |
category | string | One of the category slugs defined in data/categories.json. |
business_model | enum | free, freemium, paid, or open. |
availability | string | Broad availability of the product (currently: global). |
launched | YYYY or YYYY-MM | Public launch date, to the precision that is publicly known. |
tags | string[] | Free-form descriptive tags. |
description | string | One neutral sentence describing the product. |
sources | array | Citations backing the record; at least one is required. |
updated | YYYY-MM-DD | Date the record was last reviewed or changed. |
Versioning
Dataset versions are dated (v2026.07.20). The full change history is the git history of the source repository; every record also carries its own updated date.