The intervention endpoint gives access to the intervention data. This is mostly a dosing of a substance to the body of the subject but can also be more vague interventions like a meal uptake or exercise.

GET /api/v1/pkdata/interventions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "current_page": 1,
    "last_page": 197,
    "next_page_url": "https://pk-db.com/api/v1/pkdata/interventions/?format=api&page=2",
    "prev_page_url": null,
    "data": {
        "count": 3930,
        "data": [
            {
                "study_sid": "PKDB00213",
                "study_name": "Lowenthal1976",
                "intervention_pk": 1,
                "raw_pk": null,
                "normed": false,
                "name": "apap1000mg_bsa_po",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "min",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 1000.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "mg/(1.73m^2)"
            },
            {
                "study_sid": "PKDB00213",
                "study_name": "Lowenthal1976",
                "intervention_pk": 2,
                "raw_pk": 1,
                "normed": true,
                "name": "apap1000mg_bsa_po",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "min",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 0.5780346820809249,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "gram / meter ** 2"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 3,
                "raw_pk": null,
                "normed": false,
                "name": "paracetamol1000mg_po",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 1000.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "mg"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 4,
                "raw_pk": 3,
                "normed": true,
                "name": "paracetamol1000mg_po",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 1.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "gram"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 5,
                "raw_pk": null,
                "normed": false,
                "name": "salicylic_acid_1000mg_po",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "salicylic-acid",
                "substance_label": "salicylic acid",
                "value": 1000.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "mg"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 6,
                "raw_pk": 5,
                "normed": true,
                "name": "salicylic_acid_1000mg_po",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "salicylic-acid",
                "substance_label": "salicylic acid",
                "value": 1.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "gram"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 7,
                "raw_pk": null,
                "normed": false,
                "name": "salicylic_acid_1000mg_po_(2hr_before)",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "-2",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "salicylic-acid",
                "substance_label": "salicylic acid",
                "value": 1000.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "mg"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 8,
                "raw_pk": 7,
                "normed": true,
                "name": "salicylic_acid_1000mg_po_(2hr_before)",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "-2",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "salicylic-acid",
                "substance_label": "salicylic acid",
                "value": 1.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "gram"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 9,
                "raw_pk": null,
                "normed": false,
                "name": "salicylic_acid_500mg_po_(4hr_after)",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "4",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "salicylic-acid",
                "substance_label": "salicylic acid",
                "value": 1000.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "mg"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 10,
                "raw_pk": 9,
                "normed": true,
                "name": "salicylic_acid_500mg_po_(4hr_after)",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "4",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "salicylic-acid",
                "substance_label": "salicylic acid",
                "value": 1.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "gram"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 11,
                "raw_pk": null,
                "normed": false,
                "name": "salicylic_acid_500mg_po_(6hr_after)",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "6",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "salicylic-acid",
                "substance_label": "salicylic acid",
                "value": 1000.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "mg"
            },
            {
                "study_sid": "4942784",
                "study_name": "Levy1971b",
                "intervention_pk": 12,
                "raw_pk": 11,
                "normed": true,
                "name": "salicylic_acid_500mg_po_(6hr_after)",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "6",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "salicylic-acid",
                "substance_label": "salicylic acid",
                "value": 1.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "gram"
            },
            {
                "study_sid": "PKDB00167",
                "study_name": "Sanaka2002",
                "intervention_pk": 13,
                "raw_pk": null,
                "normed": false,
                "name": "paracetamol_10mg_kg",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 10.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "mg/kg"
            },
            {
                "study_sid": "PKDB00167",
                "study_name": "Sanaka2002",
                "intervention_pk": 14,
                "raw_pk": 13,
                "normed": true,
                "name": "paracetamol_10mg_kg",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "solution",
                "form_label": "solution",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 0.01,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "gram / kilogram"
            },
            {
                "study_sid": "PKDB00167",
                "study_name": "Sanaka2002",
                "intervention_pk": 15,
                "raw_pk": null,
                "normed": false,
                "name": "cookie",
                "route": null,
                "route_label": null,
                "form": null,
                "form_label": null,
                "application": null,
                "application_label": null,
                "time": null,
                "time_end": null,
                "time_unit": null,
                "measurement_type": "metabolic-challenge",
                "measurement_type_label": "metabolic challenge",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": "mixed-meal",
                "choice_label": "mixed meal",
                "substance": null,
                "substance_label": null,
                "value": null,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": null
            },
            {
                "study_sid": "PKDB00167",
                "study_name": "Sanaka2002",
                "intervention_pk": 16,
                "raw_pk": 15,
                "normed": true,
                "name": "cookie",
                "route": null,
                "route_label": null,
                "form": null,
                "form_label": null,
                "application": null,
                "application_label": null,
                "time": null,
                "time_end": null,
                "time_unit": null,
                "measurement_type": "metabolic-challenge",
                "measurement_type_label": "metabolic challenge",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": "mixed-meal",
                "choice_label": "mixed meal",
                "substance": null,
                "substance_label": null,
                "value": null,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": null
            },
            {
                "study_sid": "PKDB00155",
                "study_name": "Forrest1979",
                "intervention_pk": 17,
                "raw_pk": null,
                "normed": false,
                "name": "paracetamol1500mg",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "tablet",
                "form_label": "tablet",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 1500.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "mg"
            },
            {
                "study_sid": "PKDB00155",
                "study_name": "Forrest1979",
                "intervention_pk": 18,
                "raw_pk": 17,
                "normed": true,
                "name": "paracetamol1500mg",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "tablet",
                "form_label": "tablet",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "hr",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 1.5,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "gram"
            },
            {
                "study_sid": "PKDB00218",
                "study_name": "Lee1981",
                "intervention_pk": 19,
                "raw_pk": null,
                "normed": false,
                "name": "paracetamol650mg_po",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "tablet",
                "form_label": "tablet",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "min",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 650.0,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "mg"
            },
            {
                "study_sid": "PKDB00218",
                "study_name": "Lee1981",
                "intervention_pk": 20,
                "raw_pk": 19,
                "normed": true,
                "name": "paracetamol650mg_po",
                "route": "oral",
                "route_label": "oral (po)",
                "form": "tablet",
                "form_label": "tablet",
                "application": "single-dose",
                "application_label": "single dose",
                "time": "0",
                "time_end": null,
                "time_unit": "min",
                "measurement_type": "dosing",
                "measurement_type_label": "dosing",
                "calculation_type": null,
                "calculation_type_label": null,
                "choice": null,
                "choice_label": null,
                "substance": "apap",
                "substance_label": "paracetamol",
                "value": 0.65,
                "mean": null,
                "median": null,
                "min": null,
                "max": null,
                "sd": null,
                "se": null,
                "cv": null,
                "unit": "gram"
            }
        ]
    }
}