/pharma/drugs/{drug1-id}/interactions/{drug2-id}/phenotypes

  • Description

    Find phenotype effects produced by drug-drug interactions.

  • URL (PATH)

    /pharma/drugs/{drug1-id}/interactions/{drug2-id}/phenotypes?token={token}

  • Method

    GET

  • Authentication

    Optional (token)

  • Request parameters & Path variables
    Parameter Description
    drug1-id
    [alphanumeric]
    required
    Drug id of drug involved in interaction
    drug2-id
    [alphanumeric]
    required
    Drug id of drug involved in interaction
    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/CHEMBL1213252/phenotypes?token=eJtdWrIisOiJt...
                                    
  • Success response (application/json)
                                        {
        "token": null,
        "authorized": false,
        "authorizationMessage": null,
        "responseCode": "200",
        "responseMessage": "OK",
        "errorsFound": [],
        "data": [
            {
                "phenotypeId": "C0000731",
                "phenotypeName": "Abdominal distension"
            },
            {
                "phenotypeId": "C0002871",
                "phenotypeName": "Anemia"
            },
            {
                "phenotypeId": "C0009676",
                "phenotypeName": "Confusional state"
            },
            ...    ]
    }