Sample Response: JSON

{
    "twitter": "Twitter Handle",
    "fullName": "Full Name",
    "ageRange": "Age Range",
    "gender": "Gender",
    "location": "Location",
    "title": "Job Title",
    "organization": "Organization",
    "linkedin": "Linkedin Profile",
    "bio": "Bio",
    "avatar": "Avatar",
    "details": {
        "interests": [
            {
                "name": "Interest Name",
                "id": "Interest Id",
                "affinity": "Interest Affinity",
                "parentIds": [
                    "Interest Parent Id"
                ],
                "category": "Interest Category"
            }
        ],
        "profiles": {
            "twitter": {
                "username": "Twitter Username",
                "userid": "Twitter Userid",
                "url": "Twitter Handle",
                "bio": "Twitter Bio",
                "service": "twitter",
                "followers": "Number of Followers",
                "following": "Number Following"
            }
        },
        "photos": [
            {
                "label": "twitter",
                "value": "Photo Link"
            }
        ],
        "urls": [],
        "name": {
            "given": "Given Name",
            "family": "Family Name"
        },
        "age": {
            "range": "Age Range"
        },
        "gender": "Gender",
        "locations": [
            {
                "label": "Location Label",
                "city": "City",
                "region": "Region",
                "country": "Country",
                "countryCode": "Country Code",
                "formatted": "Formatted Location"
            }
        ],
        "education": [
            {
                "name": "College Name",
                "degree": "Education Degree",
                "end": {
                    "year": "End Year"
                }
            }
        ],
        "emails": [
            {
                "label": "Email Label",
                "value": "Email Address",
                "md5": "Md5 Hash",
                "sha256": "Sha256 Hash"
            }
        ],
        "employment": [
            {
                "name": "Company Name",
                "current": "Current",
                "title": "Job Title",
                "start": {
                    "year": "Start Year",
                    "month": "Start Month"
                },
                "end": {
                    "year": "End Year",
                    "month": "End Month"
                }
            }
        ],
        "topics": [
            {
                "name": "Topic Name"
            }
        ]
    }
}