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

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 72
  • 73
  • 74
  • …
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=73
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=74",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=72",
    "results": [
        {
            "url": "https://engre.co/news/articles/bill-gates-revolutionizes-sanitation/?format=api",
            "title": "Bill Gates Revolutionizes Sanitation",
            "image": "https://lh4.googleusercontent.com/QJ1TfSQg5nLxPd9rKpjJAiLb3ZKbtHW6aZ3aDrqtO6m4qQMeHOYL4QxlO_nVBZHwmSTX_Q95-ATpM6UHKk-OW8ipf0uy6Yanf5X86AgZ3XV1pttInFPIAnbdXlkJXQw_kRBiMsM5",
            "created_at": "2019-02-23T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/openai-introduced-a-fake-news-generator/?format=api",
            "title": "OpenAI Introduced A (Fake) News Generator",
            "image": "https://lh3.googleusercontent.com/5Pu8ky3-rylorvRG6tgX_Ctlw4GWQbloLEdy8rtxyuE4gwy-v5kSLOnR4AWv18exQQdO_fIxRBB2BInfWrlPv9486qDzOcMOhxUorDCB0jXgNt6EyvL1dscWjVv19bfsIVTqR3p1",
            "created_at": "2019-02-22T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/green-house-ideas-in-ua/?format=api",
            "title": " Green House Ideas In UA",
            "image": "https://lh3.googleusercontent.com/TNL31PY6Vw_FAYNAdVK9PzLd4bDEYAQNrTH00kLIIiAAPFprSszdQAKJdHVvzqv-b1Xr3BRO8SGjckQYsB-snIa_caCGL8P_403QvTKJ5anNDAMTkckkbZOnzlMKv_QsUQ8-KD1g",
            "created_at": "2019-02-19T00:00:00Z"
        }
    ]
}

Filters

Field filters