GET /api/semesters/?limit=10&ordering=-start
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 28,
"next": "https://observe.lco.global/api/semesters/?limit=10&offset=10&ordering=-start",
"previous": null,
"results": [
{
"id": "2026B",
"start": "2026-08-01T00:00:00Z",
"end": "2027-01-31T23:59:59Z"
},
{
"id": "2026A",
"start": "2026-02-01T00:00:00Z",
"end": "2026-07-31T23:59:59Z"
},
{
"id": "2025B",
"start": "2025-08-01T00:00:00Z",
"end": "2026-01-31T23:59:59Z"
},
{
"id": "2025A",
"start": "2025-02-01T00:00:00Z",
"end": "2025-07-31T23:59:59Z"
},
{
"id": "2024B",
"start": "2024-08-01T00:00:00Z",
"end": "2025-01-31T23:59:59Z"
},
{
"id": "2024A",
"start": "2024-02-01T00:00:00Z",
"end": "2024-07-31T23:59:59Z"
},
{
"id": "2023B",
"start": "2023-08-01T00:00:00Z",
"end": "2024-01-31T23:59:59Z"
},
{
"id": "2023A",
"start": "2023-02-01T00:00:00Z",
"end": "2023-07-31T23:59:59Z"
},
{
"id": "2022B",
"start": "2022-08-01T00:00:00Z",
"end": "2023-01-31T23:59:59Z"
},
{
"id": "2022A",
"start": "2022-02-01T00:00:00Z",
"end": "2022-07-31T23:59:59Z"
}
]
}