G

Govparse · Feeds FDA Drug Approvals

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

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.

Endpoint

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

2

Calls / 30d

1

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/feeds/fda-drug-approvals", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/fda-drug-approvals?since=2026-06-01&sponsor=Hikma&submission_type=ORIG" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "openFDA Drugs@FDA approvals, one row per application newest-first by latest_approval_date. Observational public records as filed — never a clinical recommendation.",
  "feed": "fda-drug-approvals",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "marketing_status": "all",
    "since": "2026-06-01",
    "sponsor": "all",
    "submission_type": "all"
  },
  "rows": [
    {
      "active_ingredients": "ADAPALENE; BENZOYL PEROXIDE",
      "application_number": "ANDA217384",
      "application_type": "ANDA",
      "as_published_date": "2026-07-18",
      "brand_names": "ADAPALENE AND BENZOYL PEROXIDE",
      "dosage_forms": "GEL",
      "entity_id": null,
      "event_date": "2026-07-22",
      "event_key": "drug:ANDA217384",
      "latest_approval_date": "2026-07-22",
      "marketing_status": "Prescription",
      "original_approval_date": "2026-07-22",
      "product_count": 1,
      "routes": "TOPICAL",
      "sponsor": "AUROBINDO PHARMA LTD",
      "submission_type": "ORIG"
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services