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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "http://benspelledabc.me/api/announcements/what_is_new/192/?format=api",
            "pk": 192,
            "Date": "2022-06-10",
            "Blurb": "Connect The Buckets",
            "Body": "<a href=\"https://www.letsnurture.com/blog/how-to-connect-django-with-aws-s3-bucket.html\" target=\"_blank\">S3 Style</a>",
            "Image_One": null,
            "Published": true,
            "Is_Sticky": false
        }
    ]
}