GET /api/contact/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 6,
            "name": "stackoverflow",
            "value": "stackoverflow",
            "url": "https://stackoverflow.com/users/12821675/daniel"
        },
        {
            "id": 5,
            "name": "github",
            "value": "github",
            "url": "https://github.com/dbsokol"
        },
        {
            "id": 4,
            "name": "phone",
            "value": "310 435 5914",
            "url": null
        },
        {
            "id": 3,
            "name": "address",
            "value": "92109 San Diego, CA",
            "url": null
        },
        {
            "id": 2,
            "name": "email",
            "value": "messageme@danielbsokol.engineer",
            "url": null
        },
        {
            "id": 1,
            "name": "name",
            "value": "Daniel Sokol",
            "url": null
        }
    ]
}