ToolAssay

Which companies just won an FDA drug approval or supplement?

Which companies just won an FDA drug approval or supplement? Search openFDA drug/drugsfda applications by sponsor company, application type (NDA/ANDA/BLA), route, marketing status, most-recent approval date (since), or original market-entry date (first_approval_after). Returns the applicant company (entity-resolved where possible), brand/ingredient/dosage, and approval dates — a day-one commercial/partnership target list for pharma sellers and CROs. openFDA public-domain records.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
439 msmedian answer time
$1.25listed price per call
$1.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.govparse.io/v1/fda/drug-approvals/search

CategoryCompany and compliance
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$1.25 439 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "application_type": "NDA",
    "company": "Sandoz",
    "marketing_status": "Prescription"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "application_type": {
          "description": "NDA | ANDA | BLA (CSV).",
          "examples": [
            "NDA"
          ],
          "type": "string"
        },
        "company": {
          "description": "Applicant/sponsor company \u2014 suffix/punctuation-insensitive.",
          "examples": [
            "Sandoz"
          ],
          "type": "string"
        },
        "entity_id": {
          "description": "Resolved employer entity UUID (pivots to business360).",
          "examples": [
            "b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
          ],
          "type": "string"
        },
        "first_approval_after": {
          "description": "Original approval (market entry) on/after this date (YYYY-MM-DD) \u2014 surfaces new market entrants.",
          "examples": [
            "2026-01-01"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "marketing_status": {
          "description": "Prescription | Over-the-counter | Discontinued.",
          "examples": [
            "Prescription"
          ],
          "type": "string"
        },
        "offset": {
          "description": "Rows to skip.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "route": {
          "description": "Route-of-administration fragment.",
          "examples": [
            "ORAL"
          ],
          "type": "string"
        },
        "since": {
          "description": "Most recent approval/supplement on/after this date (YYYY-MM-DD).",
          "examples": [
            "2026-01-01"
          ],
          "type": "string"
        },
        "sort": {
          "description": "latest_approval_date | original_approval_date :asc|:desc. Default latest_approval_date:desc.",
          "examples": [
            "latest_approval_date:desc"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON