Export & Developer Tools

Take Aevum Encyclopedia anywhere. Export verified datasets, integrate via our robust API, or connect seamlessly with your favorite research tools.

View Documentation → Download Sample Data

Flexible Formats for Every Workflow

Whether you're building a dataset, training a model, or archiving articles, choose the format that fits your pipeline.

📊

CSV

Spreadsheet-ready. Perfect for analytics, Excel, and database imports.

🔗

JSON

Structured & nested. Ideal for web apps, APIs, and NoSQL databases.

📄

Markdown

Clean formatting. Native support for Git, Obsidian, and static sites.

📜

XML

Strict schema validation. Built for enterprise systems and legacy parsers.

📑

PDF

Print-optimized layouts. Citations, references, and metadata included.

🧮

Parquet

Columnar storage. Optimized for big data processing and Spark pipelines.

Programmatic Access to 2.4M+ Articles

RESTful & GraphQL endpoints with real-time search, versioning, and webhook notifications.

  • Sub-100ms response times globally
  • 🔐 OAuth 2.0 & API key authentication
  • 📈 Rate limits: 1,000 req/min (Pro), Unlimited (Enterprise)
  • 🔄 Real-time version diffs & change feeds
  • 📦 Official SDKs for Python, JavaScript, Go, & Rust
📖 Full Documentation
GET https://api.aevum.com/v2/articles/search
# Headers: Authorization: Bearer YOUR_API_KEY

{
  "query": "quantum computing",
  "limit": 10,
  "fields": ["title", "summary", "last_modified"],
  "filter": {
    "language": "en",
    "category": "technology"
  }
}

Connect Your Favorite Tools

Native plugins and sync extensions to bring verified knowledge directly into your workspace.

📓

Notion

Sync & embed articles
🗂️

Obsidian

Local knowledge vaults
📚

Zotero

Academic references
💻

VS Code

In-editor lookup
🌐

Browser Ext

Side-panel search
💬

Slack / Teams

Quick queries

Choose Your Export Plan

From casual researchers to enterprise data teams, scale your access as needed.

Researcher

Free forever

Perfect for students and individual learners.

  • 100 exports / month
  • Basic CSV & Markdown
  • 100 API requests / day
  • Community support
Get Started

Enterprise

Custom

For institutions, AI labs, and large teams.

  • Unlimited everything
  • Dedicated infrastructure
  • SSO, SLA & audit logs
  • Custom data licensing
Contact Sales

Common Questions

Can I use exported data commercially? +
Yes, all Aevum Encyclopedia data is licensed under CC BY-SA 4.0. Commercial use is permitted with proper attribution. Enterprise plans include extended commercial licensing options.
How often is the dataset updated? +
Our knowledge base is updated in real-time. You can request incremental dumps daily or subscribe to webhook feeds for live synchronization with your systems.
Do you provide SDKs for other languages? +
Currently we officially support Python, JavaScript/Node.js, Go, and Rust. Community-maintained wrappers exist for PHP, Ruby, and Java. Request a new SDK via our developer portal.
What happens if I exceed my API rate limit? +
You'll receive a 429 status code with a `Retry-After` header. Pro and Enterprise plans include queue prioritization and dedicated throughput scaling to prevent throttling.