retrieve:
Return the details about the given Project id.

list:
List all Project objects.

GET /api/v1/projects/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 273,
    "next": "http://actu.epfl.ch/api/v1/projects/?limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 1,
            "fr_label": "Alinghi",
            "en_label": "Alinghi",
            "de_label": "Alinghi"
        },
        {
            "id": 2,
            "fr_label": "Blue brain",
            "en_label": "Blue brain",
            "de_label": "Blue brain"
        },
        {
            "id": 3,
            "fr_label": "Hydroptère",
            "en_label": "Hydroptère",
            "de_label": "Hydroptère"
        },
        {
            "id": 4,
            "fr_label": "Learning center",
            "en_label": "Learning center",
            "de_label": "Learning center"
        },
        {
            "id": 5,
            "fr_label": "Solar impulse",
            "en_label": "Solar impulse",
            "de_label": "Solar impulse"
        },
        {
            "id": 6,
            "fr_label": "Swisscube",
            "en_label": "Swisscube",
            "de_label": "Swisscube"
        },
        {
            "id": 7,
            "fr_label": "Autres projets",
            "en_label": "Other projects",
            "de_label": "Sonstige Projekte"
        },
        {
            "id": 8,
            "fr_label": "Réseau",
            "en_label": "Network",
            "de_label": "Netzwerk"
        },
        {
            "id": 9,
            "fr_label": "Sécurité informatique",
            "en_label": "Secure IT",
            "de_label": "Computersicherheit"
        },
        {
            "id": 10,
            "fr_label": "Flash informatique",
            "en_label": "Flash informatique",
            "de_label": "Flash informatique"
        }
    ]
}