APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 266,
    "next": "https://engre.co/api/v1/news/suggested/?format=api&page=34",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=32",
    "results": [
        {
            "url": "https://engre.co/news/articles/iama-has-identified-challenges-manufacturers-will-face-in-aircraft-modification-in-2021/?format=api",
            "title": "IAMA Has Identified Challenges Manufacturers Will Face in Aircraft Modification in 2021",
            "image": "https://lh4.googleusercontent.com/_vNnqHlj9VAm61HKCbb1caJPgXqd_qZ8sluWeP-TidD3yYUZslihzD8_myJ-7lh6hk05cd6nTpQ0d3zZIMbaWAokU5uNW9y6ZUDPxswIea1QFeJRhYv8HTs0aTH1D7W7clXz_11w",
            "created_at": "2021-02-12T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/nasa-presented-a-project-of-a-new-generation-of-mars-rovers/?format=api",
            "title": "NASA Presented a Project of a New Generation of Mars Rovers",
            "image": "https://lh3.googleusercontent.com/YmCBmQVsOCk74jE2ulaGPVDN7RGXrrFYkj_ihKSHwYibsfyEfLS88W19m-fuoaxKlOPb4Ct_VGDilhTHkk_8Biu9kOHT8GzwjWv5NFxkUgSpP0ubP0FWnX1FM4ohj5-xFkaI107i",
            "created_at": "2021-01-29T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/microsoft-plans-to-create-copies-of-passed-away-people/?format=api",
            "title": "Microsoft Plans to Create Copies of Passed-Away People",
            "image": "https://lh3.googleusercontent.com/O0Mjvxv-HEDdpxnvHcNxe7aCQbaGSUAPdDQPp_AYlAhPHtAl33tKRYvSC1pPY7YZg6eYZR3c4P98ezaZpPHakrYP2IZCQPqGK1lXKXHNdrxKonk8VJXHkp5lbi_sILDojTlCWIKQ",
            "created_at": "2021-01-15T00:00:00Z"
        }
    ]
}