/pharma/drugs/{drug-id}/interactions

  • Description

    Find drugs that interact with the query drug.

  • URL (PATH)

    /pharma/drugs/{drug-id}/interactions?token={token}

  • Method

    GET

  • Authentication

    Optional (token)

  • Request parameters & Path variables
    Parameter Description
    drug-id
    [alphanumeric]
    required
    A CHEMBL identifier corresponding to a drug
    token
    [alphanumeric]
    optional
    Optional access key to save the current query in your profile
  • Example request
                                         https://disnet.ctb.upm.es/api/disnet/pharma/drugs/CHEMBL42/interactions?token=eJtdWrIisOiJt...
                                    
  • Success response (application/json)
                                        {
        "token": null,
        "authorized": false,
        "authorizationMessage": null,
        "responseCode": "200",
        "responseMessage": "OK",
        "errorsFound": [],
        "data": [
            {
                "drugName": "CLOZAPINE",
                "drugId": "CHEMBL42"
            }
        ]
    }