Django REST framework
  • Api Root
  • News List Api
  • News Suggest List Api
GET
  • json
  • api

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 80
  • 81
  • 82
  • …
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=81
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=82",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=80",
    "results": [
        {
            "url": "https://engre.co/news/articles/fourth-metro-line-in-kyiv/?format=api",
            "title": "Fourth Metro Line In Kyiv",
            "image": "https://lh3.googleusercontent.com/bS1R29cNvcIFZwSokoqvxFPOq1OyNu8KwmfIE3hDu-dOr_nKiAOAF7oRgXz0GybHy956WCM7PY61huRzyJnkueNlZqyVdstASJhoG1AjFnoU5bHd_YPq1EpvoKc-og6o7UDOKbWN",
            "created_at": "2018-11-05T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/what-has-happened-to-sophia-the-robot/?format=api",
            "title": "What Has Happened to Sophia The Robot?",
            "image": "https://lh6.googleusercontent.com/rqy8KnoCwR4brSt95PLSH_OD4I9i_9_9d1Km2UVG-5OMWa8vRbhraDbR65N1N-h4gjqUjNv9hnF7358nCYU_dxrG_M0yXxByLhvEqQEjLYiqt_-iVX8oIWAs6ViBIOQZkWVOCYGM",
            "created_at": "2018-11-01T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/alloy-news/?format=api",
            "title": "Alloy News",
            "image": "https://lh3.googleusercontent.com/vcdGuy3tjOxyFJY0ByAuU0jmUKl_yR6JwPDvJ9WLuuRY0isezOGjBkuIKnG3q4lMDC3R5o4m1JUYMlSQWfFNohp8XiEBBJIeaCX6m7cyBJSMFR83los7Z5Y2j-obWzj9bJXIbuUa",
            "created_at": "2018-10-20T00:00:00Z"
        }
    ]
}

Filters

Field filters