News

get

Get News Archive.

Authorizations
apikeystringRequired
Query parameters
pageintegerOptional

Page to filter by

Default: 1
limitinteger · max: 20Optional

Number of items per page

Default: 20
Responses
200

News Archive

application/json
get
/aiub/news
GET /aiub/news HTTP/1.1
Host: api.safin.cc
apikey: YOUR_API_KEY
Accept: */*
{
  "status": 200,
  "page": 1,
  "limit": 1,
  "totalNews": 2640,
  "totalPages": 132,
  "news": [
    {
      "title": "Commendation at CAA Awards 2024 for Architecture Student",
      "description": "The Department of Architecture at the American International University-Bangladesh (AIUB) is proud to announce...",
      "day": "09",
      "month": "October",
      "year": "2024",
      "url": "https://www.aiub.edu/commendation-at-caa-awards-2024-for-architecture-student",
      "imageUrls": [
        "https://www.aiub.edu/Files/Uploads/caaawards2024architecturestudent01.jpeg"
      ],
      "lastUpdated": 1728891119,
      "lastUpdatedParsed": "2024-10-14T13:31:59.000+0600"
    }
  ]
}

Last updated