Product Verdict API
Free. No key. Just credit the source.
License: CC BY 4.0 — use the data however you want, link back to isitworth.site as the source.
GET /api/v1
List all verdicts. Supports filtering.
https://isitworth.site/api/v1
https://isitworth.site/api/v1?verdict=worthit
https://isitworth.site/api/v1?verdict=skip&limit=10
https://isitworth.site/api/v1?category=ai-tools&offset=20
https://isitworth.site/api/v1?verdict=worthit
https://isitworth.site/api/v1?verdict=skip&limit=10
https://isitworth.site/api/v1?category=ai-tools&offset=20
| Param | Values | Default |
|---|---|---|
| verdict | worthit | skip | depends | all |
| category | category slug | all |
| limit | 1–200 | 50 |
| offset | integer | 0 |
GET /api/v1/:slug
Single product verdict.
https://isitworth.site/api/v1/chatgpt-plus
https://isitworth.site/api/v1/apple-watch-series-9
https://isitworth.site/api/v1/apple-watch-series-9
{
"slug": "chatgpt-plus",
"product": "ChatGPT Plus",
"verdict": "depends",
"verdictSummary": "...",
"rating": 7,
"price": "$20/month",
"bestFor": "...",
"skipIf": "...",
"url": "https://isitworth.site/reviews/chatgpt-plus",
"badge_svg": "https://isitworth.site/api/badge/chatgpt-plus"
}
GET /api/badge/:slug
SVG badge for embedding in README files, blog posts, or product pages. Every embed is a backlink — feel free to use liberally.
https://isitworth.site/api/badge/chatgpt-plus
Markdown embed:
[](https://isitworth.site/reviews/chatgpt-plus)
CORS: All endpoints return
Rate limits: None enforced. Please cache responses; data changes infrequently (max once a day).
Attribution: Required by license — link to isitworth.site wherever you display the data.
Access-Control-Allow-Origin: * — call from any frontend, no proxy needed.Rate limits: None enforced. Please cache responses; data changes infrequently (max once a day).
Attribution: Required by license — link to isitworth.site wherever you display the data.