APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=34
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=35",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=33",
    "results": [
        {
            "url": "https://engre.co/news/articles/innovative-submersible-delivers-people-to-1000-meters-depth/?format=api",
            "title": "Innovative Submersible Delivers People to 1,000 Meters Depth\n",
            "image": "https://lh4.googleusercontent.com/kqt9hFdTxr6F7m0uRgY37HeXinnSukdP-gYTZhmwKYr0XUe1ehiGm3SPHUmBhT6XVPH1T10V9ln_O1ckcXe-2f2Lef2qQLIhNGqYv8l-mf80v6sIKs_ISHn0nuM6ZS3iJd9QLaax",
            "created_at": "2021-01-13T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/why-airport-in-florida-has-implemented-uv-disinfection-robot/?format=api",
            "title": "Why Airport in Florida Has Implemented UV Disinfection Robot",
            "image": "https://lh4.googleusercontent.com/U7Spa4tBOMnEnj6OuQO55PickXSHS8HLDBlwHifDc-OJlAXYxUVSVjyBrzfTzh1gGLKW7hM0nCgBkwK9NbAM7_Os8xmmxOufUNC53UfQScv-lN0njqyKEYSJbcKSgfLZFxscckkb",
            "created_at": "2020-12-16T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/nvidia-introduced-ai-supercomputing-platform-what-to-expect-of-that/?format=api",
            "title": "NVIDIA Introduced AI Supercomputing Platform: What to Expect of That",
            "image": "https://lh3.googleusercontent.com/psFb7HR9LV72kQJ-pr1Sk1I3HO3SutJr43I-ie3AKZacu7Y9I1OYZ7MbDJWPo3o0f52SsiihyhdkFhKjAd8QKaie1ynYK3FBNAwPBtBRlNzQ35fBU_EpaZo8aSJqBDeC1WLEjVYJ",
            "created_at": "2020-12-02T00:00:00Z"
        }
    ]
}