Personal and contact information

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "first_name": "Vanessa",
            "last_name": "Tan Cardoso",
            "email": "vanessa---------@gmail.com",
            "website": "https://www.cattoviz.com",
            "repository": "https://github.com/vanessapigwin",
            "contact_number": "6392------02"
        }
    ]
}