Show an email

GET /hyperkitty/api/list/[email protected]/email/RX7SOHNO6HEJ2BITKVGXAIW7E6OYTNL3/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/RX7SOHNO6HEJ2BITKVGXAIW7E6OYTNL3/?format=api",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/?format=api",
    "message_id": "[email protected]",
    "message_id_hash": "RX7SOHNO6HEJ2BITKVGXAIW7E6OYTNL3",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/75L3PTSIOLHCKAEBDXHFKNRLK7VFROSP/?format=api",
    "sender": {
        "address": "8p6sm (a) anjo.com",
        "mailman_id": null,
        "emails": null
    },
    "sender_name": "Gus 8P6SM",
    "subject": "[amsat-bb] Re: Orbitron help please",
    "date": "2012-10-28T06:12:57Z",
    "parent": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/75L3PTSIOLHCKAEBDXHFKNRLK7VFROSP/?format=api",
    "children": [],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "On 10/27/2012 07:31 PM, John Heath wrote:\n> Hi All,\n> Just updated keps for noaa weather satellites from Celestrak and find the the file contains mostltly birds that are no longer operational.\n> How can I delete the unwanted birds.\n\nUsing GNU grep 2.5.4 on Linux:\n\n  grep -F -f wanted.sat -A 2 weather.txt > use_this.tle\n\nThe file 'wanted.sat' is a simple text file with a list of desired\nsatellites, one per line.  Example (using amateur satellites):\n\n----8<------------->8------\nOSCAR 7\nEYESAT-1\nJAS-2\nPCSAT\nHAMSAT\n----8<------------->8------\n\nGrep picks any satellites that matches your listed names, and outputs\nthe name and the two-line data immediately following.  It adds a\nseparator line between each, but I've never had a problem.  AAMOF (and\ncorrect me if I'm wrong) but the TLE format is specifically supposed to\nignore additional lines that don't conform to the TLE format.\n\nNot running Linux?  Start today!  ;-)\n\nOr, look for 'grep' for Windows here:\n\n\thttp://gnuwin32.sourceforge.net/packages/grep.htm\n\n-- \n73, de Gus 8P6SM\nThe Easternmost Isle\n",
    "attachments": []
}