aicoolies logo

open data

Machine-Readable Dataset

The full aicoolies catalog — tools, comparisons, and scored reviews — as plain JSON. Licensed CC-BY 4.0: reuse it anywhere, attribute aicoolies.com.

License

All three files are published under Creative Commons Attribution 4.0. You may copy, redistribute, and build on the data — including commercially — as long as you credit aicoolies.com with a link. Every record carries an as_of timestamp; the envelope carries the license and attribution fields. All endpoints support conditional GET (ETag/If-None-Match) and are cached for an hour.

tools.json

Every active and graveyard tool in the catalog.

FieldTypeMeaning
slugstringURL slug — page lives at /tools/{slug}
namestringTool name
urlstringCanonical page URL
statusstring'active' or 'graveyard' (discontinued)
categoriesstring[]Category slugs
tagsstring[]Tag slugs
is_open_sourcebooleanOpen-source flag
is_recommendedbooleanEditorial pick
pricing_summarystring|nullHuman-readable pricing summary
as_ofISO dateWhen this record was last updated

comparisons.json

Published side-by-side comparisons and the tools they cover.

FieldTypeMeaning
slugstringURL slug — page lives at /comparisons/{slug}
titlestringComparison title
urlstringCanonical page URL
tool_slugsstring[]Slugs of the compared tools
published_atISO date|nullFirst publication date
as_ofISO dateWhen this record was last updated

reviews.json

Published editorial reviews with 0–100 scores and sub-scores.

FieldTypeMeaning
slugstringURL slug — page lives at /reviews/{slug}
titlestringReview title
urlstringCanonical page URL
tool_slugstring|nullSlug of the reviewed tool
score_overallnumber|nullOverall editorial score, 0–100
score_speednumber|nullSpeed sub-score, 0–100
score_privacynumber|nullPrivacy sub-score, 0–100
score_dev_experiencenumber|nullDeveloper-experience sub-score, 0–100
verdictstring|nullShort editorial verdict
published_atISO date|nullFirst publication date
as_ofISO dateWhen this record was last updated

Richer API for agents

Research agents whose crawlers honor RFC 9309 Allow rules can also use the filterable JSON API at /api/agents/context, /api/agents/meta, and /api/agents/exclusion. The /data/*.json files above are the canonical surface for everything else, plus /feed.xml for updates and /llms-full.txt for a full page index.