{ "opencollection": "1.0.0", "info": { "name": "Lex Machina Alerts Search API", "version": "20260324" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search Attorneys", "type": "http" }, "http": { "method": "GET", "url": "https://api.lexmachina.com/search-attorneys", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "pageNumber", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Searches for attorneys.\n\n- **q**: the query string\n- **page_number**: page number of the results\n- **page_size**: results per page\n\nThis is a case-insensitive search that will match anywhere within the name of the attorney.\n\nThe results will have page and totalCount fields as well as a convenience link via the field nextPage." }, { "info": { "name": "Seach Law Firms", "type": "http" }, "http": { "method": "GET", "url": "https://api.lexmachina.com/search-law-firms", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "pageNumber", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Searches for law firms.\n\n- **q**: the query string\n- **page_number**: page number of the results\n- **page_size**: results per page\n\nThis is a case-insensitive search that will match anywhere within the name of the firm.\n\nThe results will have page and totalCount fields as well as a convenience link via the field nextPage." }, { "info": { "name": "Search Judges", "type": "http" }, "http": { "method": "GET", "url": "https://api.lexmachina.com/search-judges", "params": [ { "name": "q", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Searches for attorneys.\n\n- **q**: the query string\n\nThis matches from the beginning of the last name. The search query \"hof\" will match the name \"Hoffman\" but will not match \"Schofield\"." }, { "info": { "name": "Search Parties", "type": "http" }, "http": { "method": "GET", "url": "https://api.lexmachina.com/search-parties", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "pageNumber", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Searches for parties.\n\n- **q**: the query string\n- **page_number**: page number of the results\n- **page_size**: results per page\n\nThis is a case-insensitive search that will match anywhere within the name of the party.\n\nThe results will have page and totalCount fields as well as a convenience link via the field nextPage." } ] } ], "bundled": true }