Event Registry website screenshot

Event Registry

Event Registry (NewsAPI.ai) is the world's leading news intelligence platform providing a REST API for accessing global news articles, trending topics, event detection, named entities, sentiment analysis, and media monitoring across 150,000+ sources in 60+ languages, with historical archive access dating back to 2014.

Event Registry publishes 5 APIs on the APIs.io network, including Articles API, Events API, Suggest API, and 2 more. Tagged areas include News, Media Monitoring, News Intelligence, Event Detection, and Named Entity Recognition.

The Event Registry catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

Event Registry’s developer surface includes authentication, documentation, engineering blog, pricing, changelog, sandbox, signup flow, and 24 more developer resources.

49.2/100 developing ▬ flat Agent 38/100 agent ready Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serve⚡ Free to try
1 APIs 1 MCP Servers
NewsMedia MonitoringNews IntelligenceEvent DetectionNamed Entity RecognitionSentiment AnalysisMedia AnalyticsNews API

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/event-registry: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

Event Registry Articles API

Search and retrieve individual news articles from 150,000+ global sources.

Event Registry Events API

Search and retrieve clustered news events (deduplicated story groups).

Event Registry Suggest API

Resolve entity names to URIs for use in search filters.

Event Registry Topic Pages API

Retrieve content matching user-defined topic page configurations.

Event Registry Usage API

Monitor API token quota and usage.

Open Collections 6

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

NewsAPI.ai MCP Server

Event Registry publishes a first-party Model Context Protocol server, newsapi-mcp, that wraps the Event Registry REST API for LLM clients. It is a LOCAL STDIO server: there is n...

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Event Registry Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

context Context

40 classes · 1 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Event Registry API Rules

6 rules · 4 warnings 2 info

SPECTRAL

JSON Schema 2

Standalone JSON Schema definitions for this provider's data models.

Article

19 properties

JSON SCHEMA

Event

14 properties

JSON SCHEMA

Examples 3

Example request and response payloads for these APIs.

Search Articles

4 fields

EXAMPLE

Search Events

4 fields

EXAMPLE

Suggest Concepts

5 fields

EXAMPLE

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Event Registry Authentication

apiKey · 1 scheme

SECURITY

Event Registry Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Event Registry Agentic Access

12 operations · 12 acting

12 operations · 12 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 5

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: event-registry
name: Event Registry
description: 'Event Registry (NewsAPI.ai) is the world''s leading news intelligence platform providing a REST API for accessing
  global news articles, trending topics, event detection, named entities, sentiment analysis, and media monitoring across
  150,000+ sources in 60+ languages, with historical archive access dating back to 2014.

  '
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: true
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - openapi
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  - rate-limits
  - security
  - sandbox
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/event-registry.png
url: https://raw.githubusercontent.com/api-evangelist/event-registry/refs/heads/main/apis.yml
created: 2026-06-13
modified: 2026-08-13
specificationVersion: '0.23'
tags:
- News
- Media Monitoring
- News Intelligence
- Event Detection
- Named Entity Recognition
- Sentiment Analysis
- Media Analytics
- News API
apis:
- aid: event-registry:event-registry-articles-api
  name: Event Registry Articles API
  description: Search and retrieve individual news articles from 150,000+ global sources.
  humanURL: https://newsapi.ai
  baseURL: https://eventregistry.org/api/v1
  tags:
  - Articles
  properties:
  - type: OpenAPI
    url: openapi/event-registry-articles-api-openapi.yml
  - type: Overlay
    url: overlays/event-registry-articles-overlay.yaml
  - type: PostmanCollection
    url: collections/event-registry-articles-api.postman_collection.json
  - type: OpenCollection
    url: collections/event-registry-articles-api.opencollection.json
  - type: Documentation
    url: https://newsapi.ai/documentation
  - type: Sandbox
    url: https://newsapi.ai/documentation/sandbox
  - type: PythonSDK
    url: https://github.com/EventRegistry/event-registry-python
  - type: NodeSDK
    url: https://github.com/EventRegistry/event-registry-node-js
  - type: Documentation
    url: https://github.com/EventRegistry/newsapi-mcp
- aid: event-registry:event-registry-events-api
  name: Event Registry Events API
  description: Search and retrieve clustered news events (deduplicated story groups).
  humanURL: https://newsapi.ai
  baseURL: https://eventregistry.org/api/v1
  tags:
  - Event
  tags_raw:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/event-registry-events-api-openapi.yml
  - type: Overlay
    url: overlays/event-registry-events-overlay.yaml
  - type: PostmanCollection
    url: collections/event-registry-events-api.postman_collection.json
  - type: OpenCollection
    url: collections/event-registry-events-api.opencollection.json
  - type: Documentation
    url: https://newsapi.ai/documentation
  - type: Sandbox
    url: https://newsapi.ai/documentation/sandbox
  - type: PythonSDK
    url: https://github.com/EventRegistry/event-registry-python
  - type: NodeSDK
    url: https://github.com/EventRegistry/event-registry-node-js
  - type: Documentation
    url: https://github.com/EventRegistry/newsapi-mcp
- aid: event-registry:event-registry-suggest-api
  name: Event Registry Suggest API
  description: Resolve entity names to URIs for use in search filters.
  humanURL: https://newsapi.ai
  baseURL: https://eventregistry.org/api/v1
  tags:
  - Suggest
  properties:
  - type: OpenAPI
    url: openapi/event-registry-suggest-api-openapi.yml
  - type: Overlay
    url: overlays/event-registry-suggest-overlay.yaml
  - type: PostmanCollection
    url: collections/event-registry-suggest-api.postman_collection.json
  - type: OpenCollection
    url: collections/event-registry-suggest-api.opencollection.json
  - type: Documentation
    url: https://newsapi.ai/documentation
  - type: Sandbox
    url: https://newsapi.ai/documentation/sandbox
  - type: PythonSDK
    url: https://github.com/EventRegistry/event-registry-python
  - type: NodeSDK
    url: https://github.com/EventRegistry/event-registry-node-js
  - type: Documentation
    url: https://github.com/EventRegistry/newsapi-mcp
- aid: event-registry:event-registry-topic-pages-api
  name: Event Registry Topic Pages API
  description: Retrieve content matching user-defined topic page configurations.
  humanURL: https://newsapi.ai
  baseURL: https://eventregistry.org/api/v1
  tags:
  - Topic Pages
  properties:
  - type: OpenAPI
    url: openapi/event-registry-topic-pages-api-openapi.yml
  - type: Overlay
    url: overlays/event-registry-topic-pages-overlay.yaml
  - type: PostmanCollection
    url: collections/event-registry-topic-pages-api.postman_collection.json
  - type: OpenCollection
    url: collections/event-registry-topic-pages-api.opencollection.json
  - type: Documentation
    url: https://newsapi.ai/documentation
  - type: Sandbox
    url: https://newsapi.ai/documentation/sandbox
  - type: PythonSDK
    url: https://github.com/EventRegistry/event-registry-python
  - type: NodeSDK
    url: https://github.com/EventRegistry/event-registry-node-js
  - type: Documentation
    url: https://github.com/EventRegistry/newsapi-mcp
- aid: event-registry:event-registry-usage-api
  name: Event Registry Usage API
  description: Monitor API token quota and usage.
  humanURL: https://newsapi.ai
  baseURL: https://eventregistry.org/api/v1
  tags:
  - Usage
  properties:
  - type: OpenAPI
    url: openapi/event-registry-usage-api-openapi.yml
  - type: Overlay
    url: overlays/event-registry-usage-overlay.yaml
  - type: PostmanCollection
    url: collections/event-registry-usage-api.postman_collection.json
  - type: OpenCollection
    url: collections/event-registry-usage-api.opencollection.json
  - type: Documentation
    url: https://newsapi.ai/documentation
  - type: Sandbox
    url: https://newsapi.ai/documentation/sandbox
  - type: PythonSDK
    url: https://github.com/EventRegistry/event-registry-python
  - type: NodeSDK
    url: https://github.com/EventRegistry/event-registry-node-js
  - type: Documentation
    url: https://github.com/EventRegistry/newsapi-mcp
common:
- type: License
  name: MIT
  url: https://github.com/EventRegistry/newsapi-mcp/blob/main/LICENSE
- type: AgenticAccess
  url: agentic-access/event-registry-agentic-access.yml
- type: DomainSecurity
  url: security/event-registry-domain-security.yml
- type: Authentication
  url: authentication/event-registry-authentication.yml
- type: Website
  url: https://eventregistry.org
- type: Documentation
  url: https://newsapi.ai/documentation
- type: GitHubOrg
  url: https://github.com/EventRegistry
- type: LinkedIn
  url: https://www.linkedin.com/company/event-registry/
- type: Blog
  url: https://newsapi.ai/blog/
- type: Pricing
  url: https://newsapi.ai/plans
- type: X
  url: https://x.com/event_registry
- type: Plans
  url: plans/event-registry-plans-pricing.yml
- type: RateLimits
  url: rate-limits/event-registry-rate-limits.yml
- type: FinOps
  url: finops/event-registry-finops.yml
- type: Packages
  url: packages/event-registry-packages.yml
- type: SDKs
  url: packages/event-registry-packages.yml
- type: MCPServer
  url: mcp/event-registry-mcp.yml
- type: ToolCrosswalk
  url: mcp/event-registry-tool-crosswalk.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/event-registry-llms.txt
- type: Conventions
  url: conventions/event-registry-conventions.yml
- type: ErrorCatalog
  url: errors/event-registry-problem-types.yml
- type: DataModel
  url: data-model/event-registry-data-model.yml
- type: Lifecycle
  url: lifecycle/event-registry-lifecycle.yml
- type: Conformance
  url: conformance/event-registry-conformance.yml
- type: ChangeLog
  url: changelog/event-registry-changelog.yml
- type: Sandbox
  url: sandbox/event-registry-sandbox.yml
- type: TermsOfService
  url: https://newsapi.ai/terms
- type: SignUp
  url: https://newsapi.ai/register
- type: APIReference
  url: https://newsapi.ai/documentation
- type: SourceCode
  url: https://github.com/EventRegistry/newsapi-mcp
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-08-13'
  status: enriched
  artifacts_added: 30
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/event-registry"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/event-registry/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/event-registry/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.