GET /api/announcements/what_is_new/213/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://benspelledabc.me/api/announcements/what_is_new/213/?format=api",
    "pk": 213,
    "Date": "2024-02-14",
    "Blurb": "Add day STRING to news",
    "Body": "I've decided i want to add the day as a stirng to the news item.. not just the date. \"Wednesday Feb 14, 2024\" for example. I'll make a ticket and do that later.",
    "Image_One": null,
    "Published": true,
    "Is_Sticky": false
}