Returns PubMed info for a list of pubmed_ids

GET /pubmed_info/12345:45678?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=1800
Content-Type: application/json ;utf-8
ETag: "b79318d657fc79c7d6097b947fdd0209924a41b19d5d239610520f5f0ab35941"
Vary: Accept

{
  "pub_med_articles": {
    "45678": {
      "title": "Evaluation of physician skills in cardiopulmonary resuscitation.",
      "authors": [
        "Webb, DD",
        "Lambrew, CT"
      ],
      "pub_med_id": 45678,
      "date_completed": 19940504,
      "date_published": 19781101,
      "doi": "10.1016/s0361-1124(78)80158-0",
      "entity_tags": {
        "Organs & Tissues": {
          "abstract": [
            {
              "text": "heart",
              "start_pos": 203,
              "normalized": "heart",
              "end_pos": 208,
              "aligned_start_pos": 203,
              "aligned_end_pos": 207
            }
          ]
        },
        "Diseases & Phenotypes": {
          "abstract": [
            {
              "text": "cardiac arrest",
              "start_pos": 501,
              "normalized": "cardiac arrest",
              "end_pos": 515,
              "aligned_start_pos": 501,
              "aligned_end_pos": 514
            }
          ]
        }
      },
      "format": "Article",
      "is_common_article": false,
      "in_citations": 32,
      "journal": "JACEP",
      "journal_abbreviation": "JACEP",
      "journal_issue": "volume:7, issue:11",
      "pagination": "387-9"
    },
    "12345": {
      "title": "A new granulation method for compressed tablets [proceedings].",
      "pagination": "67P",
      "journal_issue": "volume: 28 Suppl",
      "journal_abbreviation": "J Pharm Pharmacol",
      "journal": "The Journal of pharmacy and pharmacology",
      "in_citations": null,
      "is_common_article": false,
      "format": "Article",
      "entity_tags": {},
      "date_published": 19761201,
      "date_completed": 19770224,
      "pub_med_id": 12345,
      "authors": [
        "Rubinstein, MH"
      ]
    }
  }
}