Skip to main content

LexMachina API python SDK

Project description

python-lexmachina-api-client

Python Client for Lex Machina Litigation Analytics API

This package provides a client to access the Lex Machina API for legal analytics. Access and documentation are provided at the Lex Machina API Developer Portal.

Getting Started

  1. Create a new venv with the command python3 -m venv /path/to/new/virtual/environment

  2. Run python3 -m pip install --upgrade pip setuptools wheel

  3. Install package with pip3 install lexmachina-client .

  4. Create an app and get the client key and secret via the directions here.

  5. In your project directory create a directory config and inside that create a file named config.ini . Populate using the below values and the key and secret from above. The below values for URLS should be used if you are using Lex Machina's production API.

    [URLS]
    token_url = /oauth2/token
    base_url = https://api.lexmachina.com
    
    [CREDENTIALS]
    client_id = "CLIENT_ID"
    client_secret ="CLIENT_SECRET"
    
  6. To execute API calls you will use the LexMachinaClient of this package. This is discussed in detail later.

    For each of these, you first create the object then call the functions on that object.

Lex Machina Client

The LexMachinaClient object is the main way to interact with the Lex Machina API.

Instantiating the LexMachinaClient object

If called with no parameter in the constructor, the config file will be loaded from the config directory created earlier.

from lexmachina import LexMachinaClient

client = LexMachinaClient()

If passed a string for a file path, the config file will be loaded from that location.

client = LexMachinaClient("../config/config.ini")

GET functions from LexMachinaClient

The functions provided fall into several classes:

  1. Lists of resources
  2. Lookup by ID
  3. Searches

Lists of Resources

These functions are available from LexMachinaClient. Each returns a JSON object describing resources.

  • LexMachinaClient.list_case_resolutions()
  • LexMachinaClient.list_case_tags()
  • LexMachinaClient.list_case_types()
  • LexMachinaClient.list_courts()
  • LexMachinaClient.list_damages()
  • LexMachinaClient.list_events()
  • LexMachinaClient.list_judgment_sources()

Lookup by ID(s)

These functions are available from LexMachinaClient. Each takes a single integer or an array of up to 100 integers where the parameter is the Lex Machina ID for that record. It will return a JSON object or an array of objects representing the data for that type of record.

  • LexMachinaClient.get_attorneys()
  • LexMachinaClient.get_district_cases()
  • LexMachinaClient.get_federal_judges()
  • LexMachinaClient.get_law_firms()
  • LexMachinaClient.get_magistrates()
  • LexMachinaClient.get_parties()
  • LexMachinaClient.get_patents()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lexmachina-client-1.2.0.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

lexmachina_client-1.2.0-py3-none-any.whl (22.1 kB view details)

Uploaded Python 3

File details

Details for the file lexmachina-client-1.2.0.tar.gz.

File metadata

  • Download URL: lexmachina-client-1.2.0.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for lexmachina-client-1.2.0.tar.gz
Algorithm Hash digest
SHA256 a28b437bf2024d86b54acec5643dc810692ebbb387f7f14f41cb0fd183e7dde2
MD5 af09542b0ebbc01441af7f0f104f4e2f
BLAKE2b-256 44db4f9255aec8364fb75ec695ceb407eabc509329121da105326095a0e81703

See more details on using hashes here.

File details

Details for the file lexmachina_client-1.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for lexmachina_client-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 529e105247b88fa84162c65a3ed925460b03aff4d29c19a2a1297a75b6bcf683
MD5 c4dfb58147ec3d075a8a7ab977ffd7db
BLAKE2b-256 c800bde96ecb34d3ccef2c09dbcf2106a7f216e364cc0e8461bac56cd8d51893

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page