Full Text API

Overview

Full-Text TDM (Text and Data Mining) is the automated process of selecting and analyzing large amounts of text or data resources for purposes such as searching, finding patterns, discovering relationships, semantic analysis and learning how content relates to ideas and needs in a way that can provide valuable information needed for studies, research, etc.

Endpoints

  • /xmldata: Access full-text content where available for articles and/or chapters based on special agreement.

To view query parameters Check this

Note: You can now retrieve your YOUR-API-METRIC directly from the API Management page in the Springer Nature Developer Portal after activating the API. Simply click the eye icon for quick and easy access.

Example Request and Response

Request

bash
GET https://spdi.public.springernature.app/xmldata/jats?q=year:2018&api_key=YOUR_API_KEY/YOUR-API-METRIC

Response

xml
<?xml-stylesheet type="text/xsl" href="/resources/spdi-xmldata-jats.xsl"?>
 
<response>
   <apiMessage>This XML was provided by Springer Nature</apiMessage>
   <query>year:2018</query>
   <apiKey>YOUR_API_KEY/YOUR-API-METRIC</apiKey>
   <nextPage>/xmldata/jats?q=year:2018&amp;api_key=YOUR_API_KEY/YOUR-API-METRIC&amp;s=11</nextPage>
   <records>
      <book-part-wrapper dtd-version="2.0" xml:lang="de">
         <collection-meta collection-type="series">
            <collection-id collection-id-type="publisher-id">14393</collection-id>
            <title-group>
               <title>Psychotherapie: Manuale</title>
            </title-group>
         </collection-meta>
         <book-meta>
            <book-id book-id-type="doi">10.1007/978-3-662-54664-2</book-id>
            <book-id book-id-type="publisher-id">978-3-662-54664-2</book-id>
            <book-id book-id-type="book-title-id">217357</book-id>
            <book-title-group>
               <book-title>Kognitive Verhaltenstherapie bei medizinisch unerklärten Körperbeschwerden und somatoformen Störungen</book-title>
            </book-title-group>
            <contrib-group content-type="book author">
               <contrib contrib-type="author">
                  <name name-style="western">
                     <surname>Kleinstäuber</surname>
                     <given-names>Maria</given-names>
                     <prefix>PD Dr.</prefix>
                  </name>
                  <xref ref-type="aff" rid="Aff1">1</xref>
               </contrib>
               <contrib contrib-type="author">
                  <name name-style="western">
                     <surname>Thomas</surname>
                     <given-names>Petra</given-names>
                     <prefix>Dipl.-Psych.</prefix>
                  </name>
                  <xref ref-type="aff" rid="Aff2">2</xref>
               </contrib>
            </contrib-group>
          </book-meta>
      </book-part-wrapper>
  </records>
</response>

On this page