Examples of Advanced Queries

Request

bash
GET https://api.springernature.com/meta/v2/json?api_key=YOUR_API_KEY&q=year%3A2020&callback=&s=1&p=20

Response

json
{
  "apiMessage": "This JSON was provided by Springer Nature",
  "query": "year:2020",
  "apiKey": "YOUR_API_KEY",
  "nextPage": "/meta/v2/json?q=year:2020&s=21&p=20&api_key=YOUR_API_KEY&callback=",
  "result": [
    {
      "total": "23000",
      "start": "1",
      "pageLength": "20",
      "recordsDisplayed": "20"
    }
  ],
  "records": [
    {
      "contentType": "Article",
      "identifier": "doi:10.1038/s41598-020-79929-0",
      "language": "en",
      "url": [
        {
          "format": "html",
          "platform": "web",
          "value": "https://www.nature.com/articles/s41598-020-79929-0"
        },
        {
          "format": "pdf",
          "platform": "web",
          "value": "https://www.nature.com/articles/s41598-020-79929-0.pdf"
        },
        {
          "format": "",
          "platform": "",
          "value": "http://dx.doi.org/10.1038/s41598-020-79929-0"
        }
      ],
      "title": "Reliance on model-based and model-free control in obesity",
      "creators": [
        {
          "ORCID": "0000-0002-0166-8163",
          "creator": "Janssen, Lieneke K."
        },
        {
          "creator": "Mahner, Florian P."
        },
        {
          "creator": "Schlagenhauf, Florian"
        },
        {
          "creator": "Deserno, Lorenz"
        },
        {
          "ORCID": "0000-0001-6184-8484",
          "creator": "Horstmann, Annette"
        }
      ],
      "publicationName": "Scientific Reports",
      "openaccess": "true",
      "doi": "10.1038/s41598-020-79929-0",
      "publisher": "Nature",
      "publisherName": "Nature Publishing Group UK",
      "publicationDate": "2020-12-31",
      "publicationType": "Journal",
      "issn": "",
      "eIssn": "2045-2322",
      "volume": "10",
      "number": "1",
      "issueType": "Regular",
      "topicalCollection": "",
      "genre": [
        "OriginalPaper",
        "Article"
      ],
      "startingPage": "1",
      "endingPage": "14",
      "journalId": "41598",
      "onlineDate": "2020-12-31",
      "coverDate": "2020-12",
      "copyright": "©2021 The Author(s)",
      "abstract": "Consuming more energy than is expended may reflect a failure of control over eating behaviour in obesity. Behavioural control arises from a balance between two dissociable strategies of reinforcement learning: model-free and model-based. We hypothesized that weight status relates to an imbalance in reliance on model-based and model-free control, and that it may do so in a linear or quadratic manner. To test this, 90 healthy participants in a wide BMI range [normal-weight (n = 31), overweight (n = 29), obese (n = 30)] performed a sequential decision-making task. The primary analysis indicated that obese participants relied less on model-based control than overweight and normal-weight participants, with no difference between overweight and normal-weight participants. In line, secondary continuous analyses revealed a negative linear, but not quadratic, relationship between BMI and model-based control. Computational modelling of choice behaviour suggested that a mixture of both strategies was shifted towards less model-based control in obese participants. Our findings suggest that obesity may indeed be related to an imbalance in behavioural control as expressed in a phenotype of less model-based control potentially resulting from enhanced reliance on model-free computations.",
      "conferenceInfo": [],
      "subjects": [
        "Science, Humanities and Social Sciences, multidisciplinary",
        "Science, Humanities and Social Sciences, multidisciplinary",
        "Science, multidisciplinary"
      ],
      "disciplines": [
        {
          "id": "2887",
          "term": "Technology and Engineering"
        },
        {
          "id": "2867",
          "term": "Physical Sciences"
        },
        {
          "id": "2874",
          "term": "Life Sciences"
        },
        {
          "id": "3001",
          "term": "Behavioral Sciences and Psychology"
        },
        {
          "id": "2971",
          "term": "Computer Science"
        }
      ]
    }
  ],
  "facets": [
    {
      "name": "subject",
      "values": [
        {
          "value": "Medicine & Public Health",
          "count": "151142"
        }
      ]
    },
    {
      "name": "keyword",
      "values": [
        {
          "value": "Machine learning",
          "count": "3759"
        },
        {
          "value": "COVID-19",
          "count": "3338"
        }
      ]
    },
    {
      "name": "country",
      "values": [
        {
          "value": "United States",
          "count": "122703"
        }
      ]
    },
    {
      "name": "type",
      "values": [
        {
          "value": "Journal",
          "count": "411539"
        },
        {
          "value": "Book",
          "count": "294864"
        }
      ]
    }
  ]
}

On this page