Crypt0's NewsCrypt0's News

For developers and data teams

The Crypt0's News API.

Original crypto reporting, market context, and tech analysis from Omar aka Crypt0, delivered as clean JSON you can pull into dashboards, apps, and research tools. Every article carries its story link, publish date, and category, refreshed daily with the morning brief.

01The feed

The v1 news endpoint serves up to the latest 50 Daily Brief articles. One GET call returns title, canonical URL, publish date, category, and a summary for each story. Static JSON with friendly caching, ready for polling. Section feeds slice the same data by beat.

GET https://crypt0snews.com/api/v1/news.json
GET https://crypt0snews.com/api/v1/crypto.json
GET https://crypt0snews.com/api/v1/ai.json
GET https://crypt0snews.com/api/v1/gaming.json

curl https://crypt0snews.com/api/v1/crypto.json | python3 -m json.tool
{
  "version": "v1",
  "generated_at": "2026-09-13T07:12:04+00:00",
  "source": "Crypt0's News Daily Brief",
  "docs": "https://crypt0snews.com/api.html",
  "count": 50,
  "articles": [
    {
      "title": "Solana Holds Near 100 as ETF Flows and Record Usage Point Toward 130",
      "url": "https://crypt0snews.com/news/2026-09-13-solana-holds-near-100-as-etf-flows-and-record-usage-point-to.html",
      "published": "2026-09-13",
      "category": "Crypto",
      "summary": "SOL traded around $100 this weekend, with ETF flows and record usage pointing toward $130..."
    }
  ]
}

Try the live feed now, straight in your browser.

02Pricing

Starter

$29 / month

  • 500 calls per day fair use
  • Full feed access, all fields
  • Commercial use inside your products
  • Email support

Pro

$99 / month

  • Generous shared use
  • Full feed access, all fields
  • Commercial use inside your products
  • Priority support and early access to new endpoints

Keys are issued within 24 hours after payment, paid in crypto to our treasury. One key per integration; upgrading a tier keeps the same key. The feed is openly readable so you can evaluate it any time; your key is your commercial license to build with it.

03Terms of use

04Request your key

Tell us about your project. We confirm payment and send your key within 24 hours.

Prefer email? Write to crypt0@crypt0snews.com with your project and chosen tier.

← Back to Crypt0's News