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

# GET /fda_applications

`GET /fda_applications`

Returns FDA applications

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success

- FDAApplicationList
  - `total_count` integer, required
  - `items` FDAApplication[], required
    - `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

- `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)
