retrieve:
Return the details about the given Project id.

list:
List all Project objects.

GET /api/v1/projects/?format=api&offset=50
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 273,
    "next": "https://actu.epfl.ch/api/v1/projects/?format=api&limit=10&offset=60",
    "previous": "https://actu.epfl.ch/api/v1/projects/?format=api&limit=10&offset=40",
    "results": [
        {
            "id": 51,
            "fr_label": "Brèves",
            "en_label": "News",
            "de_label": "Kurzartikel"
        },
        {
            "id": 52,
            "fr_label": "IBI-SV-STI",
            "en_label": "IBI-SV-STI",
            "de_label": "IBI-SV-STI"
        },
        {
            "id": 53,
            "fr_label": "Expositions",
            "en_label": "Exhibitions",
            "de_label": "Ausstellungen"
        },
        {
            "id": 54,
            "fr_label": "Conférences",
            "en_label": "Conferences",
            "de_label": "Konferenzen"
        },
        {
            "id": 55,
            "fr_label": "Appels",
            "en_label": "Calls",
            "de_label": "Aufrufe"
        },
        {
            "id": 56,
            "fr_label": "Séminaires",
            "en_label": "Seminars",
            "de_label": "Seminare"
        },
        {
            "id": 57,
            "fr_label": "Parution de livres",
            "en_label": "Book releases",
            "de_label": "Herausgabe von Büchern"
        },
        {
            "id": 58,
            "fr_label": "Alinghi",
            "en_label": "Alinghi",
            "de_label": "Alinghi"
        },
        {
            "id": 59,
            "fr_label": "Hydroptère",
            "en_label": "Hydroptère",
            "de_label": "Hydroptère"
        },
        {
            "id": 60,
            "fr_label": "Solar Impulse",
            "en_label": "Solar Impulse",
            "de_label": "Solar Impulse"
        }
    ]
}