v1 document

get document data by zbMath ID

About this zbMATH Identifier

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

Example

  • 6383667
  • 7270346
get/document/{id}

Path parameters

idstring required

Response

Successful Response

Example response

{
  "result": {
    "biographic_references": [],
    "contributors": {
      "authors": [
        {
          "aliases": [],
          "checked": "1",
          "codes": [
            "maynard.james"
          ],
          "name": "Maynard, James"
        }
      ],
      "author_references": [],
      "editors": []
    },
    "database": "JFM",
    "datestamp": "2015-01-06T13:15:02Z",
    "document_type": {
      "code": "a",
      "description": "serial article"
    },
    "editorial_contributions": [
      {
        "reviewer": {
          "author_code": "siaulys.jonas",
          "reviewer_id": "11807",
          "name": "Jonas Šiaulys",
          "sign": "Jonas Šiaulys (Vilnius)"
        },
        "text": "The prime \\(k\\)-tuples and small gaps between prime numbers are considered. Using a refinement of the Goldston-Pintz-Yildirim sieve method [\\textit{D. A. Goldston} et al., Ann. Math. (2) 170, No. 2, 819--862 (2009; Zbl 1207.11096)] the author proves, for instance, the following estimates \n\\[\r\n \\liminf_{n\\to\\infty}\\,(p_{n+m}-p_n)\\ll m^3\\text{{e}}^{4m}, \\quad \\liminf_{n\\to\\infty}\\,(p_{n+1}-p_n)\\leq 600\r\n\\]\n with an absolute constant in sign \\(\\ll\\). Here \\(m\\) is a natural number, and \\(p_{\\,l}\\) denote the \\(l\\)-th prime number.",
        "contribution_type": "review"
      }
    ],
    "id": 6383667,
    "keywords": [
      "prime number",
      "small gap",
      "sieve method",
      "\\(k\\)-tuples conjecture",
      "admissible set",
      "Selberg sieve",
      "symmetric polynomial",
      "symmetric matrix"
    ],
    "language": {
      "languages": [
        "English"
      ],
      "addition": []
    },
    "license": [
      "http://creativecommons.org/licenses/by/4.0/"
    ],
    "links": [
      {
        "identifier": "10.4007/annals.2015.181.1.7",
        "type": "doi"
      }
    ],
    "msc": [
      {
        "code": "11N05",
        "scheme": "msc2020",
        "text": "Distribution of primes"
      },
      {
        "code": "11N36",
        "scheme": "msc2020",
        "text": "Applications of sieve methods"
      }
    ],
    "references": [
      {
        "position": "1",
        "text": "P. D. T. A. Elliott and H. Halberstam, ''A conjecture in prime number theory,'' in Symposia Mathematica, Vol. IV, London: Academic Press, 1970, pp. 59-72.",
        "zbmath": {
          "author_codes": [
            "elliott.peter-d-t-a",
            "halberstam.heini"
          ],
          "document_id": 3377327,
          "msc": [
            "11N35",
            "11N13"
          ],
          "prefix": "Zbl",
          "series_id": 0,
          "year": "1970"
        }
      }
    ],
    "source": {
      "book": [],
      "pages": "383-413",
      "serial": [
        {
          "issn": [
            {
              "number": "0003-486X",
              "type": "print"
            },
            {
              "number": "1939-8980",
              "type": "electronic"
            }
          ],
          "issue": "1",
          "issue_id": 339578,
          "publisher": "Princeton University, Mathematics Department, Princeton, NJ",
          "series_id": "2531",
          "short_title": "Ann. Math. (2)",
          "title": "Annals of Mathematics. Second Serial",
          "volume": "181",
          "year": "2015"
        }
      ],
      "source": "Ann. Math. (2) 181, No. 1, 383-413 (2015)."
    },
    "time_created": "",
    "title": {
      "title": "Small gaps between primes",
      "original": "Small gaps between primes I",
      "subtitle": "issue I",
      "addition": "..."
    },
    "year": "2015"
  },
  "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