ToolAssay

Which drugs did the FDA just approve, and who is the sponsor?

Which drugs did the FDA just approve, and who is the sponsor? Bulk feed over openFDA Drugs@FDA approvals, newest-first by approval date — a new approval or supplement is a commercial-launch moment. Cursor-paginated up to 1000/page, filterable by sponsor, submission type (ORIG/SUPPL), marketing status, or since. Rows carry the sponsor, application number/type, brand names, active ingredients, dosage/route, and marketing status. Observational public records, never a clinical recommendation.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
263 msmedian answer time
$25.00listed price per call
$25.00price 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/feeds/fda-drug-approvals

CategoryEverything else
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$25.00 263 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "since": "2026-06-01",
    "sponsor": "Hikma",
    "submission_type": "ORIG"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "cursor": {
          "description": "Opaque page cursor \u2014 pass the previous page's next_cursor unchanged.",
          "examples": [
            "eyJkIjoiMjAyNi0wNy0yMiIsImsiOiJBTkRBMDc2NTU4In0"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Rows per page (default 500, cap 1000).",
          "examples": [
            500
          ],
          "type": "integer"
        },
        "marketing_status": {
          "description": "Marketing status fragment (Prescription, Over-the-counter, Discontinued...).",
          "examples": [
            "Prescription"
          ],
          "type": "string"
        },
        "since": {
          "description": "Only approvals dated on or after this date (YYYY-MM-DD).",
          "examples": [
            "2026-06-01"
          ],
          "type": "string"
        },
        "sponsor": {
          "description": "Sponsor company name fragment.",
          "examples": [
            "Hikma"
          ],
          "type": "string"
        },
        "submission_type": {
          "description": "ORIG (original approval) | SUPPL (supplement).",
          "examples": [
            "ORIG"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON