NUCLEUZ

Streaming News Intelligence API

Live API Dashboard

Real-time metrics from our content aggregation engine. Access these feeds, rankings, and enriched data through a simple RESTful API.

CONNECTING• refresh 1s
0
Stories Today
24h12hnow
0%
Health Score
24h12hnow
0
News Sources
0+
Topics Tracked
0.000s
Response Time
Service Level MetricsOFFLINE
AvailabilityOK
100.0%
Target: 99.5%
Response TimeOK
0ms
Target: <500ms
Error RateOK
0.00%
Target: <0.5%
Data FreshnessOK
0s
Target: <30min

Real-time Feed

Stream breaking news with sub-second latency via Server-Sent Events.

BLERBZ100 Rankings

Daily top 100 stories ranked by engagement, velocity, and viral detection.

Smart Caching

Multi-tier caching with 94%+ hit rates for blazing fast responses.

API Documentation

Everything you need to integrate NUCLEUZ into your app

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 ("Blerbles"), 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/v2

    Rate Limits

    All endpoints include rate limit headers:

    text
    X-RateLimit-Limit: 300
    X-RateLimit-Remaining: 299
    X-RateLimit-Reset: 2025-01-01T00:00:00Z

    API Playground

    Try the NUCLEUZ API right here. No account required for public endpoints.

    List canonical story documents with pagination

    Using demo API key with liberal limits. No account required.

    Parameters

    Number of items

    Pagination cursor

    Filter by date (YYYY-MM-DD)

    Filter by sources (comma-separated)

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

    Execute a request to see the response

    Simple, Transparent Pricing

    Start building with NUCLEUZ API. Scale as you grow.

    MonthlyAnnualSave 20%

    Basic

    For hobbyists and small projects

    $10/mo
    120req/min
    50Kreq/mo
    • Read Access
    • Trending Feed
    • Full-Text Search
    • BLERBZ100 Rankings
    • Grok-Enhanced AI
    • Unlimited Blerbz AI Credits
    • Webhooks
    • SLA Guarantee
    • Dedicated Support
    Coming Soon

    Professional

    Enterprise-grade with SLA

    TBD
    1000req/min
    Unlimitedreq/mo

    Need a custom solution?

    Contact us for enterprise pricing, custom SLAs, and dedicated infrastructure.

    Ready to build with NUCLEUZ API?

    Get started with our documentation and try the live playground above.