G

Govparse · Drug Approvals Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

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.

Endpoint

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

2

Calls / 30d

1

Unique payers / 30d

Sep 8

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/fda/drug-approvals/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/fda/drug-approvals/search?application_type=NDA&company=Sandoz&marketing_status=Prescription" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "active_ingredients": "PREDNISOLONE ACETATE",
      "application_number": "NDA017469",
      "application_type": "NDA",
      "brand_names": "OMNIPRED",
      "dosage_forms": "SUSPENSION/DROPS",
      "entity_id": null,
      "latest_approval_date": "2024-11-21",
      "latest_submission_type": "SUPPL",
      "marketing_status": "Prescription",
      "original_approval_date": "1981-05-27",
      "product_count": 1,
      "routes": "OPHTHALMIC",
      "sponsor_name": "SANDOZ"
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services