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.netlify.app/api/v1/news.json GET https://crypt0snews.netlify.app/api/v1/crypto.json GET https://crypt0snews.netlify.app/api/v1/ai.json GET https://crypt0snews.netlify.app/api/v1/gaming.json curl https://crypt0snews.netlify.app/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.netlify.app/api.html",
"count": 50,
"articles": [
{
"title": "Bitcoin ETF Flows Set a Fresh Record",
"url": "https://crypt0snews.netlify.app/news/2026-09-12-bitcoin-etf-flows-set-a-fresh-record.html",
"published": "2026-09-12",
"category": "Crypto",
"summary": "Money keeps pouring into spot bitcoin ETFs..."
}
]
}
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
- Credit Crypt0's News with a link wherever our content appears.
- Build with the feed inside your own products: apps, dashboards, newsletters, and research tools.
- Repackaging the raw feed as a standalone data product calls for a separate agreement.
- Starter keys allow 500 calls per day of fair use. Pro keys allow generous shared use. These are fair use terms rather than hard technical gates: we monitor traffic and block abusive clients. Polling every few minutes keeps everyone fast.
- Keys tied to misuse are retired, with a full explanation sent to the key owner.
- Endpoints stay versioned. Breaking changes arrive in new versions only, so your integration keeps working.
04Request your key
Tell us about your project. We confirm payment and send your key within 24 hours.
← Back to Crypt0's News