News
get
Get News Archive.
Authorizations
apikeystringRequired
Query parameters
pageintegerOptionalDefault:
Page to filter by
1limitinteger · max: 20OptionalDefault:
Number of items per page
20Responses
200
News Archive
application/json
401
Unauthorized
application/json
get
/aiub/newsGET /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