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

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 86
  • 87
  • 88
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=87
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=88",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=86",
    "results": [
        {
            "url": "https://engre.co/news/articles/worlds-largest-ocean-cleanup-projects/?format=api",
            "title": "World's Largest Ocean Cleanup Projects",
            "image": "https://lh4.googleusercontent.com/fxld3A2cFDEB6iDuuyszNTpE_sT5d5BYOLxBmd9XTHQILqJ1ydyVMx5UoXonYzpmL9PRFBKA88W1EO564b-w-PZVclBmhXNHDaGNEqDOeIjcJl7HQY2wiJr6kDFu9JTAIh44zDEV",
            "created_at": "2018-07-27T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/tesla-in-ukraine/?format=api",
            "title": "Tesla in Ukraine",
            "image": "https://lh4.googleusercontent.com/6mqoRqFwuO0JxifY03Bc_N3--eqFgpuHYQe4gXhpvU6N_UmEPRUQNLyp2mxdBSXf1U1xY-ObXKkE5x3AUPyveYoYhvI_G_krb6xk62LiYw0eOnRZhoxR8_xtBFXFxCIxphaZc2A7",
            "created_at": "2018-07-25T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/what-generation-iv-nuclear-reactor-is/?format=api",
            "title": "What Generation IV Nuclear Reactor Is",
            "image": "https://lh4.googleusercontent.com/dUyHKZ2XCdJ41ZMbYiQLvtZJmjbhIBRW6nN79IKJhWujQbBHdd6ktoN-8yCqtH6fu9kl2SdBth2w6bk75qdp-uTPIRqrDcFVR-I2zFTy0qHvugKXXFS87-Kf0-9tZlesH56GRDa3",
            "created_at": "2018-07-25T00:00:00Z"
        }
    ]
}

Filters

Field filters