Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Event Registry Topic Pages API

Retrieve content matching user-defined topic page configurations.

Event Registry Topic Pages API is one of 5 APIs that Event Registry publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Topic Pages. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 9 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://eventregistry.org/api/v1.

2 operations 2 paths 9 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://eventregistry.org/api/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Event Registry Topic Pages API declares 1 security scheme for authenticating requests. An API key is passed in the query as apiKey (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — API key obtained from newsapi.ai/register. Include as a field in the JSON POST body or as a query parameter named apiKey.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 POST. Each is listed below with its method, path, parameters, and response codes.

Topic Pages 2

Retrieve content matching user-defined topic page configurations.

POST
/article/getArticlesForTopicPage
Get articles for a topic page
getTopicPageArticles body → 200401
POST
/event/getEventsForTopicPage
Get events for a topic page
getTopicPageEvents body → 200401

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Article (15 properties), Event (9 properties), Location (5 properties), Concept (4 properties). Each schema is shown below with its type and property counts.

Category
object
3 properties
Location
object
5 properties
Concept
object
4 properties
Article
object
15 properties
Event
object
9 properties
Source
object
4 properties
ApiKeyParam
object
1 property 1 required
ErrorResponse
object
2 properties
Author
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

event-registry-topic-pages-api-openapi.yml Raw ↑

Other APIs Event Registry publishes across the network.

Event Registry Articles API
Event Registry Events API
Event Registry Suggest API
Event Registry Usage API