API v2.4 • RESTful • JSON

Build with the Aevum News API

Access real-time global news, deep articles, and categorized feeds through a powerful, well-documented REST API. Designed for developers, built for scale.

View Documentation → Join Developer Community

Up & Running in 3 Steps

Fetch your first article in under 60 seconds.

1

Generate API Key

Create an account or sign in to your dashboard. Navigate to Settings → API Keys and generate a new secret.

2

Make a Request

Pass your key via the `X-Aevum-Key` header. All endpoints return standardized JSON responses.

3

Parse & Build

Access headlines, metadata, content snippets, and author data. Filter by category, date, or region.

cURL JavaScript Python
curl https://api.aevumnews.com/v2/articles/latest \\
  -H "X-Aevum-Key: YOUR_API_KEY" \\
  -H "Accept: application/json"

Core Endpoints

Explore our most frequently used resources. Full schema docs available in the dashboard.

GET /v2/articles/latest

Latest Headlines

Retrieve the most recent verified articles across all categories. Supports pagination and time filters.

AuthPaginationCaching: 30s
GET /v2/search

Full-Text Search

Query articles by keyword, author, publication date, or region. Returns relevance-sorted results.

AuthFiltersRate: 50/min
GET /v2/categories

Category Index

Get a list of available categories with article counts and top-level metadata.

PublicNo Cache
POST /v2/webhooks

Configure Webhooks

Register endpoints to receive real-time payloads when breaking news or category updates occur.

AuthEnterpriseJSON Payload
GET /v2/articles/{id}/full

Full Article Content

Fetch complete article text, multimedia assets, and structured metadata. Requires Pro tier.

AuthPro+High Priority
PUT /v2/feed/preferences

Custom Feed Config

Save user-specific filtering rules, category weights, and exclusion keywords to our edge network.

AuthUser Context

🔐 Authentication

All authenticated endpoints require your API key in the request header. Keys can be rotated from the dashboard.

Authorization: Bearer your_api_key_here
X-Aevum-Key: your_api_key_here

Never expose your secret key in client-side code. Use environment variables or a proxy server.

⚡ Rate Limits & Webhooks

Limits are enforced per key, per minute. Exceeding limits returns `429 Too Many Requests` with a `Retry-After` header.

X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 842
X-RateLimit-Reset: 1698765432

Webhooks are delivered with retries (3 attempts, exponential backoff) and HMAC signature validation.

Pricing Tiers

Starter

Free /month
  • 100 requests / day
  • Latest headlines only
  • Community support
  • Standard response time
Sign Up Free

Enterprise

Custom
  • Unmetered requests
  • Dedicated webhook endpoints
  • SLA & uptime guarantees
  • Custom integrations & onboarding
Contact Sales

SDKs & Integrations

Official client libraries maintained by the Aevum team. Install via your favorite package manager.

🐍 Python
JavaScript / Node
🔷 Go
💎 Ruby
Java
🍎 Swift
🐘 PHP
📦 Postman Collection
🔗 Zapier
⚙️ Make.com

Developer Support

💬

Community Forum

Ask questions, share use cases, and browse solutions from fellow developers.

Visit Forum
🐙

GitHub & SDKs

Report bugs, request features, and contribute to open-source client libraries.

View Repos
📧

Direct Email

For billing, enterprise inquiries, or urgent API issues.

dev@aevumnews.com
🟢

Status Page

Real-time uptime metrics, incident history, and maintenance windows.

Check Status