API endpoint that allows Scholarships to be viewed or edited.

GET /api/scholarships/?format=api&ordering=date_time_created&page=7
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 62,
    "next": null,
    "previous": "https://atila-7.herokuapp.com/api/scholarships/?format=api&ordering=date_time_created&page=6",
    "results": [
        {
            "name": "Justice For Abdirahman Bursary",
            "description": "The Justice For Abdirahman Coalition will be awarding the Bursary to a qualifying Black student pursuing post-secondary education at an accredited Ontario institution.",
            "slug": "justice-for-abdirahman-bursary-z52d4qc8",
            "id": 4486,
            "img_url": "https://studentawards.com/wp-content/uploads/2025/08/Justice-For-Abdirahman-Logo.jpg",
            "deadline": "2025-09-01T03:00:00Z",
            "currency": "CAD",
            "funding_amount": "500.00000000",
            "metadata": {
                "base_score": 0
            },
            "open_date": null,
            "date_time_created": "2025-08-06T10:17:33.931541Z",
            "is_atila_direct_application": false
        },
        {
            "name": "Canadian Institute of Planners Planning Student Bursaries",
            "description": "Each year, the CIP/ICU Planning Student Trust Fund (CIP-PSTF) offers scholarships and bursaries to CIP student members who are enrolled full-time in accredited Canadian planning programs.\nCIP-PSTF’s Bursaries are:\nSOAR Professional Services Indigenous Student Bursary – $5,000 (undergraduate or postgraduate students)\nCIP Diversity Impact Bursary (three available) – $5,000 (undergraduate or postgraduate students)\nCollege of Fellows Undergraduate Bursary – $5,000 (undergraduate students)\nDavid Palubeski Bursary – $5,000 (postgraduate students)\nTed Fobert and Robert Tennant Planning Merit Bursary – $3,000 (postgraduate students)\nJohn Bousfield Bursary – $3,000 (undergraduate or postgraduate students)\nFor full descriptions of the bursaries, please visit the CIP-PSTF website.",
            "slug": "canadian-institute-of-planners-planning-student-bursaries-k55brf0y",
            "id": 4519,
            "img_url": "https://studentawards.com/wp-content/uploads/2024/08/CIP-PSTF-Logo.jpg",
            "deadline": "2025-10-12T03:00:00Z",
            "currency": "CAD",
            "funding_amount": "5000.00000000",
            "metadata": {
                "base_score": 0
            },
            "open_date": null,
            "date_time_created": "2025-08-09T10:17:39.788395Z",
            "is_atila_direct_application": false
        }
    ]
}