Application Development Support: Web Services: RESTful Resources

"/applicationnumbers"

Returns a list of all NDA numbers.
API Version: 2

Query Parameters

Filters

  • application_number - The application number of a drug. This parameter is optional.
  • marketing_category_code - The code for the marketing category of a drug. This parameter is optional. See the FDA documentation for Marketing Category for more information.
  • setid - The Set ID of a label. This parameter is optional.

Output Controls

  • pagesize - The number of records returned per page. This parameter is optional (Default 100, Maximum 100).
  • page - The page returned. This parameter is optional (Default 1).

Return Formats

RETURN FORMATS EXAMPLES

  • XML: https://dailymed.nlm.nih.gov/dailymed/services/v2/applicationnumbers.xml?pagesize=5&page=2
  • JSON: https://dailymed.nlm.nih.gov/dailymed/services/v2/applicationnumbers.json?pagesize=5&page=2

RETURN TO WEB SERVICES