Combination

Type: object

A combination of several substances.


Example:

{
    "unknown_interactions": 2,
    "interactions": {
        "drug-a_drug-b": {
            "names": [
                "Combination slang name"
            ],
            "is_draft": false,
            "site_url": "https://mixtures.info/en/combo/drug-a+drug-b/",
            "risk": 2,
            "synergy": 4,
            "risk_reliability": 2,
            "effects_reliability": 3,
            "risk_description": "Interaction risk description.",
            "effect_description": "Interaction effect description.",
            "interactants": {
                "drug-a": {
                    "name": "Drug A",
                    "slug": "drug-a",
                    "url": "https://mixtures.info/en/api/v1/substance/drug-a/",
                    "site_url": "https://mixtures.info/en/substance/drug-a/",
                    "risks": "General risks of drug A.",
                    "effects": "General effects of drug B."
                },
                "drug-b": {
                    "name": "Drug B",
                    "slug": "drug-b",
                    "url": "https://mixtures.info/en/api/v1/substance/drug-b/",
                    "site_url": "https://mixtures.info/en/substance/drug-b/",
                    "risks": "",
                    "effects": ""
                }
            }
        }
    }
}

Type: number

Number of interactions no data were found on.

Value must be greater or equal to 0

Type: object

Found interactions.

Each additional property must conform to the following schema

Type: object

Unique identifier of the interaction. Substances slugs are separated by an underscore (_).

Type: array of string

Slang names of this interaction.

No Additional Items

Each item of this array must be:

Type: string

Slang name.

Type: boolean

Is the content of this interaction a draft?

Type: stringFormat: uri

URL of the interaction on the Mixtures website.

Type: number

Risk classification of this combination.

0: UNKNOWN
1: NEUTRAL
2: CAUTION
3: UNSAFE
4: DANGEROUS

Value must be greater or equal to 0 and lesser or equal to 4

Type: number

Synergy classification of this combination.

0: UNKNOWN
1: NEUTRAL
2: DECREASE
3: INCREASE
4: MIXED
5: ADDITIVE

Value must be greater or equal to 0 and lesser or equal to 5

Type: number

Reliability classification of this combination risk data.

0: UNKNOWN
1: HYPOTHETICAL
2: INFERRED
3: PROVEN

Value must be greater or equal to 0 and lesser or equal to 3

Type: number

Reliability classification of this combination effects data.

0: UNKNOWN
1: HYPOTHETICAL
2: INFERRED
3: PROVEN

Value must be greater or equal to 0 and lesser or equal to 3

Type: stringFormat: markdown

Description of the risks of this combination.

Type: stringFormat: markdown

Description of the effects of this combination.

Type: object

Substances involved in the interaction.

Each additional property must conform to the following schema

Type: object

Unique identifier of the substance.

Type: string

Unique identifier of the substance.

Type: string

Name of the substance.

Type: stringFormat: uri

URL of the substance.

Type: stringFormat: uri

URL of the substance on the Mixtures website.