GET /v1/language/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 3,
        "next": null,
        "previous": null
    },
    "data": [
        {
            "id": "fi",
            "translation_available": true,
            "name": null,
            "@id": "http://luckan.linkedevents.fi/v1/language/fi/?format=api",
            "@context": "http://schema.org",
            "@type": "Language"
        },
        {
            "id": "sv",
            "translation_available": true,
            "name": null,
            "@id": "http://luckan.linkedevents.fi/v1/language/sv/?format=api",
            "@context": "http://schema.org",
            "@type": "Language"
        },
        {
            "id": "en",
            "translation_available": true,
            "name": null,
            "@id": "http://luckan.linkedevents.fi/v1/language/en/?format=api",
            "@context": "http://schema.org",
            "@type": "Language"
        }
    ]
}