NUCLEUZ APIAPI
NUCLEUZ APIAPI

News Intelligence API jo raw stories ko canonical, AI aur machine-ready records mein badalti hai.

LogJagahOrgsAuthorsSourcesGEOTopicsProductsTickersURLs
CONNECTING

NUCLEUZ API Metrics. Simple RESTful API ke through endpoints, feeds aur enriched data access karein.

--
Stories ingested · 24H
-- feed mein accepted
24h12hnow
Health: --
Feed breakdown
--
Window
--
Global
--
Local
--
BZ100
--
Crypto
--
Markets
Performance
--
Sources
--
Topics
--
Resp time
--
Cache hit
Service level metricsOFFLINE
AvailabilityUNKNOWN
--
Target: 99.5%
Response TimeUNKNOWN
--
Target: <500ms
Error RateUNKNOWN
--
Target: <0.5%
Data FreshnessUNKNOWN
--
Target: <30min

Simple, flexible, reasonable pricing

Free शुरू करें. Credits इस्तेमाल करें, और जब ज्यादा चाहिए तो Pro upgrade करें.

Free

हर कोई BLERBZ explore कर सकता है

Free
  • BLERBZ News
  • 5 Feeds + More
  • Limited STREAMs
  • Limited Artemiz
  • News Intelligence
Recommended

BLERBZ Pro

Full BLERBZ experience - NUCLEUZ API, unlimited STREAMs, Artemiz और more

✦1st Month Free
$9.99/mo
  • Unlimited STREAMs
  • Unlimited Artemiz
  • NUCLEUZ API access
  • New features पर beta access
  • Priority support

30 दिनों तक charge नहीं. कभी भी cancel करें.

Enterprise

Projects/orgs के लिए custom solutions

Proposal-based pricing
  • Advanced API services
  • Extended STREAMS services
  • Extended Artemiz services
  • Custom SLA और support
  • Additional services

Feeds API

Cursor pagination aur score breakdowns ke saath curated feeds.

Real-time feed

Server-Sent Events ke through sub-second latency ke saath breaking news stream karein.

BLERBZ100 rankings

Daily top 100 stories engagement, velocity aur viral detection se ranked.

Trending detection

Configurable windows (1h, 6h, 24h) ke saath velocity-based trending.

Filtering aur discovery

Exactly required content dhundhne ke liye powerful filters.

Topic filtering

Focused feeds ke liye AI-extracted topic tags se content filter karein.

Source filtering

Reuters, BBC, AP aur 200+ sources se filter karein.

Social voices

X.com posts, threads aur long-form articles ka content feed.

Markets feed

AI-classified stocks, indices, economic indicators aur finance news.

Crypto feed

AI-classified Bitcoin, Ethereum, blockchain, DeFi aur NFT stories.

Documents API

Rich metadata aur cross-source intelligence ke saath canonical document objects.

Canonical documents

ETag support aur conditional GET ke saath SDK-friendly document format.

Free alternatives

Paywalled content ke free versions 2-4 alternative sources se dhundhein.

Cross-source dedup

Automatic dedup multiple sources mein same story identify karta hai.

Language aur translation

Har story teen language versions mein. 55+ languages, 195+ countries. Sab tiers par available.

SRC (Source)

Original article apni native language mein, exactly published form mein preserved.

EN (English)

Editorial accuracy aur facts preserve karte hue AI-translated English version.

COO (Country of Origin)

Story ke country of origin ki national language. 195+ country mappings.

Developer experience

Modern API conventions ke saath performance ke liye built.

Smart caching

Fast responses ke liye 94%+ hit rates wala multi-tier caching.

Incremental sync

Document changes efficiently track karne ke liye cursor-based sync API.

Sparse fieldsets

Payload size kam karne ke liye sirf required fields request karein.

API Documentation

NUCLEUZ ko apni app mein integrate karne ke liye sab kuch

NUCLEUZ API Overview

NUCLEUZ is a real-time news intelligence API that powers BLERBZ. Get access to:

  • 65+ Premium Sources: Reuters, AP, BBC, NYT, WSJ, and more
  • AI-Enhanced Content: Automatic topic tagging, sentiment analysis
  • Real-time Streaming: Server-Sent Events for breaking news
  • BLERBZ100 Rankings: Daily top 100 stories by engagement and virality
  • Base URL

    text
    https://api.blerbz.com:3001/api/v2

    Rate Limits

    All endpoints include rate limit headers:

    text
    X-RateLimit-Limit: 300
    X-RateLimit-Remaining: 299
    X-RateLimit-Reset: 2026-01-01T00:00:00Z
    Last updated: February 2026 · NUCLEUZ API v2.0

    API Playground

    NUCLEUZ API yahin try karein. Public endpoints ke liye account required nahi hai.

    Pagination ke saath canonical documents list karein

    Liberal limits ke saath demo API key use ho rahi hai. Account required nahi.

    Parameters

    Number of items

    Pagination cursor

    Filter by date

    Filter by sources

    cURL
    curl -H "Authorization: Bearer nuc_demo_playground_2026" "https://api.blerbz.com:3001/api/v2/documents?limit=10"
    Starter code
    const response = await fetch('https://api.blerbz.com:3001/api/v2/documents?limit=10', {
      headers: {
        'Authorization': 'Bearer nuc_demo_playground_2026'
      }
    });
    const data = await response.json();
    console.log(data.data); // Array of documents
    Response

    Response dekhne ke liye request execute karein

    Product highlight

    Headline scrolling ticker

    NUCLEUZ API powered live-updating scrolling news ticker embed karein. Sab API tiers ke saath kaam karta hai. All feeds, specific feed, ya custom subset choose karein.

    Live preview
    Feed sourceTicker customize karne ke liye ek ya zyada feeds select karein
    <!-- BLERBZ Headline Scrolling Ticker -->
    <!-- Embed this snippet in your HTML. Replace YOUR_API_KEY with your NUCLEUZ API key. -->
    <div id="blerbz-ticker" style="
      background: #0a0a0a;
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    ">
      <div style="
        display: flex; align-items: center; gap: 8px;
        position: absolute; left: 0; top: 0; bottom: 0;
        padding: 0 16px; z-index: 2;
        background: linear-gradient(90deg, #0a0a0a 85%, transparent);
        font-family: 'SF Mono', Monaco, Inconsolata, monospace;
        font-size: 9px; font-weight: 700; letter-spacing: 1.5px; color: #fff;
      ">
        <span style="
          width: 7px; height: 7px; border-radius: 50%;
          background: #ef4444; box-shadow: 0 0 6px rgba(239,68,68,0.6);
          animation: blerbzPulse 1.5s ease-in-out infinite;
        "></span>
        LIVE
      </div>
      <div style="
        overflow: hidden; padding: 14px 16px 14px 90px;
        mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
      ">
        <div id="blerbz-ticker-track" style="
          display: flex;
          animation: blerbzScroll 80s linear infinite;
          width: max-content; will-change: transform;
        "></div>
      </div>
    </div>
    
    <style>
      @keyframes blerbzScroll {
        0% { transform: translate3d(0, 0, 0); }
        100% { transform: translate3d(-50%, 0, 0); }
      }
      @keyframes blerbzPulse {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.7; transform: scale(0.9); }
      }
      #blerbz-ticker-track:hover { animation-play-state: paused; }
    </style>
    
    <script>
    (function() {
      const API_KEY = 'YOUR_API_KEY';
      const API_BASE = 'https://api.blerbz.com:3001/api/v2';
      const ENDPOINT = '/feeds/latest?limit=25';
    
      async function fetchHeadlines() {
        const res = await fetch(API_BASE + ENDPOINT, {
          headers: { 'Authorization': 'Bearer ' + API_KEY }
        });
        if (!res.ok) return [];
        const data = await res.json();
        return (data.items || data.data || []).map(item => ({
          headline: item.headline || item.originalTitle || item.title || '',
          source: item.source?.name || item.sourceName || item.source || 'News',
        })).filter(h => h.headline.length > 10);
      }
    
      function render(headlines) {
        const track = document.getElementById('blerbz-ticker-track');
        if (!track || !headlines.length) return;
        const items = [...headlines, ...headlines];
        track.innerHTML = items.map(h =>
          '<div style="display:flex;align-items:center;gap:4px;padding-right:32px;white-space:nowrap;flex-shrink:0">' +
            '<span style="font-size:10px;font-weight:700;color:rgba(255,255,255,0.5);text-transform:uppercase;letter-spacing:0.5px">' + h.source + ':</span>' +
            '<span style="font-size:13px;font-weight:500;color:#fff;max-width:420px;overflow:hidden;text-overflow:ellipsis">' + h.headline + '</span>' +
            '<span style="color:rgba(255,255,255,0.15);font-size:8px;margin-left:22px">\u2022</span>' +
          '</div>'
        ).join('');
      }
    
      fetchHeadlines().then(render);
      setInterval(() => fetchHeadlines().then(render), 30000);
    })();
    </script>
    EndpointGET /api/v2/feeds/latest
    AuthBearer token (all tiers)
    Rate limitAapke plan tier ke hisaab se
    RefreshRecommended: 15-30s interval

    NUCLEUZ API ke saath build karne ke liye ready?

    Start ke liye Playground aur Documentation try karein.

    NUCLEUZ APIAPI

    Next generation news apps aur personal news feeds ko power karta hai

    BLERBZWINDOWBLERBZ100BLERBZMARKETSBLERBZBITCOIN