{
    "request": {
        "status_code": 200,
        "success": true
    },
    "response": {
        "address": "username",
        "message": "This address was registered 3 years and 10 months ago.",
        "registration": {
            "message": "This address was registered 3 years, 10 months and 1 week ago.",
            "unix_epoch_time": 1666339926,
            "iso_8601_time": "2022-10-21T08:12:06+00:00",
            "rfc_2822_time": "Fri, 21 Oct 2022 08:12:06 +0000",
            "relative_time": "3 years, 10 months and 1 week ago"
        },
        "expiration": {
            "message": "This address is not near expiration.",
            "expired": false
        },
        "verification": {
            "message": "This address has been verified.",
            "verified": true
        }
    }
}