{
  "x402Version": 2,
  "id": 6077,
  "slug": "6077",
  "resource": "https://x402-filings.datalayer.workers.dev/v1/fda/device-clearances",
  "description": "FDA 510(k) clearances for medical devices: which devices were cleared to market, the applicant, the decision date, product code, device class, regulation number and advisory committee, plus a clearance-per-year breakdown. Search by device name, applicant company or K-number. Pairs with the adverse-events and enforcement endpoints for full medtech diligence.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x917e635b83F0dd7e8172c55EC4EEbb28B734cA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "applicant": "Medtronic",
            "device": "catheter",
            "from": "2024-01-01",
            "kNumber": "K123456",
            "limit": 25,
            "to": "2026-08-24"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "clearances": [
              {
                "applicant": "Example Medical Inc.",
                "decision": "Substantially Equivalent",
                "decisionDate": "2026-08-11",
                "deviceClass": "2",
                "deviceName": "Example Catheter",
                "kNumber": "K260123",
                "reviewedByThirdParty": false
              }
            ],
            "clearancesByYear": [
              {
                "count": 14,
                "year": "2026"
              },
              {
                "count": 11,
                "year": "2025"
              }
            ],
            "count": 25,
            "mostRecentDecision": "2026-08-11",
            "query": {
              "device": "catheter",
              "limit": 25
            },
            "totalMatching": 41233
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "applicant": {
                    "description": "Applicant company name.",
                    "examples": [
                      "Medtronic"
                    ],
                    "type": "string"
                  },
                  "device": {
                    "description": "Device name to search.",
                    "examples": [
                      "catheter"
                    ],
                    "type": "string"
                  },
                  "from": {
                    "description": "Decision on or after, ISO date.",
                    "examples": [
                      "2024-01-01"
                    ],
                    "type": "string"
                  },
                  "kNumber": {
                    "description": "Exact 510(k) number, e.g. K123456.",
                    "examples": [
                      "K123456"
                    ],
                    "type": "string"
                  },
                  "limit": {
                    "description": "Max clearances, 1-100. Default 25.",
                    "examples": [
                      25
                    ],
                    "type": "integer"
                  },
                  "to": {
                    "description": "Decision on or before, ISO date.",
                    "examples": [
                      "2026-08-24"
                    ],
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402-filings.datalayer.workers.dev",
  "lastUpdated": "2026-08-30T15:44:11.925Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-08-30T15:44:14.232Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402-filings.datalayer.workers.dev",
    "manifest_name": "x402-filings.datalayer.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}