Application Development Support: Web Services: RESTful Resources

"/spls/{SETID}"

Returns the XML document for the specified SET ID.
API Version: 2

NOTE: This Web Service is not meant to be viewed using an internet browser. If you wish to view using an internet browser, consider installing an add-on or extension to your browser that will allow your browser to query RESTful APIs.

Path Parameters

  • SETID - The SET ID of a specific SPL. This parameter is required.

Return Formats

RETURN FORMATS EXAMPLES

  • XML: https://dailymed.nlm.nih.gov/dailymed/services/v2/spls/1efe378e-fee1-4ae9-8ea5-0fe2265fe2d8.xml

    Returns

    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet href="https://www.accessdata.fda.gov/spl/stylesheet/spl.xsl" type="text/xsl"?>
    	<document xmlns="urn:hl7-org:v3" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hl7-org:v3 https://www.accessdata.fda.gov/spl/schema/spl.xsd">
    		<id root="9187708f-cc7b-4fe9-828e-9a77e98354ad" />
    		<code code="34391-3" codeSystem="2.16.840.1.113883.6.1" displayName="HUMAN PRESCRIPTION DRUG LABEL" />
    		<title>
    
    
    
    		...(Rest of SPL Document)...
                                        
    Close

RETURN TO WEB SERVICES