APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=45
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=46",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=44",
    "results": [
        {
            "url": "https://engre.co/news/articles/testing-aeroelastic-wing-technology-within-the-german-flexop-solution/?format=api",
            "title": "Testing Aeroelastic Wing Technology within the German FLEXOP Solution",
            "image": "https://lh4.googleusercontent.com/V8PFzQ7HmPQXX7O8PT41bUuB5cjrTpfGIBTDRQC1cjBdU50gidis1HvGgX3YW3dGgEePLDmvWFoyNwXmk_4DfNwbUWoCuNIhVX_depYd_nGwpynuogYbuaQeeILh_6VKDva8w-Hv",
            "created_at": "2019-12-30T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/the-self-driving-truck-has-completed-cross-country-freight-delivery-for-the-first-time/?format=api",
            "title": "The Self-Driving Truck Has Completed Cross-Country Freight Delivery for the First Time",
            "image": "https://lh4.googleusercontent.com/HyJQwLvmBqNQTJyEpecArco1_dKbGD7OCTuLSfp_Yh_cUAc3tG_UbuvPVCJqnYJAYnv7yd9aPtDDNuCKHAg2MWWdlpzfsmk9BsZa5HWJ-QEq7CQd5ezPvX5AI5IRpifXD29SOmJs",
            "created_at": "2019-12-29T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/key-intelligent-optimization-methods-to-practice-in-civil-engineering/?format=api",
            "title": "Key Intelligent Optimization Methods to Practice in Civil Engineering",
            "image": "https://lh5.googleusercontent.com/nW114AAx_Vz_6nsS4ejaICmgDi7YIpQuSKiNxavIFD9Rzu9p2o5JxK99mgy0LSowkdZgHkPp43klKJ7upy5A5LwILymuLxY24h6OhN0NM4PDdQMAcxYV_kggbXVKuMakInwv2Xzf",
            "created_at": "2019-12-27T00:00:00Z"
        }
    ]
}