v1 serial

get serial data by serial id

About this zbMATH Identifier

Use this endpoint if you have the exact zbMATH id of the serial in question. The result will contain only one dataset corresponding to that id, if entered correctly.

Example

  • 3191: leads to information about serial 'Advances inDifference Equations'
get/serial/{id}

Path parameters

idstring required

Response

Successful Response

Example response

{
  "result": {
    "comments": [
      "No longer indexed",
      "Published electronic only as of 2004.\nThis journal is available open access."
    ],
    "countries": [
      {
        "code": "CH",
        "country": "Switzerland"
      }
    ],
    "id": 3191,
    "issn": [
      {
        "number": "1687-1847",
        "type": "electronic"
      }
    ],
    "languages": {
      "documents": [
        {
          "code": "EN",
          "language": "English"
        }
      ],
      "abstracts": [
        {
          "code": "EN",
          "language": "English"
        }
      ]
    },
    "lineage": {
      "predecessors": [
        10365
      ],
      "successors": [
        4683
      ]
    },
    "main_fields": [
      {
        "count": 4459,
        "field": "34",
        "percent": 27.806186081317037,
        "percentile": 27.806186081317037
      },
      {
        "count": 1415,
        "field": "39",
        "percent": 8.823896233474683,
        "percentile": 36.63008231479172
      }
    ],
    "online_availability": "2011 - // 2004 -",
    "publisher": "Springer International Publishing (SpringerOpen), Cham",
    "serial_type": "j",
    "short_title": "Adv. Difference Equ.",
    "states": [
      {
        "code": "r",
        "text": "has references"
      },
      {
        "code": "e",
        "text": "electronic only"
      },
      {
        "code": "o",
        "text": "open access"
      },
      {
        "code": "c",
        "text": "is cited"
      }
    ],
    "sub_series": [],
    "title": "Advances in Difference Equations",
    "translation": {
      "translated_from": [],
      "translated_to": [
        3880
      ]
    },
    "urls": [
      "https://link.springer.com/journal/13662/volumes-and-issues",
      "https://advancesindifferenceequations.springeropen.com",
      "http://www.emis.de/journals/HOA/ADE/"
    ],
    "zbmath_start": "2004",
    "zbmath_stop": "2021",
    "zbmath_years": [
      2004,
      2005,
      2006,
      2007,
      2008,
      2009,
      2010,
      2011,
      2012,
      2013,
      2014,
      2015,
      2016,
      2017,
      2018,
      2019,
      2020,
      2021
    ]
  },
  "status": {
    "execution": "successful request",
    "execution_bool": true,
    "internal_code": "dev id to find bugs",
    "last_id": 1000000,
    "nr_total_results": 4832479,
    "nr_request_results": 100,
    "query_execution_time_in_seconds": 0.000001,
    "status_code": 200,
    "time_stamp": 3.14
  }
}

Changes