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

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 73
  • 74
  • 75
  • …
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=74
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=75",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=73",
    "results": [
        {
            "url": "https://engre.co/news/articles/venezuelan-crisis/?format=api",
            "title": "Venezuelan Crisis",
            "image": "https://lh3.googleusercontent.com/M_QoqKjlS2kXj3mRmL6QgFpXi0UsfTA-cHbCqQQRvAGssvbM47shfDtDpQlB2Q3F0_oAd-C60TXJU1AqSNOIDmYsblInSvXLLUXm_PdGWqt4V6z-1Dkr2MSnJeJ5LU_QnmKxk9VJ",
            "created_at": "2019-02-14T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/nimses-update-dead-as-a-doornail/?format=api",
            "title": "Nimses Update: Dead As A Doornail",
            "image": "https://lh4.googleusercontent.com/UVT8-6cPQwqyJCOUBiZ_AEuSjDb9d0ZTC4IU3gcUQvHkNLZm0ESe1k5_flbFyES0M_fAmZxTdVsTGgvPrH67dAceQ6ixnYHsm0lvrdNa_uPK7d5w6xPn0ZMXnmRwd6CsZ3I47EUx",
            "created_at": "2019-02-13T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/testing-waves-wallet-and-dex-the-perks-of-scams/?format=api",
            "title": "Testing Waves Wallet And DEX: The Perks Of Scams",
            "image": "https://lh4.googleusercontent.com/ulVRGBdQGbku6vpIwB-fB_pC_aTmrECNPS0PvK5Uzcz026QTjJDuFSNSuH_vgO0MfqmM29P5Sz1puEVOf72FlvR3ad_rG7x5Of3ZtiT4ZjakDWcZi6MnQ_K2Rvx9vgId-r5bmk58",
            "created_at": "2019-02-10T00:00:00Z"
        }
    ]
}

Filters

Field filters