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

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 82
  • 83
  • 84
  • …
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=83
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=84",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=82",
    "results": [
        {
            "url": "https://engre.co/news/articles/worlds-mineral-distribution-among-countries/?format=api",
            "title": "World's Mineral Distribution Among Countries",
            "image": "https://lh5.googleusercontent.com/1RJUfMYrNahLmBaqjgEUIAuP_ov1t3-Qv_JwiNv3OVOsTYdsuY9LBl2YwusI5iOPZx6JgxwTQcfIeoAqqhCMO5g6-G6VB6wA_PVXWQY6XP5NSETi4C8DADztrxVvN7BkrE7Wd5N4",
            "created_at": "2018-09-18T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/kyiv-recycling-facilities/?format=api",
            "title": "Kyiv Recycling Facilities",
            "image": "https://lh4.googleusercontent.com/IIaCHeWR-4iMcxRqKAwCQNND2gX5iiRvAbfKtGKtWV5BLQieyyUExaghVr0-QjM7x97AJwuVnES2N1wsJrgjjYQrcZO4U6T_L5Ja93e7FKKGaklTFZAQg5xHZUXEXxXZD_EstrDq",
            "created_at": "2018-09-18T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/graphene-application-areas/?format=api",
            "title": "Graphene Application Areas",
            "image": "https://lh3.googleusercontent.com/953dVDdJ6mjFmcjeplsqKir7g7Q6sZTLTo4y_aC8Q6da7_31vNEWP2KTLxk1od8U_RVCAIiDTqBf069iViMrPDSjvgU5oJvvFYmZSeOVVCON13oFptgEAf6K5ehJOJUh0gLbZYlh",
            "created_at": "2018-09-17T00:00:00Z"
        }
    ]
}

Filters

Field filters