API returns GeoJSON location of past courses within a project. The location is the location of the training center where this course will be held.

GET /en/ggh2607-practicals/feed/past-course/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "type": "FeatureCollection",
    "features": []
}