Example Endpoint
GET https://api.doesitmac.com/v1/apps
What to Expect
Fast & Reliable
Edge-deployed on Cloudflare Workers for sub-50ms response times globally.
Comprehensive Data
Access compatibility status, performance metrics, FAQs, and more for every app.
RESTful JSON
Clean, well-documented REST API with JSON responses. Easy to integrate anywhere.
Free Tier
Generous free tier for personal projects. No credit card required to get started.
Sample Response
JSON Response
{
"data": {
"id": "baldurs-gate-3",
"name": "Baldur's Gate 3",
"developer": "Larian Studios",
"category": "Gaming",
"compatibility": {
"status": "Native",
"architecture": "ARM64",
"minMacOS": "14.0",
"chips": ["M1", "M2", "M3", "M4"]
},
"performance": {
"avgFps": 60,
"rating": "excellent"
},
"lastUpdated": "YYYY-MM-DDTHH:mm:ssZ"
}
}Planned Endpoints
GET /v1/apps List all apps with paginationGET /v1/apps/:slug Get single app detailsGET /v1/apps/search?q=... Search apps by nameGET /v1/categories List all categoriesGET /v1/stats Database statisticsGet Notified at Launch
Be the first to know when the API is ready. Early adopters get extended free tier limits.