{
  "x402Version": 2,
  "id": 7847,
  "slug": "7847",
  "resource": "https://loonie-toll.onrender.com/drug",
  "description": "US drug status by name: approval route, boxed warning, active recalls, and who manufactures it. Source openFDA.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "name": "Tylenol"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "boxedWarningExcerpt": null,
            "disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. THIS IS NOT MEDICAL ADVICE and must not be used to make treatment decisions — consult a licensed clinician or pharmacist. op…",
            "drug": {
              "applicationNumbers": [
                "M013"
              ],
              "brandNames": [
                "TYLENOL Extra Strength"
              ],
              "genericNames": [
                "ACETAMINOPHEN"
              ],
              "manufacturers": [
                "Kenvue Brands LLC"
              ],
              "productType": "HUMAN OTC DRUG",
              "routes": [
                "ORAL"
              ],
              "substances": [
                "ACETAMINOPHEN"
              ]
            },
            "flags": [
              "1 recall(s) currently listed as ongoing."
            ],
            "hasBoxedWarning": false,
            "labelSections": {
              "contraindications": null,
              "indications": "Uses temporarily relieves minor aches and pains due to: the common cold headache backache minor pain of arthritis toothache muscular aches premenstrual and menstrual cramps temporarily reduces fever"
            },
            "labelsMatched": 111,
            "recalls": {
              "classI": 0,
              "ongoing": 1,
              "records": [
                {
                  "classification": "Class II",
                  "distribution": "U.S. Nationwide - CO, IL, OH and IN.",
                  "firm": "Kenvue Brands LLC",
                  "initiatedOn": "20251021",
                  "reason": "Defective Container",
                  "status": "Ongoing"
                }
              ],
              "total": 1
            },
            "retrievedAt": "2026-09-09T00:54:18.394Z",
            "source": "openFDA — drug label and enforcement (recall) endpoints, US FDA",
            "verdict": "ACTIVE_RECALL"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "name": {
                    "description": "Brand or generic drug name, e.g. Tylenol",
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "boxedWarningExcerpt": {
                    "type": "null"
                  },
                  "disclaimer": {
                    "type": "string"
                  },
                  "drug": {
                    "properties": {
                      "applicationNumbers": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "brandNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "genericNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "manufacturers": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "productType": {
                        "type": "string"
                      },
                      "routes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "substances": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "flags": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "hasBoxedWarning": {
                    "type": "boolean"
                  },
                  "labelSections": {
                    "properties": {
                      "contraindications": {
                        "type": "null"
                      },
                      "indications": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "labelsMatched": {
                    "type": "integer"
                  },
                  "recalls": {
                    "properties": {
                      "classI": {
                        "type": "integer"
                      },
                      "ongoing": {
                        "type": "integer"
                      },
                      "records": {
                        "items": {
                          "properties": {
                            "classification": {
                              "type": "string"
                            },
                            "distribution": {
                              "type": "string"
                            },
                            "firm": {
                              "type": "string"
                            },
                            "initiatedOn": {
                              "type": "string"
                            },
                            "reason": {
                              "type": "string"
                            },
                            "status": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "total": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "retrievedAt": {
                    "type": "string"
                  },
                  "source": {
                    "type": "string"
                  },
                  "verdict": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "loonie-toll.onrender.com",
  "lastUpdated": "2026-09-09T01:33:33.068Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T01:33:32.83Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "loonie-toll.onrender.com",
    "manifest_name": "loonie-toll.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}