Coming Soon — We're Working On It!

Does It Mac API

Programmatic access to Apple Silicon compatibility data for your apps, tools, and services.

We're actively building the API. Sign up below to get notified when it launches.

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 pagination
GET /v1/apps/:slug Get single app details
GET /v1/apps/search?q=... Search apps by name
GET /v1/categories List all categories
GET /v1/stats Database statistics

Get Notified at Launch

Be the first to know when the API is ready. Early adopters get extended free tier limits.