GET /jobs-languages/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "name": "English",
        "slug": "english"
    },
    {
        "id": 2,
        "name": "Vietnamese",
        "slug": "vietnamese"
    }
]