API Documentation
Integration Options: Choose REST API for dynamic applications or RSS feeds for simple content syndication.
REST API
The HealthDock REST API provides programmatic access to medical content and data.
Base URL
https://healthdock.org/api/v1
Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
REST Endpoints
Articles
GET
/articles
Get all published articles with pagination
GET
/articles/{slug}
Get specific article by slug
GET
/articles/featured
Get featured articles
GET
/search?q={query}
Search articles by title and content
Specialties
GET
/specialties
Get all medical specialties
GET
/specialties/{slug}
Get specific specialty with article count
GET
/specialties/{slug}/articles
Get articles for specific specialty
RSS Feeds
RSS feeds provide automatic content updates for news aggregators, websites, and content management systems.
Available RSS Feeds
RSS
/api/web/rss/{specialty-slug}
Articles filtered by medical specialty
Example Specialty RSS Feeds:
RSS Implementation
Add RSS auto-discovery to your website:
<link rel="alternate" type="application/rss+xml"
title="HealthDock Medical Content"
href="https://healthdock.org/feeds/rss">
Content Licensing
Attribution Required: All content syndicated via RSS or API must include proper attribution to HealthDock.in
Rate Limits
- REST API: 1000 requests per hour per API key
- RSS Feeds: No rate limits (recommended: check every 15-30 minutes)
Support
Need help with integration? Contact our support team for assistance.
Get API Access
Sign up for API access to integrate HealthDock content into your platform.
Request API Key