---
title: "GET /fda_applications/{id}"
method: GET
path: "/fda_applications/{id}"
tags: ["fda_applications"]
---

# GET /fda_applications/{id}

`GET /fda_applications/{id}`

Returns an FDA application details

## Path parameters

- `id` string, required

## Response `200`

Success

- FDAApplication
  - `id` string, required — FDA application ID
  - `drug_name` string — Name of the drug
  - `active_ingredients` string — Active ingredients contained in the drug
  - `fda_approvals` FDAApproval[] — Associated FDA approvals
    - `id` string, required — FDA approval ID
    - `supplement_number` integer, required
    - `type` string, required — Type of FDA approval
    - `action_date` string, date-time, required
    - `notes` string — Additional information about the FDA approval
    - `fda_application` FDAApplication — recursive
  - `organisation` Organisation
    - `id` string, required — ID of the organisation
    - `name` string, required — Name of the organisation
    - `url` string, required — OpenTrials API URL of the organisation
  - `type` string — The FDA application type (e.g. "NDA", "ANDA", etc.)
  - `url` string, required — OpenTrials API URL for this FDA application

## Other responses

- `404` — FDA application not found
- `default` — Error

---

[API](https://skmtc.net/opentrials/apis/opentrials-api.md) · [All operations](https://skmtc.net/opentrials/apis/opentrials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opentrials/opentrials-api/revisions/d5e3f69976ed/schema)
