Log In

Marriage Search (PRO)

Report includes full name of bride and groom, date of marriage, county of marriage, state certificate and volume number. The files contain Marriage Records for the states of California, Colorado, Connecticut, Florida, Illinois, Iowa, Kentucky, Nevada, Ohio, Texas, Utah and West Virginia recorded by the State.

👍

Premium Data

To access this endpoint you need a Pro Account. If you are interested in upgrading your existing account, please visit endato.com/contact-sales/ If you do not have an account sign-up today.

1. Add your access profile, username, and search type to the request headers.

❗️

Please Note:

Marriage will be the search type in your request headers for "galaxy-search-type"

  • galaxy-ap-name: [Access Profile Name]
  • galaxy-ap-password: [Access Profile Password]
  • galaxy-client-session-id: (Optional) Session ID for logging
  • galaxy-client-type: [Galaxy Client Type] (required for Javascript clients)
  • galaxy-search-type: [Marriage]

2. Add search criteria to your request.

{
    "FirstName": "John",
    "MiddleName": "",
    "LastName": "Smith",
    "NameSuffix": "",
    "MaidenName": "",
    "SpouseFirstName": "",
    "SpouseMiddleName": "",
    "SpouseLastName":"",
    "SpouseNameSuffix": "",
    "MarriageDate": "",
    "City": "Sacramento",
    "County": "",
    "State": "CA",
    "PosiedonIds": [
        "XXXXXXXX",
        "XXXXXXXX"
    ],
    "TahoeId": "G-XXXXXXXXXXXXXXXXXXX",
    "SSN": "xxxxxxxxx"
}

3. Set the desired pagination rules

{
    "FirstName": "John",
    "MiddleName": "",
    "LastName": "Smith",
    "NameSuffix": "",
    "MaidenName": "",
    "SpouseFirstName": "",
    "SpouseMiddleName": "",
    "SpouseLastName":"",
    "SpouseNameSuffix": "",
    "MarriageDate": "MM/DD/YYYY",
    "City": "Sacramento",
    "County": "",
    "State": "CA",
    "PosiedonIds": [
        "XXXXXXXX",
        "XXXXXXXX"
    ],
    "TahoeId": "G-XXXXXXXXXXXXXXXXXXX",
    "SSN": "XXXXXXXXX",
    "Page": 1,
    "ResultsPerPage": 10
}

4. Submit your search.