API endpoint that allows Scholarships to be viewed or edited.

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

{
    "count": 1291,
    "next": null,
    "previous": "https://atila-7.herokuapp.com/api/scholarships/?format=api&page=129",
    "results": [
        {
            "name": "Toronto Real Estate Board Past President's Scholarship",
            "description": "Now in its eleventh year, TREB's Past President's Scholarship program annually awards scholarships on behalf of REALTORS® to graduating high school seniors pursuing post-secondary education. Two $5,000 first place scholarships and two $2,500 second place scholarships are available.",
            "slug": "toronto-real-estate-board-past-presidents-scholarship-b7o8ui81",
            "id": 458,
            "img_url": "https://www.iheartradio.ca/image/policy:1.1962646:1583936377/Toronto-Regional-Real-Estate-Board.jpg?w=1000&$p$w=e0f6669",
            "deadline": "2020-03-27T23:59:00Z",
            "currency": "CAD",
            "funding_amount": "5000.00000000",
            "metadata": {
                "Any": "Any",
                "base_score": 0.0021,
                "not_open_yet": true,
                "old_criteria_info": "\"This scholarship is for students in their final year of an Ontario secondary school who are\r\npursuing post-secondary education after graduation, for example, college, university or a\r\ntrade school. Students must currently reside in the province of Ontario and be registered\r\nwith a secondary school within the province. Applicants must also be a Canadian citizen\r\nor have been given permanent resident status. Applicants applying to a post-secondary\r\nschool outside of Ontario (or even Canada), are still eligible for the scholarship.\""
            },
            "open_date": "2019-01-01",
            "date_time_created": "2018-01-19T19:56:39.085000Z",
            "is_atila_direct_application": false
        }
    ]
}