list: Return the status of a particular voter's registration.

GET /api/registrations/?birth_date=1975-08-03&first_name=Rosalynn&format=api&last_name=Bliss&zip_code=49503
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "registered": true,
    "ballot": false,
    "ballots": [],
    "absentee": true,
    "absentee_application_received": null,
    "absentee_ballot_sent": null,
    "absentee_ballot_received": null,
    "polling_location": [
        "617 Coit Ne (livingston Ent)",
        "Grand Rapids, MI 49503"
    ],
    "dropbox_locations": [
        {
            "address": [
                "300 Monroe NW",
                "Grand Rapids, MI 49503"
            ],
            "hours": [
                "Mon. 8am-5pm",
                "Tue. 8am-5pm",
                "Wed. 8am-5pm",
                "Thu. 8am-5pm",
                "Fri. 8am-5pm"
            ]
        },
        {
            "address": [
                "110 Fountain NE",
                "Grand Rapids, MI 49503"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        },
        {
            "address": [
                "1201 Madison SE",
                "Grand Rapids, MI 49507"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        },
        {
            "address": [
                "1150 Giddings SE",
                "Grand Rapids, MI 49506"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        },
        {
            "address": [
                "2350 Eastern SE",
                "Grand Rapids, MI 49507"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        },
        {
            "address": [
                "1563 Plainfield NE",
                "Grand Rapids, MI 49505"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        },
        {
            "address": [
                "1017 Leonard NW",
                "Grand Rapids, MI 49504"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        },
        {
            "address": [
                "713 Bridge NW",
                "Grand Rapids, MI 49504"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        },
        {
            "address": [
                "2025 Leonard NE",
                "Grand Rapids, MI 49505"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        },
        {
            "address": [
                "300 Ottawa NW",
                "Grand Rapids, MI 49503"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        },
        {
            "address": [
                "1100 Cesar E Chavez SW",
                "Grand Rapids, MI 49503"
            ],
            "hours": [
                "Available 24 Hours/7 Days a Week"
            ]
        }
    ],
    "recently_moved": false,
    "precinct": {
        "url": "http://michiganelections.io/api/precincts/1172/?format=api",
        "id": 1172,
        "county": "Kent",
        "jurisdiction": "City of Grand Rapids",
        "ward": "2",
        "number": "36"
    },
    "districts": [
        {
            "url": "http://michiganelections.io/api/districts/1/?format=api",
            "id": 1,
            "category": "Circuit Court District",
            "name": "17th Circuit"
        },
        {
            "url": "http://michiganelections.io/api/districts/1548/?format=api",
            "id": 1548,
            "category": "Community College District",
            "name": "Grand Rapids Community College"
        },
        {
            "url": "http://michiganelections.io/api/districts/56/?format=api",
            "id": 56,
            "category": "County",
            "name": "Kent"
        },
        {
            "url": "http://michiganelections.io/api/districts/8348/?format=api",
            "id": 8348,
            "category": "County Commissioner District",
            "name": "16th District"
        },
        {
            "url": "http://michiganelections.io/api/districts/5/?format=api",
            "id": 5,
            "category": "Court of Appeals District",
            "name": "3rd District"
        },
        {
            "url": "http://michiganelections.io/api/districts/6/?format=api",
            "id": 6,
            "category": "District Court District",
            "name": "61st District"
        },
        {
            "url": "http://michiganelections.io/api/districts/7/?format=api",
            "id": 7,
            "category": "Intermediate School District",
            "name": "Kent ISD"
        },
        {
            "url": "http://michiganelections.io/api/districts/8/?format=api",
            "id": 8,
            "category": "Jurisdiction",
            "name": "City of Grand Rapids"
        },
        {
            "url": "http://michiganelections.io/api/districts/10/?format=api",
            "id": 10,
            "category": "Probate Court District",
            "name": "Kent County Probate Court"
        },
        {
            "url": "http://michiganelections.io/api/districts/11/?format=api",
            "id": 11,
            "category": "School District",
            "name": "Grand Rapids Public Schools"
        },
        {
            "url": "http://michiganelections.io/api/districts/1458/?format=api",
            "id": 1458,
            "category": "State House District",
            "name": "84th District"
        },
        {
            "url": "http://michiganelections.io/api/districts/1481/?format=api",
            "id": 1481,
            "category": "State Senate District",
            "name": "30th District"
        },
        {
            "url": "http://michiganelections.io/api/districts/14/?format=api",
            "id": 14,
            "category": "US Congress District",
            "name": "3rd District"
        }
    ]
}