GET /rest/v1/fss/?format=api&ordering=-phaseout_year
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "project": 9674,
            "id": 9674,
            "forecasts": [],
            "extraction_date": null,
            "priority": null,
            "phaseout_year": null
        }
    ]
}