CyberSecFeed API Documentation
Welcome to the CyberSecFeed API documentation. This comprehensive guide will help you integrate with our vulnerability intelligence platform.
What is CyberSecFeed?
CyberSecFeed provides comprehensive vulnerability intelligence through a simple REST API:
- Coverage: Comprehensive CVE universe coverage with hourly updates
- Enrichment: KEV, EPSS, and ACSC data with parameter-controlled inclusion
- Performance: Sub-second response times with intelligent edge caching
- Subscription Model: Four-tier support structure with monthly quotas
- Enterprise Ready: Production-grade platform with comprehensive API
Key Features
- 🔐 Secure: Database-backed API key authentication with SHA-256 hashing
- ⚡ Fast: Optimized for performance with ETag caching and edge optimization
- 🎯 Accurate: Multiple authoritative data sources (NVD, MITRE, CISA, FIRST, ACSC)
- 📊 Enriched: Parameter-controlled enrichment with
include=acsc,enrichment
- 🔄 Real-time: Hourly updates with smart skip logic for bandwidth optimization
- 🌐 Global: Cloudflare Workers edge deployment for worldwide access
- 💳 Subscription: Stripe-powered subscription model with usage tracking
- 🎯 Enterprise: Five-tier support structure (Community/Email 24h/Priority 8h/Dedicated/Custom SLA)
Available Endpoints
Endpoint | Method | Description |
---|---|---|
/api/v1/ping | GET | Full health check |
/api/v1/ping-lite | GET | Lightweight monitoring |
/api/v1/cve/{id} | GET | Single CVE details |
/api/v1/cves | GET | Search and filter CVEs |
/api/v1/kev | GET | Known Exploited Vulnerabilities |
/api/v1/usage | GET | API key usage statistics |
/api/v1/stats | GET | Platform statistics |
Quick Start Example
# Set your API key
export CYBERFEED_API_KEY="your-api-key-here"
# Make your first request
curl -H "X-API-Key: $CYBERFEED_API_KEY" \
https://api.cybersecfeed.com/api/v1/ping
# Search for critical vulnerabilities
curl -H "X-API-Key: $CYBERFEED_API_KEY" \
"https://api.cybersecfeed.com/api/v1/cves?severity_min=9.0&limit=10"
# Check if a CVE is actively exploited with ACSC data
curl -H "X-API-Key: $CYBERFEED_API_KEY" \
"https://api.cybersecfeed.com/api/v1/cve/CVE-2024-0001?include=acsc"
Requirements
- API Key: Required for all requests (automatically delivered via email after subscription)
- HTTPS: All requests must use HTTPS (HTTP requests rejected)
- Monthly Quotas: Based on your subscription tier (Free: 1,000, Plus: 30,000, Pro: 200,000, Business: 2M, Enterprise: Custom)
- Rate Limits: Free tier only (5 requests/minute), paid plans have no rate limits
Next Steps
- Get Started - Make your first API call in 5 minutes
- Explore API Reference - Detailed endpoint documentation with enrichment parameters
- Data Enrichment Guide - Understanding KEV, EPSS, and ACSC enrichment
- View Integration Examples - Code samples in multiple languages
- Learn Best Practices - Production-ready patterns and optimization
Getting Help
- Start with the Troubleshooting Guide
- Check the API Reference for endpoint details
- Review Data Enrichment Guide for parameter usage
- Review Integration Examples for your language
- Contact support based on your tier:
- Free: Community forums
- Plus: Email support (24h response)
- Pro: Priority support (8h response)
- Business: Dedicated support team
- Enterprise: Custom SLA with dedicated account manager
Additional Resources
- API Status: Check status.cybersecfeed.com for real-time service status
- Support: Email [email protected] for assistance
- Updates: Follow our changelog for the latest updates
- Legal: Review our legal documentation including terms of service and privacy policy
API Version: v1
Documentation Version: 2.0.0
Last Updated: July 2025