# Newsboy — Verified News Intelligence API > newsboy.drm3.network Newsboy is a news intelligence API for AI agents. 5,500+ curated RSS feeds across 43 languages, 63 structured fields per article, Ed25519 provenance signing on every article. ## Endpoints - GET /v1/search?q={query}&limit=20&since=7d — Keyword search across titles, summaries, entities - GET /v1/articles?topic={topic}&category={category}&since=24h&limit=20 — Browse recent articles - GET /v1/articles/{id} — Full article with all structured fields - GET /v1/articles/{id}/provenance — Ed25519 receipt chain for this article - GET /v1/signals?ticker={TSLA}&direction={UP|DOWN}&since=24h — Momentum signals extracted from news - GET /v1/topics?since=24h — Trending topics with article counts - GET /health — Service health ## Authentication Pass your API key via X-Newsboy-Key header or Authorization: Bearer header. ## What You Get Per Article 63 fields including: AI-generated title, one-liner, summary, TLDR, categories, topics, extracted entities with confidence scores, momentum signals with ticker/direction/magnitude, 10-dimensional sentiment, 7-axis political analysis (focus + stance), editorial bias direction and intensity, structural balance scoring, AI-text detection with Claude/GPT fingerprinting, and Ed25519 provenance receipts. ## Provenance Every article carries a cryptographic receipt chain proving when it was fetched, extracted, and analyzed. Receipts are Ed25519-signed. Verify at https://drm3.io/verify.