Developer docs

xSolia public API

xSolia ships a small set of read-only public APIs for validation metrics, public snapshots, and feed ingestion.

Endpoints

GET /stats/public

Returns active projects, 30-day response volume, user totals, and top categories.

curl https://api.xsolia.com/stats/public

GET /projects/{id}/snapshot

Returns anonymized public snapshot stats for closed public projects.

curl https://api.xsolia.com/projects/123/snapshot

GET /projects/{id}/snapshot.png

Returns a share-ready 1200×630 PNG summary card.

curl -o snapshot.png https://api.xsolia.com/projects/123/snapshot.png

GET /snapshots/public

List closed public snapshots with filters for category and sort mode.

curl "https://api.xsolia.com/snapshots/public?sort=popular&limit=20"

GET /feed/topics.xml

RSS feed for the latest active validation topics.

curl https://api.xsolia.com/feed/topics.xml

Usage terms

Public endpoints are read-only and do not require authentication. xSolia may apply rate limits to protect service health. Attribution is encouraged when you republish snapshot data.