API Documentation
Integrate WebMaster Atlas data into your applications with our REST API.
API Coming Soon
Our public API is currently in development. We're working on providing programmatic access to our directory of webmaster resources. If you're interested in early access or have specific API requirements, please contact us.
Planned Endpoints
/api/v1/resourcesRetrieve a list of all resources with filtering and pagination options.
category- Filter by category slugbrand- Filter by brand slugfeatured- Show only featured resourcespage- Page number (default: 1)limit- Results per page (default: 20, max: 100)search- Search by name or description
/api/v1/resources/:slugGet detailed information about a specific resource by its slug.
/api/v1/categoriesList all categories with resource counts.
/api/v1/categories/:slugGet category details and all resources in that category.
/api/v1/brandsList all brands in the directory.
/api/v1/searchSearch across resources, categories, and brands.
q- Search query (required)type- Filter by type: resources, categories, brands, or all
Authentication
The API will use API key authentication for rate limiting and access control.
Authorization: Bearer YOUR_API_KEYFree tier: 1,000 requests/month • Pro tier: Unlimited requests
Response Format
All responses will be returned in JSON format with consistent structure.
{
"success": true,
"data": {
"resources": [...],
"pagination": {
"page": 1,
"limit": 20,
"total": 150,
"totalPages": 8
}
},
"meta": {
"timestamp": "2025-11-25T12:00:00Z",
"version": "1.0"
}
}Rate Limiting
API rate limits will be enforced to ensure fair usage:
- Free tier: 60 requests per minute, 1,000 per month
- Pro tier: 300 requests per minute, unlimited monthly
Rate limit information will be included in response headers:
Use Cases
Content Aggregation
Build curated lists of webmaster tools for your blog or application
Analytics & Tracking
Monitor new tools and track changes in the webmaster ecosystem
Search Integration
Add webmaster tool search to your platform or service
Recommendation Engine
Build tool recommendation systems based on categories and features
Get Early Access
Be among the first to access our API when it launches. We'll notify you when it's ready.
Request Early Access