openapi: 3.1.0 info: title: Lex Machina Alerts List API version: '20260324' description: Alerts. servers: - url: https://api.lexmachina.com description: Lex Machina production API tags: - name: List description: Provides cannonical lists for specific fields. paths: /list-appealability-rulings: get: tags: - List summary: List Appealability Rulings description: Lists appealability rulings for use with appeals case querying. operationId: list_appealability_rulings responses: '200': description: Success content: application/json: schema: {} examples: List of Valid Appealability Rulings: summary: List of Valid Appealability Rulings value: - 'Permission to Appeal: Grant' - 'Permission to Appeal: Deny' - 'Certificate of Appealability: Grant' - 'Certificate of Appealability: Deny' - 'Petition for Review: Grant' - 'Petition for Review: Deny' '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /list-appellate-decisions/FederalDistrict: get: tags: - List summary: List Appellate Decisions description: Lists appellate decisions for use with appeals case querying. operationId: list_appellate_decisions responses: '200': description: Success content: application/json: schema: items: type: string type: array title: Response List Appellate Decisions List Appellate Decisions Federaldistrict Get examples: FederalDistrict List of Valid Appellate Decisions: summary: FederalDistrict List of Valid Appellate Decisions value: - Affirmed - Affirmed / Reversed in Part - Reversed '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /list-case-resolutions/{court_type}: get: tags: - List summary: List Case Resolutions description: 'Lists case resolutions given court type for use with querying. - **court_type**: the relevant court type Each resoltuon has both a summary and specific field which are valid in combinations listed.' operationId: list_case_resolutions security: - JwtAccessBearer: [] parameters: - name: court_type in: path required: true schema: $ref: '#/components/schemas/CourtType' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CaseResolutionsList' examples: List Of Valid Case Resolutions For FederalDistrict: summary: List Of Valid Case Resolutions For FederalDistrict value: court: name: All Federal District Courts type: FederalDistrict caseResolutions: - summary: Claimant Win specific: Summary Judgment - summary: Claimant Win specific: Default Judgment - summary: Claimant Win specific: Consent Judgment - summary: Claimant Win specific: Trial - summary: Claimant Win specific: Judgment on the Pleadings - summary: Claimant Win specific: Decision on Bankruptcy Appeal - summary: Claimant Win specific: Judgment as a Matter of Law - summary: Claim Defendant Win specific: Judgment as a Matter of Law - summary: Claim Defendant Win specific: Summary Judgment - summary: Claim Defendant Win specific: Default Judgment - summary: Claim Defendant Win specific: Consent Judgment - summary: Claim Defendant Win specific: Trial - summary: Claim Defendant Win specific: Judgment on the Pleadings - summary: Claim Defendant Win specific: Decision on Bankruptcy Appeal - summary: Likely Settlement specific: Class Action Settlement - summary: Likely Settlement specific: Likely Settlement - summary: Procedural specific: Interdistrict Transfer - summary: Procedural specific: Consolidation - summary: Procedural specific: Multidistrict Litigation - summary: Procedural specific: Severance - summary: Procedural specific: Contested Dismissal - summary: Procedural specific: Stay - summary: Procedural specific: Sealed - summary: Procedural specific: Dismissal - summary: Procedural specific: Intradistrict Transfer - summary: Procedural specific: Appeal Pending List Of Valid Case Resolutions For State: summary: List Of Valid Case Resolutions For State value: court: name: All State Courts type: State caseResolutions: - summary: Plaintiff Win specific: Other Judgment - summary: Plaintiff Win specific: Default Judgment - summary: Plaintiff Win specific: Consent Judgment - summary: Plaintiff Win specific: Bench Trial - summary: Plaintiff Win specific: Jury Verdict - summary: Defendant Win specific: Bench Trial - summary: Defendant Win specific: Jury Verdict - summary: Defendant Win specific: Other Judgment - summary: Defendant Win specific: Default Judgment - summary: Defendant Win specific: Consent Judgment - summary: Likely Settlement specific: Likely Settlement - summary: Procedural specific: Procedural - summary: Indeterminable specific: Indeterminable '422': description: Error - 422 content: application/json: examples: Invalid Input: summary: Invalid Input value: detail: - type: enum loc: - path - court_type msg: Input should be 'FederalDistrict', 'State', 'FederalAppeals', 'FederalBankruptcy', 'PTAB' or 'ITC' input: string ctx: expected: '''FederalDistrict'', ''State'', ''FederalAppeals'', ''FederalBankruptcy'', ''PTAB'' or ''ITC''' Unsupported Court Type: summary: Unsupported Court Type value: detail: Case Resolutions not used for ITC Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found /list-case-tags/{court_type}: get: tags: - List summary: List Case Tags description: 'Lists case tags for a given court type for use with querying. - **court_type**: the relevant court type' operationId: list_case_tags security: - JwtAccessBearer: [] parameters: - name: court_type in: path required: true schema: $ref: '#/components/schemas/CourtType' responses: '200': description: Success content: application/json: schema: type: array items: $ref: '#/components/schemas/CaseTagsList' title: Response List Case Tags List Case Tags Court Type Get examples: List Of Valid Case Tags For FederalDistrict: summary: List Of Valid Case Tags For FederalDistrict value: - court: name: All Federal District Courts type: FederalDistrict caseTags: - Design Patent - Motor Vehicle - Premises Liability - Federal Tort Claims Act - Trial - COVID-19 - 'Mass Tort: Deepwater Horizon' - 'Mass Tort: Doe Run Resources' - 'Mass Tort: World Trade Center' - State Employment Claim - Admiralty / Maritime - ADA (Civil Rights) - Police Action - 'Data: Personally Identifiable Information' - Business Interruption - 'Data: Protected Health Information' - Declaratory Judgment (IP) - Appealed - 'Order re: Summary Judgment' - ANDA - SCOTUS Decision - CFAA - ECPA - DMCA - Retaliation (False Claims) - Fair Housing Act - Foreclosure - Rent / Lease / Ejectment - Torts to Land - Land Condemnation - Bench Trial - Jury Trial - Claim Construction Hearing - 'ADA: Auditory / Visual Accommodation' - 'ADA: Mobility Accommodation' - 'ADA: Service Animal Accommodation' - 'ADA: Website Access Accommodation' - ADA High-Volume Plaintiff - USA Filed (False Claims) - Healthcare (False Claims) - Government Contract (False Claims) - Qui Tam (False Claims) - Voting - Education - First Amendment - Consumer Fraud - Equitable Subrogation - Counterfeiting - Non-Compete - Biometric Privacy - Pro Se - 'Order re: Expert Admissibility' - APA - File Sharing - Cybersquatting - Derivative Suit - Dilution - Commodity Exchange Act - Section 11 / 12 - Section 14 - Section 20(a) - Class Action - Government Plaintiff - 'SEC Enforcement: Settled Complaint' - Securities Fraud (§ 10(b) / 10b-5) - 'SEC Enforcement: Contested' - 'DOJ/FTC Enforcement: Contested' - 'DOJ/FTC Enforcement: Administrative' - Robinson-Patman Act - 'Order re: Dismiss (Contested)' - 'Order re: Class Certification' - MDL Master Case - MDL Associated Case - Commercial - Discrimination (Federal) - Retaliation (Federal) - Harassment (Federal) - Miller Act - Accommodation (Federal) - Chapter 11 - Adversary Proceeding - Proposed FFCL (28 U.S.C. § 157(c)(1)) - Withdrawal of the Reference - Bankruptcy Appeal - High-Volume Plaintiff - Business Tort - Removal - 'Product: Aircraft' - 'Product: Asbestos' - 'Product: Vehicle' - Warranty / Economic Loss - Chapter 7 - Chapter 13 - Business Debtor - Individual Debtor - ADA (Employment) - Subrogation (Product Liability) - Chapter 9 - Chapter 12 - Chapter 15 - FMLA - FLSA - EEOC Charging Party - 'Product: Medical Device / Pharmaceutical' - FLSA Collective Action - 'Order re: FLSA Conditional Certification' - Defend Trade Secrets Act - Schedule A Defendants - Hurricane Related - UM / UIM - 'Policy: Auto' - 'Policy: Business Liability' - 'Policy: Homeowners' - 'Policy: Life' - Claim Denial (ERISA) - Delinquent Contribution (ERISA) - Plan Reimbursement - Withdrawal Liability (ERISA) - Franchise Agreement - Negotiable Instrument - Breach of Contract - 'Data: Financial Records' - Non-Commercial - RICO - Forfeiture / Penalty - Immigration - 'Mass Tort: DuPont C-8' - FTC / CFPB Enforcement - Fair Credit Reporting Act - Fair Debt Collection Practices Act - Real Estate Settlement Procedures Act - Truth In Lending Act - Unfair / Deceptive Trade Practices - Telephone Consumer Protection Act - Data Breach - CERCLA - Clean Water Act - Clean Air Act - Endangered Species Act - RCRA - NEPA - Partnership Items - IRS Summons - Tax Preparer Penalty - Deepwater Horizon - FOIA - Medical Malpractice List Of Valid Case Tags For State: summary: List Of Valid Case Tags For State value: - court: name: Los Angeles County Superior Court type: State state: CA caseTags: - General Jurisdiction - Limited Jurisdiction - CRC 3.4 Complex - Collections (CA) - Trial - PAGA - court: name: Harris County District Court type: State state: TX caseTags: - 'Order re: Summary Judgment' - Jury - Trial - court: name: Harris County Court type: State state: TX caseTags: - 'Order re: Summary Judgment' - Jury - Trial - court: name: Court of Chancery type: State state: DE caseTags: - Breach of Contract (DCC) - Breach of Fiduciary Duties (DCC) - Class Action - Complaint - Inspection of Books & Records (DCC) - Contract (DCC) - Appraisal (DCC) - Declaratory Judgment (DCC) - Dissolution (DCC) - Trial - Injunctive Relief (DCC) - Specific Performance (DCC) - Civil Action (DCC) - Accounting (DCC) - court: name: Fort Bend County Court type: State state: TX caseTags: - 'Order re: Summary Judgment' - Jury - Trial - court: name: Fort Bend County District Court type: State state: TX caseTags: - 'Order re: Summary Judgment' - Jury - Trial - court: name: Sacramento County Superior Court type: State state: CA caseTags: - General Jurisdiction - Limited Jurisdiction - CRC 3.4 Complex - Collections (CA) - Trial - PAGA - court: name: San Bernardino County Superior Court type: State state: CA caseTags: - General Jurisdiction - Limited Jurisdiction - CRC 3.4 Complex - Collections (CA) - Trial - PAGA - court: name: Riverside County Superior Court type: State state: CA caseTags: - General Jurisdiction - Limited Jurisdiction - CRC 3.4 Complex - Collections (CA) - Trial - PAGA - court: name: Orange County Superior Court type: State state: CA caseTags: - General Jurisdiction - Limited Jurisdiction - CRC 3.4 Complex - Collections (CA) - Trial - PAGA - court: name: Clark County District Court type: State state: NV caseTags: - Trial - Jury - court: name: San Diego County Superior Court type: State state: CA caseTags: - General Jurisdiction - Limited Jurisdiction - CRC 3.4 Complex - Collections (CA) - Trial - PAGA - court: name: King County Superior Court type: State state: WA caseTags: - Trial - Collections (WA) - court: name: DeKalb County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - 'Order re: Summary Judgment' - Class Action - Collections (GA) - Special Master (GA) - Trial - court: name: DeKalb County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - 'Order re: Summary Judgment' - Class Action - Collections (GA) - Trial - court: name: Fulton County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - 'Order re: Summary Judgment' - Class Action - Collections (GA) - Special Master (GA) - Trial - court: name: Fulton County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - 'Order re: Summary Judgment' - Class Action - Collections (GA) - Special Master (GA) - Trial - court: name: Alameda County Superior Court type: State state: CA caseTags: - General Jurisdiction - Limited Jurisdiction - CRC 3.4 Complex - Collections (CA) - Trial - PAGA - court: name: Multnomah County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Benton County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Clackamas County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Deschutes County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Jackson County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Lane County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Linn County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Marion County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Washington County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Baker County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Clatsop County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Columbia County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Coos County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Crook County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Curry County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Douglas County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Gilliam County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Grant County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Harney County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Hood River County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Jefferson County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Josephine County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Klamath County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Lake County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Lincoln County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Malheur County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Morrow County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Polk County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Sherman County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Tillamook County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Umatilla County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Union County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Wallowa County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Wasco County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Wheeler County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: Yamhill County Circuit Court type: State state: OR caseTags: - Trial - Collections (OR) - court: name: New Castle County Superior Court type: State state: DE caseTags: - Trial - court: name: Kent County Superior Court type: State state: DE caseTags: - Trial - court: name: Sussex County Superior Court type: State state: DE caseTags: - Trial - court: name: New York County Supreme Court type: State state: NY caseTags: - Class Action - Trial - Post-RJI - Pre-RJI - Medical Malpractice (NY) - court: name: Kings County Supreme Court type: State state: NY caseTags: - Class Action - Trial - Post-RJI - Pre-RJI - Medical Malpractice (NY) - court: name: Queens County Supreme Court type: State state: NY caseTags: - Class Action - Trial - Post-RJI - Pre-RJI - Medical Malpractice (NY) - court: name: Bronx County Supreme Court type: State state: NY caseTags: - Class Action - Trial - Post-RJI - Pre-RJI - Medical Malpractice (NY) - court: name: Richmond County Supreme Court type: State state: NY caseTags: - Class Action - Trial - Post-RJI - Pre-RJI - Medical Malpractice (NY) - court: name: Chatham County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Chatham County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Clayton County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Gwinnett County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Bibb County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Cherokee County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Douglas County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Floyd County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Henry County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Lowndes County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Forsyth County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Rockdale County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Spalding County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Effingham County Superior Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Cherokee County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Gwinnett County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Forsyth County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Houston County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Lowndes County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Rockdale County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Spalding County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Effingham County State Court type: State state: GA caseTags: - Medical Malpractice (GA) - Trial - Collections (GA) - court: name: Adair County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Canadian County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Cleveland County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Comanche County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Ellis County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Garfield County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Logan County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Oklahoma County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Payne County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Pushmataha County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Roger Mills County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Rogers County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Tulsa County District Court type: State state: OK caseTags: - Collections (OK) - Trial - court: name: Nassau County Supreme Court type: State state: NY caseTags: - Class Action - Trial - Post-RJI - Pre-RJI - Medical Malpractice (NY) - court: name: Suffolk County Supreme Court type: State state: NY caseTags: - Class Action - Trial - Post-RJI - Pre-RJI - Medical Malpractice (NY) - court: name: Westchester County Supreme Court type: State state: NY caseTags: - Class Action - Trial - Post-RJI - Pre-RJI - Medical Malpractice (NY) - court: name: Hamilton County Court of Common Pleas type: State state: OH caseTags: - Class Action - Medical Malpractice (OH) - Commercial Docket (OH) - Trial '422': description: Error - 422 content: application/json: examples: Invalid Input: summary: Invalid Input value: detail: - type: enum loc: - path - court_type msg: Input should be 'FederalDistrict', 'State', 'FederalAppeals', 'FederalBankruptcy', 'PTAB' or 'ITC' input: string ctx: expected: '''FederalDistrict'', ''State'', ''FederalAppeals'', ''FederalBankruptcy'', ''PTAB'' or ''ITC''' Unsupported Court Type: summary: Unsupported Court Type value: detail: Case Tags not used for ITC Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found /list-case-types/{court_type}: get: tags: - List summary: List Case Types description: 'Lists case tags for a given court type for use with querying. - **court_type**: the relevant court type' operationId: list_case_types security: - JwtAccessBearer: [] parameters: - name: court_type in: path required: true schema: $ref: '#/components/schemas/CourtType' responses: '200': description: Success content: application/json: schema: type: array items: $ref: '#/components/schemas/CaseTypesList' title: Response List Case Types List Case Types Court Type Get examples: List Of Valid Case Types For FederalDistrict: summary: List Of Valid Case Types For FederalDistrict value: - court: name: All Federal District Courts type: FederalDistrict caseTypes: - Antitrust - Bankruptcy - Civil Rights - Class Action - Consumer Protection - Contracts - Copyright - ERISA - Employment - Environmental - False Claims - Insurance - Internet - Patent - Product Liability - Real Property - Securities - Surety Bond - Tax - Torts - Trade Secret - Trademark - Uncategorized Case List Of Valid Case Types For State: summary: List Of Valid Case Types For State value: - court: name: Los Angeles County Superior Court type: State state: CA caseTypes: - Medical Malpractice (CA) - Torts (Non-Vehicle) (CA) - Other Civil (CA) - Contracts (CA) - Employment (CA) - Real Property (CA) - Product Liability (CA) - Torts (Vehicle) (CA) - court: name: Harris County District Court type: State state: TX caseTypes: - Contract (TX) - Employment (TX) - Injury or Damage (TX) - Multi-District Litigation (MDL) (TX) - Other Civil (TX) - Real Property (TX) - Related to Criminal Matters (TX) - Tax (TX) - court: name: Harris County Court type: State state: TX caseTypes: - Injury or Damage (TX_HC) - Other / Legacy / Administrative (TX_HC) - Real Property (TX_HC) - Tax (TX_HC) - Other Civil (TX) - Related to Criminal Matters (TX) - Appealed from Lower Courts (TX_HC) - Related to Criminal Matters (TX_HC) - Contract (TX_HC) - court: name: Court of Chancery type: State state: DE caseTypes: - DCC Administrative Law - DCC Commercial Law - DCC Consent Trust Petitions - DCC Constitutional Law - DCC Corporation Law - DCC Labor Law - DCC Partition - DCC Rapid Arbitration - DCC Real Property - DCC Trade Secret / IP - DCC Trusts, Wills and Estates - DCC Uniform Arbitration Act - DCC Zoning - DCC § 348 Deed Restrictions - DCC Other Field of Law - DCC Not Indicated - court: name: Fort Bend County Court type: State state: TX caseTypes: - Contract (TX) - Injury or Damage (TX) - Other Civil (TX) - Real Property (TX) - Related to Criminal Matters (TX) - court: name: Fort Bend County District Court type: State state: TX caseTypes: - Contract (TX) - Injury or Damage (TX) - Other Civil (TX) - Real Property (TX) - Related to Criminal Matters (TX) - Tax (TX) - court: name: Sacramento County Superior Court type: State state: CA caseTypes: - Medical Malpractice (CA) - Torts (Non-Vehicle) (CA) - Other Civil (CA) - Contracts (CA) - Employment (CA) - Real Property (CA) - Product Liability (CA) - Torts (Vehicle) (CA) - court: name: San Bernardino County Superior Court type: State state: CA caseTypes: - Medical Malpractice (CA) - Torts (Non-Vehicle) (CA) - Other Civil (CA) - Contracts (CA) - Employment (CA) - Real Property (CA) - Product Liability (CA) - Torts (Vehicle) (CA) - court: name: Riverside County Superior Court type: State state: CA caseTypes: - Medical Malpractice (CA) - Torts (Non-Vehicle) (CA) - Other Civil (CA) - Contracts (CA) - Employment (CA) - Real Property (CA) - Product Liability (CA) - Torts (Vehicle) (CA) - court: name: Orange County Superior Court type: State state: CA caseTypes: - Medical Malpractice (CA) - Torts (Non-Vehicle) (CA) - Other Civil (CA) - Contracts (CA) - Employment (CA) - Real Property (CA) - Product Liability (CA) - Torts (Vehicle) (CA) - court: name: Clark County District Court type: State state: NV caseTypes: - Business Court (NV) - Civil Writ (NV) - Construction Defect & Contract (NV) - Judicial Review / Appeal (NV) - Other Civil Filing (NV) - Real Property (NV) - Torts (NV) - court: name: San Diego County Superior Court type: State state: CA caseTypes: - Medical Malpractice (CA) - Torts (Non-Vehicle) (CA) - Other Civil (CA) - Contracts (CA) - Employment (CA) - Real Property (CA) - Product Liability (CA) - Torts (Vehicle) (CA) - court: name: King County Superior Court type: State state: WA caseTypes: - Employment (WA) - Appeal / Judicial Review (WA) - Contract / Commercial (WA) - Property Rights (WA) - Other Complaint / Petition (WA) - Torts (Non-Vehicle) (WA) - Torts (Vehicle) (WA) - Medical Malpractice (WA) - Asbestos (WA) - court: name: DeKalb County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: DeKalb County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Fulton County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Fulton County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Alameda County Superior Court type: State state: CA caseTypes: - Medical Malpractice (CA) - Torts (Non-Vehicle) (CA) - Other Civil (CA) - Contracts (CA) - Employment (CA) - Real Property (CA) - Product Liability (CA) - Torts (Vehicle) (CA) - court: name: Multnomah County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Benton County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Clackamas County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Deschutes County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Jackson County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Lane County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Linn County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Marion County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Washington County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Baker County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Clatsop County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Columbia County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Coos County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Crook County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Curry County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Douglas County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Gilliam County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Grant County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Harney County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Hood River County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Jefferson County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Josephine County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Klamath County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Lake County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Lincoln County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Malheur County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Morrow County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Polk County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Sherman County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Tillamook County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Umatilla County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Union County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Wallowa County Circuit Court type: State state: OR caseTypes: [] - court: name: Wasco County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Wheeler County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: Yamhill County Circuit Court type: State state: OR caseTypes: - Contract (OR) - Other Civil (OR) - Real Property (OR) - Torts (General) (OR) - Torts (Legal Malpractice) (OR) - Torts (Medical Malpractice) (OR) - Torts (Products Liability) (OR) - Torts (Wrongful Death) (OR) - court: name: New Castle County Superior Court type: State state: DE caseTypes: - Torts (Medical Malpractice) (DE) - Torts (Non-Vehicle) (DE) - Torts (Products Liability) (DE) - Torts (Vehicle) (DE) - Appeal / Judicial Review (DE) - Appealed from Lower Courts (DE) - Asbestos (DE) - Complex Commercial Litigation Division (DE) - Contract (DE) - Other Civil (DE) - Real Property (DE) - Torts (Legal Malpractice) (DE) - Torts (Mass) (DE) - court: name: Kent County Superior Court type: State state: DE caseTypes: - Torts (Medical Malpractice) (DE) - Torts (Non-Vehicle) (DE) - Torts (Products Liability) (DE) - Torts (Vehicle) (DE) - Appeal / Judicial Review (DE) - Appealed from Lower Courts (DE) - Asbestos (DE) - Complex Commercial Litigation Division (DE) - Contract (DE) - Other Civil (DE) - Real Property (DE) - Torts (Legal Malpractice) (DE) - Torts (Mass) (DE) - court: name: Sussex County Superior Court type: State state: DE caseTypes: - Torts (Medical Malpractice) (DE) - Torts (Non-Vehicle) (DE) - Torts (Products Liability) (DE) - Torts (Vehicle) (DE) - Appeal / Judicial Review (DE) - Appealed from Lower Courts (DE) - Asbestos (DE) - Complex Commercial Litigation Division (DE) - Contract (DE) - Other Civil (DE) - Real Property (DE) - Torts (Legal Malpractice) (DE) - Torts (Mass) (DE) - court: name: New York County Supreme Court type: State state: NY caseTypes: - Asbestos (NY) - Commercial (NY) - Commercial Division (NY) - 'Emergency Applications re: Coronavirus (NY)' - Employment / Labor (NY) - Other Matters (NY) - Real Property (NY) - Special Proceedings (NY) - Tax Certiorari (NY) - Torts (NY) - court: name: Kings County Supreme Court type: State state: NY caseTypes: - Asbestos (NY) - Commercial (NY) - Commercial Division (NY) - 'Emergency Applications re: Coronavirus (NY)' - Employment / Labor (NY) - Other Matters (NY) - Real Property (NY) - Special Proceedings (NY) - Tax Certiorari (NY) - Torts (NY) - court: name: Queens County Supreme Court type: State state: NY caseTypes: - Asbestos (NY) - Commercial (NY) - Commercial Division (NY) - 'Emergency Applications re: Coronavirus (NY)' - Employment / Labor (NY) - Other Matters (NY) - Real Property (NY) - Special Proceedings (NY) - Tax Certiorari (NY) - Torts (NY) - court: name: Bronx County Supreme Court type: State state: NY caseTypes: - Asbestos (NY) - Commercial (NY) - 'Emergency Applications re: Coronavirus (NY)' - Employment / Labor (NY) - Other Matters (NY) - Real Property (NY) - Special Proceedings (NY) - Tax Certiorari (NY) - Torts (NY) - court: name: Richmond County Supreme Court type: State state: NY caseTypes: - Asbestos (NY) - Commercial (NY) - 'Emergency Applications re: Coronavirus (NY)' - Employment / Labor (NY) - Other Matters (NY) - Real Property (NY) - Special Proceedings (NY) - Tax Certiorari (NY) - Torts (NY) - court: name: Chatham County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Chatham County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Clayton County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Gwinnett County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Bibb County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Cherokee County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Douglas County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Floyd County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Henry County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Lowndes County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Forsyth County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Rockdale County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Spalding County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Effingham County Superior Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Cherokee County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Gwinnett County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Forsyth County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Houston County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Lowndes County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Rockdale County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Spalding County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Effingham County State Court type: State state: GA caseTypes: - Other Civil (GA) - Torts (GA) - Civil Writ (GA) - Appeal / Judicial Review (GA) - Tax Appeal (GA) - Property (GA) - Contract (GA) - court: name: Adair County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Canadian County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Cleveland County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Comanche County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Ellis County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Garfield County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Logan County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Oklahoma County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Payne County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Pushmataha County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Roger Mills County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Rogers County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Tulsa County District Court type: State state: OK caseTypes: - Appeal / Judicial Review (OK) - Contracts (OK) - Medical Malpractice (OK) - Other Civil (OK) - Real Property (OK) - Torts (OK) - court: name: Nassau County Supreme Court type: State state: NY caseTypes: - Asbestos (NY) - Commercial (NY) - Commercial Division (NY) - 'Emergency Applications re: Coronavirus (NY)' - Employment / Labor (NY) - Other Matters (NY) - Real Property (NY) - Special Proceedings (NY) - Tax Certiorari (NY) - Torts (NY) - court: name: Suffolk County Supreme Court type: State state: NY caseTypes: - Asbestos (NY) - Commercial (NY) - Commercial Division (NY) - 'Emergency Applications re: Coronavirus (NY)' - Employment / Labor (NY) - Other Matters (NY) - Real Property (NY) - Special Proceedings (NY) - Tax Certiorari (NY) - Torts (NY) - court: name: Westchester County Supreme Court type: State state: NY caseTypes: - Asbestos (NY) - Commercial (NY) - Commercial Division (NY) - 'Emergency Applications re: Coronavirus (NY)' - Employment / Labor (NY) - Other Matters (NY) - Real Property (NY) - Special Proceedings (NY) - Tax Certiorari (NY) - Torts (NY) - court: name: Hamilton County Court of Common Pleas type: State state: OH caseTypes: - Admin Appeal (OH) - Contracts (OH) - Other Civil (OH) - Real Property (OH) - Torts (Non-Vehicle) (OH) - Torts (Vehicle) (OH) '422': description: Error - 422 content: application/json: examples: Invalid Input: summary: Invalid Input value: detail: - type: enum loc: - path - court_type msg: Input should be 'FederalDistrict', 'State', 'FederalAppeals', 'FederalBankruptcy', 'PTAB' or 'ITC' input: string ctx: expected: '''FederalDistrict'', ''State'', ''FederalAppeals'', ''FederalBankruptcy'', ''PTAB'' or ''ITC''' Unsupported Court Type: summary: Unsupported Court Type value: detail: Case Type not used for ITC Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found /list-courts/{court_type}: get: tags: - List summary: List Courts description: Lists courts for a given court type. For use with querying or determining which courts data is avilable for. operationId: list_courts security: - JwtAccessBearer: [] parameters: - name: court_type in: path required: true schema: $ref: '#/components/schemas/CourtType' responses: '200': description: Success content: application/json: schema: anyOf: - type: array items: $ref: '#/components/schemas/FederalDistrictCourt' - type: array items: $ref: '#/components/schemas/StateCourt' title: Response List Courts List Courts Court Type Get examples: List of Valid Courts for FederalDistrict: summary: List of Valid Courts for FederalDistrict value: - name: U.S. District Court for the District of Alaska type: FederalDistrict shortName: D.Alaska abbreviation: akd - name: U.S. District Court for the Middle District of Alabama type: FederalDistrict shortName: M.D.Ala. abbreviation: almd - name: U.S. District Court for the Northern District of Alabama type: FederalDistrict shortName: N.D.Ala. abbreviation: alnd - name: U.S. District Court for the Southern District of Alabama type: FederalDistrict shortName: S.D.Ala. abbreviation: alsd - name: U.S. District Court for the Eastern District of Arkansas type: FederalDistrict shortName: E.D.Ark. abbreviation: ared - name: U.S. District Court for the Western District of Arkansas type: FederalDistrict shortName: W.D.Ark. abbreviation: arwd - name: U.S. District Court for the District of Arizona type: FederalDistrict shortName: D.Ariz. abbreviation: azd - name: U.S. District Court for the Central District of California type: FederalDistrict shortName: C.D.Cal. abbreviation: cacd - name: U.S. District Court for the Eastern District of California type: FederalDistrict shortName: E.D.Cal. abbreviation: caed - name: U.S. District Court for the Northern District of California type: FederalDistrict shortName: N.D.Cal. abbreviation: cand - name: U.S. District Court for the Southern District of California type: FederalDistrict shortName: S.D.Cal. abbreviation: casd - name: U.S. District Court for the District of Colorado type: FederalDistrict shortName: D.Colo. abbreviation: cod - name: U.S. District Court for the District of Connecticut type: FederalDistrict shortName: D.Conn. abbreviation: ctd - name: U.S. District Court for the District of Columbia type: FederalDistrict shortName: D.D.C. abbreviation: dcd - name: U.S. District Court for the District of Delaware type: FederalDistrict shortName: D.Del. abbreviation: ded - name: U.S. District Court for the Middle District of Florida type: FederalDistrict shortName: M.D.Fla. abbreviation: flmd - name: U.S. District Court for the Northern District of Florida type: FederalDistrict shortName: N.D.Fla. abbreviation: flnd - name: U.S. District Court for the Southern District of Florida type: FederalDistrict shortName: S.D.Fla. abbreviation: flsd - name: U.S. District Court for the Middle District of Georgia type: FederalDistrict shortName: M.D.Ga. abbreviation: gamd - name: U.S. District Court for the Northern District of Georgia type: FederalDistrict shortName: N.D.Ga. abbreviation: gand - name: U.S. District Court for the Southern District of Georgia type: FederalDistrict shortName: S.D.Ga. abbreviation: gasd - name: U.S. District Court for the District of Guam type: FederalDistrict shortName: D.Guam abbreviation: gud - name: U.S. District Court for the District of Hawaii type: FederalDistrict shortName: D.Haw. abbreviation: hid - name: U.S. District Court for the Northern District of Iowa type: FederalDistrict shortName: N.D.Iowa abbreviation: iand - name: U.S. District Court for the Southern District of Iowa type: FederalDistrict shortName: S.D.Iowa abbreviation: iasd - name: U.S. District Court for the District of Idaho type: FederalDistrict shortName: D.Idaho abbreviation: idd - name: U.S. District Court for the Central District of Illinois type: FederalDistrict shortName: C.D.Ill. abbreviation: ilcd - name: U.S. District Court for the Northern District of Illinois type: FederalDistrict shortName: N.D.Ill. abbreviation: ilnd - name: U.S. District Court for the Southern District of Illinois type: FederalDistrict shortName: S.D.Ill. abbreviation: ilsd - name: U.S. District Court for the Northern District of Indiana type: FederalDistrict shortName: N.D.Ind. abbreviation: innd - name: U.S. District Court for the Southern District of Indiana type: FederalDistrict shortName: S.D.Ind. abbreviation: insd - name: U.S. District Court for the District of Kansas type: FederalDistrict shortName: D.Kan. abbreviation: ksd - name: U.S. District Court for the Eastern District of Kentucky type: FederalDistrict shortName: E.D.Ky. abbreviation: kyed - name: U.S. District Court for the Western District of Kentucky type: FederalDistrict shortName: W.D.Ky. abbreviation: kywd - name: U.S. District Court for the Eastern District of Louisiana type: FederalDistrict shortName: E.D.La. abbreviation: laed - name: U.S. District Court for the Middle District of Louisiana type: FederalDistrict shortName: M.D.La. abbreviation: lamd - name: U.S. District Court for the Western District of Louisiana type: FederalDistrict shortName: W.D.La. abbreviation: lawd - name: U.S. District Court for the District of Massachusetts type: FederalDistrict shortName: D.Mass. abbreviation: mad - name: U.S. District Court for the District of Maryland type: FederalDistrict shortName: D.Md. abbreviation: mdd - name: U.S. District Court for the District of Maine type: FederalDistrict shortName: D.Me. abbreviation: med - name: U.S. District Court for the Eastern District of Michigan type: FederalDistrict shortName: E.D.Mich. abbreviation: mied - name: U.S. District Court for the Western District of Michigan type: FederalDistrict shortName: W.D.Mich. abbreviation: miwd - name: U.S. District Court for the District of Minnesota type: FederalDistrict shortName: D.Minn. abbreviation: mnd - name: U.S. District Court for the Eastern District of Missouri type: FederalDistrict shortName: E.D.Mo. abbreviation: moed - name: U.S. District Court for the Western District of Missouri type: FederalDistrict shortName: W.D.Mo. abbreviation: mowd - name: U.S. District Court for the Northern District of Mississippi type: FederalDistrict shortName: N.D.Miss. abbreviation: msnd - name: U.S. District Court for the Southern District of Mississippi type: FederalDistrict shortName: S.D.Miss. abbreviation: mssd - name: U.S. District Court for the District of Montana type: FederalDistrict shortName: D.Mont. abbreviation: mtd - name: U.S. District Court for the Eastern District of North Carolina type: FederalDistrict shortName: E.D.N.C. abbreviation: nced - name: U.S. District Court for the Middle District of North Carolina type: FederalDistrict shortName: M.D.N.C. abbreviation: ncmd - name: U.S. District Court for the Western District of North Carolina type: FederalDistrict shortName: W.D.N.C. abbreviation: ncwd - name: U.S. District Court for the District of North Dakota type: FederalDistrict shortName: D.N.D. abbreviation: ndd - name: U.S. District Court for the District of Nebraska type: FederalDistrict shortName: D.Neb. abbreviation: ned - name: U.S. District Court for the District of New Hampshire type: FederalDistrict shortName: D.N.H. abbreviation: nhd - name: U.S. District Court for the District of New Jersey type: FederalDistrict shortName: D.N.J. abbreviation: njd - name: U.S. District Court for the District of New Mexico type: FederalDistrict shortName: D.N.M. abbreviation: nmd - name: U.S. District Court for the District of Northern Mariana Islands type: FederalDistrict shortName: D.N.Mar.I. abbreviation: nmid - name: U.S. District Court for the District of Nevada type: FederalDistrict shortName: D.Nev. abbreviation: nvd - name: U.S. District Court for the Eastern District of New York type: FederalDistrict shortName: E.D.N.Y. abbreviation: nyed - name: U.S. District Court for the Northern District of New York type: FederalDistrict shortName: N.D.N.Y. abbreviation: nynd - name: U.S. District Court for the Southern District of New York type: FederalDistrict shortName: S.D.N.Y. abbreviation: nysd - name: U.S. District Court for the Western District of New York type: FederalDistrict shortName: W.D.N.Y. abbreviation: nywd - name: U.S. District Court for the Northern District of Ohio type: FederalDistrict shortName: N.D.Ohio abbreviation: ohnd - name: U.S. District Court for the Southern District of Ohio type: FederalDistrict shortName: S.D.Ohio abbreviation: ohsd - name: U.S. District Court for the Eastern District of Oklahoma type: FederalDistrict shortName: E.D.Okla. abbreviation: oked - name: U.S. District Court for the Northern District of Oklahoma type: FederalDistrict shortName: N.D.Okla. abbreviation: oknd - name: U.S. District Court for the Western District of Oklahoma type: FederalDistrict shortName: W.D.Okla. abbreviation: okwd - name: U.S. District Court for the District of Oregon type: FederalDistrict shortName: D.Or. abbreviation: ord - name: U.S. District Court for the Eastern District of Pennsylvania type: FederalDistrict shortName: E.D.Pa. abbreviation: paed - name: U.S. District Court for the Middle District of Pennsylvania type: FederalDistrict shortName: M.D.Pa. abbreviation: pamd - name: U.S. District Court for the Western District of Pennsylvania type: FederalDistrict shortName: W.D.Pa. abbreviation: pawd - name: U.S. District Court for the District of Puerto Rico type: FederalDistrict shortName: D.P.R. abbreviation: prd - name: U.S. District Court for the District of Rhode Island type: FederalDistrict shortName: D.R.I. abbreviation: rid - name: U.S. District Court for the District of South Carolina type: FederalDistrict shortName: D.S.C. abbreviation: scd - name: U.S. District Court for the District of South Dakota type: FederalDistrict shortName: D.S.D. abbreviation: sdd - name: U.S. District Court for the Eastern District of Tennessee type: FederalDistrict shortName: E.D.Tenn. abbreviation: tned - name: U.S. District Court for the Middle District of Tennessee type: FederalDistrict shortName: M.D.Tenn. abbreviation: tnmd - name: U.S. District Court for the Western District of Tennessee type: FederalDistrict shortName: W.D.Tenn. abbreviation: tnwd - name: U.S. District Court for the Eastern District of Texas type: FederalDistrict shortName: E.D.Tex. abbreviation: txed - name: U.S. District Court for the Northern District of Texas type: FederalDistrict shortName: N.D.Tex. abbreviation: txnd - name: U.S. District Court for the Southern District of Texas type: FederalDistrict shortName: S.D.Tex. abbreviation: txsd - name: U.S. District Court for the Western District of Texas type: FederalDistrict shortName: W.D.Tex. abbreviation: txwd - name: U.S. District Court for the District of Utah type: FederalDistrict shortName: D.Utah abbreviation: utd - name: U.S. District Court for the Eastern District of Virginia type: FederalDistrict shortName: E.D.Va. abbreviation: vaed - name: U.S. District Court for the Western District of Virginia type: FederalDistrict shortName: W.D.Va. abbreviation: vawd - name: U.S. District Court for the District of the Virgin Islands type: FederalDistrict shortName: D.V.I. abbreviation: vid - name: U.S. District Court for the District of Vermont type: FederalDistrict shortName: D.Vt. abbreviation: vtd - name: U.S. District Court for the Eastern District of Washington type: FederalDistrict shortName: E.D.Wash. abbreviation: waed - name: U.S. District Court for the Western District of Washington type: FederalDistrict shortName: W.D.Wash. abbreviation: wawd - name: U.S. District Court for the Eastern District of Wisconsin type: FederalDistrict shortName: E.D.Wis. abbreviation: wied - name: U.S. District Court for the Western District of Wisconsin type: FederalDistrict shortName: W.D.Wis. abbreviation: wiwd - name: U.S. District Court for the Northern District of West Virginia type: FederalDistrict shortName: N.D.W.Va. abbreviation: wvnd - name: U.S. District Court for the Southern District of West Virginia type: FederalDistrict shortName: S.D.W.Va. abbreviation: wvsd - name: U.S. District Court for the District of Wyoming type: FederalDistrict shortName: D.Wyo. abbreviation: wyd List of Valid Courts for State: summary: List of Valid Courts for State value: - name: Los Angeles County Superior Court type: State state: CA - name: Sacramento County Superior Court type: State state: CA - name: San Bernardino County Superior Court type: State state: CA - name: Riverside County Superior Court type: State state: CA - name: Orange County Superior Court type: State state: CA - name: San Diego County Superior Court type: State state: CA - name: Alameda County Superior Court type: State state: CA - name: Court of Chancery type: State state: DE - name: New Castle County Superior Court type: State state: DE - name: Kent County Superior Court type: State state: DE - name: Sussex County Superior Court type: State state: DE - name: DeKalb County Superior Court type: State state: GA - name: DeKalb County State Court type: State state: GA - name: Fulton County Superior Court type: State state: GA - name: Fulton County State Court type: State state: GA - name: Chatham County Superior Court type: State state: GA - name: Chatham County State Court type: State state: GA - name: Clayton County Superior Court type: State state: GA - name: Gwinnett County Superior Court type: State state: GA - name: Bibb County Superior Court type: State state: GA - name: Cherokee County Superior Court type: State state: GA - name: Douglas County Superior Court type: State state: GA - name: Floyd County Superior Court type: State state: GA - name: Henry County Superior Court type: State state: GA - name: Lowndes County Superior Court type: State state: GA - name: Forsyth County Superior Court type: State state: GA - name: Rockdale County Superior Court type: State state: GA - name: Spalding County Superior Court type: State state: GA - name: Effingham County Superior Court type: State state: GA - name: Cherokee County State Court type: State state: GA - name: Gwinnett County State Court type: State state: GA - name: Forsyth County State Court type: State state: GA - name: Houston County State Court type: State state: GA - name: Lowndes County State Court type: State state: GA - name: Rockdale County State Court type: State state: GA - name: Spalding County State Court type: State state: GA - name: Effingham County State Court type: State state: GA - name: Clark County District Court type: State state: NV - name: New York County Supreme Court type: State state: NY - name: Kings County Supreme Court type: State state: NY - name: Queens County Supreme Court type: State state: NY - name: Bronx County Supreme Court type: State state: NY - name: Richmond County Supreme Court type: State state: NY - name: Nassau County Supreme Court type: State state: NY - name: Suffolk County Supreme Court type: State state: NY - name: Westchester County Supreme Court type: State state: NY - name: Hamilton County Court of Common Pleas type: State state: OH - name: Adair County District Court type: State state: OK - name: Canadian County District Court type: State state: OK - name: Cleveland County District Court type: State state: OK - name: Comanche County District Court type: State state: OK - name: Ellis County District Court type: State state: OK - name: Garfield County District Court type: State state: OK - name: Logan County District Court type: State state: OK - name: Oklahoma County District Court type: State state: OK - name: Payne County District Court type: State state: OK - name: Pushmataha County District Court type: State state: OK - name: Roger Mills County District Court type: State state: OK - name: Rogers County District Court type: State state: OK - name: Tulsa County District Court type: State state: OK - name: Multnomah County Circuit Court type: State state: OR - name: Benton County Circuit Court type: State state: OR - name: Clackamas County Circuit Court type: State state: OR - name: Deschutes County Circuit Court type: State state: OR - name: Jackson County Circuit Court type: State state: OR - name: Lane County Circuit Court type: State state: OR - name: Linn County Circuit Court type: State state: OR - name: Marion County Circuit Court type: State state: OR - name: Washington County Circuit Court type: State state: OR - name: Baker County Circuit Court type: State state: OR - name: Clatsop County Circuit Court type: State state: OR - name: Columbia County Circuit Court type: State state: OR - name: Coos County Circuit Court type: State state: OR - name: Crook County Circuit Court type: State state: OR - name: Curry County Circuit Court type: State state: OR - name: Douglas County Circuit Court type: State state: OR - name: Gilliam County Circuit Court type: State state: OR - name: Grant County Circuit Court type: State state: OR - name: Harney County Circuit Court type: State state: OR - name: Hood River County Circuit Court type: State state: OR - name: Jefferson County Circuit Court type: State state: OR - name: Josephine County Circuit Court type: State state: OR - name: Klamath County Circuit Court type: State state: OR - name: Lake County Circuit Court type: State state: OR - name: Lincoln County Circuit Court type: State state: OR - name: Malheur County Circuit Court type: State state: OR - name: Morrow County Circuit Court type: State state: OR - name: Polk County Circuit Court type: State state: OR - name: Sherman County Circuit Court type: State state: OR - name: Tillamook County Circuit Court type: State state: OR - name: Umatilla County Circuit Court type: State state: OR - name: Union County Circuit Court type: State state: OR - name: Wallowa County Circuit Court type: State state: OR - name: Wasco County Circuit Court type: State state: OR - name: Wheeler County Circuit Court type: State state: OR - name: Yamhill County Circuit Court type: State state: OR - name: Harris County District Court type: State state: TX - name: Harris County Court type: State state: TX - name: Fort Bend County Court type: State state: TX - name: Fort Bend County District Court type: State state: TX - name: King County Superior Court type: State state: WA '422': description: Error - 422 content: application/json: examples: Invalid Court Type: summary: Invalid Court Type value: detail: Case Tags not used for PTAB Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found /list-damages/FederalDistrict: get: tags: - List summary: List Federal District Damages description: Lists of damages for Federal District courts organized by practice area for use with querying. operationId: list_federal_district_damages responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/FederalDistrictDamagesList' examples: List of Valid Damage Types for FederalDistrict: summary: List of Valid Damage Types for FederalDistrict value: court: name: All Federal District Courts type: FederalDistrict damagesByPraticeArea: General: - Other / Mixed Damage Types - Attorneys' Fees / Costs - Prejudgment Interest Copyright: - Actual Damages / Infringer's Profits (Copyright) - Statutory Damages (Copyright) - Mass Counterfeiter Default Damages (Copyright) Patent: - Reasonable Royalty (Patent) - Reasonable Royalty - Lost Profits (Patent) - Enhanced Damages (Patent) - Mass Counterfeiter Default Damages (Patent) Trademark: - Actual Damages / Infringer's Profits (Trademark) - Statutory Damages (Trademark) - Enhanced Damages (Trademark) - Mass Counterfeiter Default Damages (Trademark) - Mass Counterfeiter Default Damages Securities: - SEC / CFTC Penalties - Disgorgement (Securities) - Other Securities Damages - Shareholder Derivative Settlement Antitrust: - Antitrust Violation Damages - Enhanced Damages (Antitrust) Employment: - Backpay - Front Pay - Liquidated Damages (Employment) - Other Compensatory Damages (Employment) - Civil Money Penalties (Employment) - State Statutory Penalties - State Statutory Penalties (Employment) - Emotional Distress - Punitive Damages (Employment) - Collective Action Settlement - EEOC Class Settlement - Enhanced Damages (Employment) Product Liability: - 'Personal Injury: Economic' - 'Personal Injury: Non-Economic' - 'Personal Injury: Unspecified' - Property Damages - Other Product Liability Damages - Punitive Damages (Product Liability) Bankruptcy: - Actual Damages (Bankruptcy) - Other Bankruptcy Damages - Punitive Damages (Bankruptcy) Trade Secret: - Actual Damages / Lost Profits - Punitive / Willfulness Damages - Reasonable Royalty (Trade Secret) Insurance: - Contract Damages (Insurance) - Restitution (Insurance) - Emotional Distress Damages (Insurance) - Emotional Distress Damages - Tort Damages - Punitive Damages (Insurance) - Enhanced Damages (Insurance) ERISA: - ERISA Plan Benefits - Liquidated Damages (ERISA) - Interest on Unpaid Contributions - Administrative Fees - Disclosure Penalties - Disgorgement (ERISA) - Restitution (ERISA) - Civil Money Penalties (ERISA) Contracts: - Contract Damages (Contracts) - Liquidated Damages (Contracts) - Restitution (Contracts) - Tort Compensatory Damages (Contracts) - Punitive Damages (Contracts) - Enhanced Damages (Contracts) Environmental: - CERCLA Cost Recovery / Contribution - Natural Resource Damages / Assessment Costs - Civil Money Penalties (Environmental) - Environmental Project / Mitigation Fund - Punitive Damages (Environmental) Tax: - Tax / Penalty Assessed - Refund Consumer Protection: - Statutory Damages (Consumer Protection) - Compensatory Damages (Consumer Protection) - Enhanced / Trebled Damages - Punitive Damages (Consumer Protection) - Civil Money Penalties (Consumer Protection) - Restitution (Consumer Protection) - Settled Claim Damages (Consumer Protection) Torts: - Lost Wages (Torts) - Medical Expenses (Torts) - Pain and Suffering (Torts) - Loss of Support - Survivor Expenses - Loss of Consortium (Torts) - General Compensatory Damages - Punitive Damages (Torts) Civil Rights: - Compensatory Damages (Civil Rights) - State Statutory Damages - State Statutory Damages (Civil Rights) - Nominal Damages (Civil Rights) - Nominal Damages - Punitive Damages (Civil Rights) - Civil Penalties (Civil Rights) False Claims: - Actual Damages (False Claims) - Treble Damages - Civil Penalties (False Claims) - Restitution (False Claims) - Settled Claim Damages (False Claims) - Relator Share - Back Pay - Special Damages (False Claims) Internet: - Actual Damages / Disgorgement - Statutory Damages (Internet) - Punitive Damages (Internet) Surety Bond: - Contract Damages (Surety Bond) - Tort Compensatory Damages (Surety Bond) Real Property: - Contract Damages (Real Property) - 'Contract Damages ' - Compensatory Damages (Real Property) - Actual Damages - Actual Damages (Real Property) - Restitution (Real Property) - 'Restitution ' - Nominal Damages (Real Property) - 'Nominal Damages ' - Special Damages (Real Property) - 'Special Damages ' - Just Compensation - Settled Claim Damages (Real Property) - 'Settled Claim Damages ' - Punitive Damages (Real Property) - 'Punitive Damages ' Class Action: - Approved Class Action Settlement (Class Action) Uncategorized Case: - Actual / Compensatory Damages - Compensatory / Actual Damages - Statutory Damages (Uncategorized Case) - Statutory Damages (No Type) - Restitution (Uncategorized Case) - Restitution (No Type) - Punitive Damages (Uncategorized Case) - Punitive Damages (No Type) - Liquidated Damages (Uncategorized Case) - Liquidated Damages (No Type) - Emotional Distress Damages (Uncategorized Case) - Emotional Distress Damages (No Type) - Penalty Damages - Settled Claim Damages (Uncategorized Case) - Settled Claim Damages (No Type) '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /list-damages/State: get: tags: - List summary: List State Damages description: Lists of damages for State courts organized by practice area for use with querying. operationId: list_state_damages responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/StateDamagesList' examples: List of Valid Damage Types for State: summary: List of Valid Damage Types for State value: court: name: All State Courts type: State damages: - General Damages (Judgment on Merits) - General Damages (Jury Verdict) - Attorneys' Fees / Costs '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /list-events/{court_type}: get: tags: - List summary: List Events description: 'Lists events for a given for a given court type for use with querying. - **court_type**: the relevant court type' operationId: list_events security: - JwtAccessBearer: [] parameters: - name: court_type in: path required: true schema: $ref: '#/components/schemas/CourtType' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/EventsList' examples: List of Valid Case Events for FederalDistrict: summary: List of Valid Case Events for FederalDistrict value: court: name: All Federal District Courts type: FederalDistrict events: - Markman Hearing - Permanent Injuction - Summary Judgment - Dismiss (Contested) - Filed - Terminated List of Valid Case Events for State: summary: List of Valid Case Events for State value: court: name: All State Courts type: State events: - Filed - Trial - Terminated '422': description: Error - 422 content: application/json: examples: Invalid Court Type: summary: Invalid Court Type value: detail: Events not used for PTAB Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found /list-findings/FederalDistrict: get: tags: - List summary: List Federal District Findings description: Lists findings for Federal District courts organized by practice area for use with querying. operationId: list_federal_district_findings responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/FederalDistrictFindingsList' examples: List of Valid Finding Types for FederalDistrict: summary: List of Valid Finding Types for FederalDistrict value: court: name: All Federal District Courts type: FederalDistrict findingsByPracticeArea: Trademark: - Ownership / Validity - No Ownership / Validity - Trademark Infringement / False Designation of Origin - No Trademark Infringement / False Designation of Origin - Dilution - No Dilution - Cybersquatting - No Cybersquatting - False Advertising - No False Advertising - Willfulness / Bad Faith - No Willfulness / Bad Faith - License or Equitable Defense - No License or Equitable Defense - Fair Use Defense - No Fair Use Defense Copyright: - Ownership / Validity - No Ownership / Validity - Infringement - No Infringement - Willfulness / Bad Faith - No Willfulness / Bad Faith - License or Equitable Defense - No License or Equitable Defense - Fair Use Defense - No Fair Use Defense Patent: - Infringement - No Infringement - Invalidity - No Invalidity - Unenforceability - No Unenforceability Securities: - Securities Act Violation - No Securities Act Violation - Exchange Act Violation - No Exchange Act Violation - Other Securities Violation - No Other Securities Violation - Statute of Limitations Defense - No Statute of Limitations Defense - Plaintiff Knowledge Defense - No Plaintiff Knowledge Defense - Cautionary Language / Safe Harbor Defense - No Cautionary Language / Safe Harbor Defense Antitrust: - Sherman Act § 1 Violation (Restraint of Trade) - No Sherman Act § 1 Violation (Restraint of Trade) - Sherman Act § 2 Violation (Monopolization) - No Sherman Act § 2 Violation (Monopolization) - Sherman Act § 1 / Clayton Act § 3 Violation (Tying) - No Sherman Act § 1 / Clayton Act § 3 Violation (Tying) - Clayton Act § 7 Violation (Mergers) - No Clayton Act § 7 Violation (Mergers) - Robinson-Patman Act Violation (Price Discrimination) - No Robinson-Patman Act Violation (Price Discrimination) - Other Federal Antitrust Violation - No Other Federal Antitrust Violation - Antitrust Exemption Defense - No Antitrust Exemption Defense - Rule of Reason Defense - No Rule of Reason Defense - No Antitrust Injury Employment: - 'Title VII Discrimination: Race / Color' - 'No Title VII Discrimination: Race / Color' - 'Title VII Discrimination: Religion' - 'No Title VII Discrimination: Religion' - 'Title VII Discrimination: National Origin' - 'No Title VII Discrimination: National Origin' - 'Title VII Discrimination: Sex / Gender' - 'No Title VII Discrimination: Sex / Gender' - 'ADEA Discrimination: Age' - 'No ADEA Discrimination: Age' - 'ADA Discrimination: Disability' - 'No ADA Discrimination: Disability' - 'PDA Discrimination: Pregnancy' - 'No PDA Discrimination: Pregnancy' - § 1981 / § 1983 Discrimination - No § 1981 / § 1983 Discrimination - Equal Pay Act Discrimination - No Equal Pay Act Discrimination - Rehabilitation Act Discrimination - No Rehabilitation Act Discrimination - USERRA Discrimination - No USERRA Discrimination - 'Discrimination: Other Federal Statute' - 'No Discrimination: Other Federal Statute' - FLSA Violation - No FLSA Violation - FMLA Violation - No FMLA Violation - 'Wage / Hour Violation: Other Federal Statute' - 'No Wage / Hour Violation: Other Federal Statute' - Retaliation - No Retaliation - Hostile Work Environment / Harassment - No Hostile Work Environment / Harassment - Failure to Accommodate - No Failure to Accommodate - Willfulness - No Willfulness - State Law Discrimination - No State Law Discrimination - State Law Labor Violation - No State Law Labor Violation - State Law Retaliation - No State Law Retaliation - State Law Harassment - No State Law Harassment - State Law Failure to Accommodate - No State Law Failure to Accommodate - Other State Employment Law Violation - No Other State Employment Law Violation - Common Law / Public Policy Violation - No Common Law / Public Policy Violation - Legitimate Reason Defense - No Legitimate Reason Defense - Time-Barred Defense - No Time-Barred Defense - Failure to Mitigate Defense - No Failure to Mitigate Defense - Failure to Exhaust Administrative Remedies Defense - No Failure to Exhaust Administrative Remedies Defense - Attendance Violation Defense - No Attendance Violation Defense - Estoppel Defense - No Estoppel Defense - Exemption Defense - No Exemption Defense - Good Faith Defense - No Good Faith Defense - Improper Notice Defense - No Improper Notice Defense Product Liability: - Breach of Warranty - No Breach of Warranty - 'Defective Product: Design' - 'No Defective Product: Design' - 'Defective Product: Manufacture' - 'No Defective Product: Manufacture' - 'Defective Product: Warnings' - 'No Defective Product: Warnings' - 'Defective Product: Unspecified' - 'No Defective Product: Unspecified' - Negligence - No Negligence - Tortious Misrepresentation - No Tortious Misrepresentation - Punitive Damages Conduct - No Punitive Damages Conduct - Consumer Protection Law Violation - No Consumer Protection Law Violation - Fraud on the FDA - No Fraud on the FDA - Comparative Fault Defense - No Comparative Fault Defense - Preemption Defense - No Preemption Defense - Statute of Limitations Defense - No Statute of Limitations Defense - Statute of Repose Defense - No Statute of Repose Defense - Manufacturer Not Proven - Product Did Not Cause Injury Bankruptcy: - Procedural / Jurisdictional - Claimant Win - Procedural / Jurisdictional - Claim Defendant Win - Malfeasance and Remedies - Claimant Win - Malfeasance and Remedies - Claim Defendant Win - Officers - Claimant Win - Officers - Claim Defendant Win - Administration - Claimant Win - Administration - Claim Defendant Win - Lift of Automatic Stay - Claimant Win - Lift of Automatic Stay - Claim Defendant Win - Debtor's Rights and Duties - Claimant Win - Debtor's Rights and Duties - Claim Defendant Win - Plan and Disclosure Statement - Claimant Win - Plan and Disclosure Statement - Claim Defendant Win - Objection to Confirmation - Claimant Win - Objection to Confirmation - Claim Defendant Win - Property of the Estate - Claimant Win - Property of the Estate - Claim Defendant Win - Dismissal and Conversion - Claimant Win - Dismissal and Conversion - Claim Defendant Win - Discharge and Dischargeability - Claimant Win - Discharge and Dischargeability - Claim Defendant Win - Claims and Liens - Claimant Win - Claims and Liens - Claim Defendant Win - Objection to Proof of Claim - Claimant Win - Objection to Proof of Claim - Claim Defendant Win - Avoidance - Claimant Win - Avoidance - Claim Defendant Win - State or Other Federal Law - Claimant Win - State or Other Federal Law - Claim Defendant Win - Motion to Withdraw the Reference Granted - Motion to Withdraw the Reference Denied Trade Secret: - Ownership / Validity - Failure to Identify Trade Secret - Failure to Maintain Secrecy - Generally Known / Readily Ascertainable - 'No Ownership / Validity: Wrong Entity' - 'No Ownership / Validity: Other / Unspecified' - DTSA Trade Secret Misappropriation - No DTSA Trade Secret Misappropriation - State Law Trade Secret Misappropriation - No State Law Trade Secret Misappropriation - Willfulness / Malicious Behavior - No Willfulness / Malicious Behavior - Independent Development Defense - No Independent Development Defense - Equitable or Time-Barred Defense - No Equitable or Time-Barred Defense Insurance: - Duty to Defend - No Duty to Defend - Duty to Indemnify / Pay - No Duty to Indemnify / Pay - Other Breach of Contract - No Other Breach of Contract - Occurrence Within the Policy - No Occurrence Within the Policy - Policy Exclusion - No Policy Exclusion - Insurable Interest / Is an Insured - No Insurable Interest / Not an Insured - Notice of Claim - No Notice of Claim - Proof of Loss - No Proof of Loss - Failure to Pay Premium - No Failure to Pay Premium - Other Condition Precedent Met - Other Condition Precedent Not Met - Policy Interpretation in Favor of Insured - Policy Interpretation in Favor of Insurer - Insured Negligence - No Insured Negligence - Insurer Negligence - No Insurer Negligence - Bad Faith - No Bad Faith - Insured Fraud / Misrepresentation - No Insured Fraud / Misrepresentation - Insurer Fraud / Misrepresentation - No Insurer Fraud / Misrepresentation - Unjust Enrichment - No Unjust Enrichment - Estoppel / Waiver - No Estoppel / Waiver - Statute of Limitations Defense - No Statute of Limitations Defense ERISA: - ERISA Covered Plan - No ERISA Covered Plan - Plan Participant / Beneficiary - No Plan Participant / Beneficiary - Plan Fiduciary - No Plan Fiduciary - ERISA Preemption - No ERISA Preemption - Delinquent Contribution - No Delinquent Contribution - Withdrawal Liability - No Withdrawal Liability - Improper Claim Denial - No Improper Claim Denial - Plan Reimbursement - No Plan Reimbursement - Breach of Fiduciary Duty - No Breach of Fiduciary Duty - Administrative Violation - No Administrative Violation - Exemption Defense - No Exemption Defense - Failure to Exhaust Administrative Remedies Defense - No Failure to Exhaust Administrative Remedies Defense - Time-Barred Defense - No Time-Barred Defense - Contract / Waiver Defense - No Contract / Waiver Defense - Court-Ordered Review Contracts: - Contract Breach - No Contract Breach - Contract Existence - No Contract Existence - Contract Termination - No Contract Termination - Unjust Enrichment - No Unjust Enrichment - Contract Defense - No Contract Defense - Conversion - No Conversion - Fraud / Misrepresentation - No Fraud / Misrepresentation - Tortious Interference - No Tortious Interference - Negligence - No Negligence - Tort Defense - No Tort Defense - Defamation / Trade Libel - No Defamation / Trade Libel - Breach of Fiduciary Duty - No Breach of Fiduciary Duty Environmental: - CERCLA Liability - No CERCLA Liability - Clean Water Act Violation - No Clean Water Act Violation - Clean Air Act Violation - No Clean Air Act Violation - RCRA Violation - No RCRA Violation - NEPA Violation - No NEPA Violation - Endangered Species Act Violation - No Endangered Species Act Violation - SDWA Violation - No SDWA Violation - Other Environmental Violation - No Other Environmental Violation - Standing - No Standing - Preemption of State Law - No Preemption of State Law - Statute of Limitations Defense - No Statute of Limitations Defense - Diligent Prosecution Defense - No Diligent Prosecution Defense - Noncompliant Notice Defense - No Noncompliant Notice Defense - CERCLA Third Party / Landowner Defense - No CERCLA Third Party / Landowner Defense - Failure to Exhaust Administrative Remedies Defense - No Failure to Exhaust Administrative Remedies Defense Tax: - Reduction of Tax Claim to Judgment - No Reduction of Tax Claim to Judgment - Foreclosure of Federal Tax Lien - No Foreclosure of Federal Tax Lien - Enforcement of IRS Summons - No Enforcement of IRS Summons - Erroneous / Improper Refund - No Erroneous / Improper Refund - Responsible Party - No Responsible Party - Tax Refund / Abatement of Penalty - No Tax Refund / Abatement of Penalty - Wrongful / Erroneous Tax Assessment - No Wrongful / Erroneous Tax Assessment - Wrongful Levy - Enforcement of Levy - Tax Exempt - Not Tax Exempt - Unlawful Disclosure - No Unlawful Disclosure - Readjustment of Partnership Items - No Readjustment of Partnership Items - Fraud - No Fraud - Negligence - No Negligence - Valid Lien - Invalid Lien - Quiet Title - IRS Statute of Limitations Defense - No IRS Statute of Limitations Defense - Failure to Exhaust Administrative Remedies - No Failure to Exhaust Administrative Remedies - Failure to Follow Proper Procedural Requirements - No Failure to Follow Proper Procedural Requirements - Standing - No Standing - Estoppel - No Estoppel Consumer Protection: - FCRA Violation - No FCRA Violation - FDCPA Violation - No FDCPA Violation - RESPA Violation - No RESPA Violation - TCPA Violation - No TCPA Violation - TILA Violation - No TILA Violation - Other Federal Consumer Finance Violation - No Other Federal Consumer Finance Violation - Federal Enforcement Violation - No Federal Enforcement Violation - State Consumer Finance Violation - No State Consumer Finance Violation - State UDTP Violation - No State UDTP Violation - 'Data Breach: Contract Violation' - 'No Data Breach: Contract Violation' - 'Data Breach: Notification / Handling Violation' - 'No Data Breach: Notification / Handling Violation' - Fraud / Misrepresentation - No Fraud / Misrepresentation - Negligence - No Negligence - Willfulness - No Willfulness - Bad Faith Prosecution - No Bad Faith Prosecution - Bona Fide Error Defense - No Bona Fide Error Defense - Common Law or Equitable Defense - No Common Law or Equitable Defense - Other Statutory Defense - No Other Statutory Defense - Time-Barred Defense - No Time-Barred Defense - 'No Data Breach: Standing' - Biometric Privacy Violation - No Biometric Privacy Violation Torts: - Negligence - 'No Negligence: Duty / Breach' - 'No Negligence: Causation / Harm' - 'No Negligence: Expert Required' - 'No Negligence: Unspecified' - No Vicarious Liability - Lack of Informed Consent - No Lack of Informed Consent - Loss of Consortium - No Loss of Consortium - Wrongful Death / Survival Action - No Wrongful Death / Survival Action - Strict Liability - No Strict Liability - Wanton / Reckless Conduct - No Wanton / Reckless Conduct - Assault / Battery - No Assault / Battery - Infliction of Emotional Distress - No Infliction of Emotional Distress - Defamation - No Defamation - False Imprisonment - No False Imprisonment - Privacy / False Light Violation - No Privacy / False Light Violation - Willfulness - No Willfulness - Assumption of Risk Defense - No Assumption of Risk Defense - Contributory / Comparative Negligence Defense - No Contributory / Comparative Negligence Defense - Open and Obvious Danger Defense - No Open and Obvious Danger Defense - Waiver Defense - No Waiver Defense - Time-Barred Defense - No Time-Barred Defense Civil Rights: - Monell or Official Capacity Liability - No Monell or Official Capacity Liability - Monell or Supervisory Liability - No Monell or Supervisory Liability - Due Process Violation - No Due Process Violation - Equal Protection Violation - No Equal Protection Violation - Excessive Force Violation - No Excessive Force Violation - Failure to Intervene Violation - No Failure to Intervene Violation - Police Malicious Prosecution Violation - No Police Malicious Prosecution Violation - Search and Seizure Violation - No Search and Seizure Violation - State Law Tort Liability - No State Law Tort Liability - Qualified Immunity Defense - No Qualified Immunity Defense - State Law Immunity Defense - No State Law Immunity Defense - Time-Barred Defense - No Time-Barred Defense - 'ADA Violation: Discrimination' - 'No ADA Violation: No Discrimination' - 'ADA Violation: Retaliation' - 'No ADA Violation: No Retaliation' - ADA Intentional Conduct - No ADA Intentional Conduct - 'No ADA Violation: No Disability' - State Disability Law Violation - 'No ADA Violation: Not a Qualified Individual' - 'No ADA Violation: No Public Accommodation' - 'No ADA Violation: Not a Public Entity' - No State Disability Law Violation - Fundamental Change / Undue Burden Defense - No Fundamental Change / Undue Burden Defense - Lack of Harm / Harm Remediated Defense - No Lack of Harm / Harm Remediated Defense - Legitimate Reason Defense - No Legitimate Reason Defense - 'FHA Violation: Coercion / Intimidation' - 'No FHA Violation: No Coercion / Intimidation' - 'FHA Violation: Discrimination' - 'No FHA Violation: No Discrimination' - 'FHA Violation: Failure to Accommodate' - 'No FHA Violation: No Failure to Accommodate' - 'FHA Violation: Retaliation' - 'No FHA Violation: No Retaliation' - State Housing Law Violation - No State Housing Law Violation - No Standing - Standing - Title IX Retaliation - No Title IX Retaliation - Title IX Discrimination - No Title IX Discrimination - Other Voting Statute Violation - No Other Voting Statute Violation - Section 504 Violation - No Section 504 Violation - IDEA Violation - No IDEA Violation - Voting Rights Act Violation - No Voting Rights Act Violation - 15th Amendment Violation - No 15th Amendment Violation - Freedom of Religion Violation - No Freedom of Religion Violation - First Amendment Retaliation - No First Amendment Retaliation - Freedom of Association Violation - No Freedom of Association Violation - Freedom of the Press Violation - No Freedom of the Press Violation - Freedom of Speech Violation - No Freedom of Speech Violation - Prior Restraint - No Prior Restraint - Freedom of Assembly Violation - No Freedom of Assembly Violation - Right to Petition Violation - No Right to Petition Violation - State Law Violation - No State Law Violation - RLUIPA / RFRA Violation - No RLUIPA / RFRA Violation - Absolute or Sovereign Immunity - No Absolute or Sovereign Immunity - Failure to Exhaust Administrative Remedies - No Failure to Exhaust Administrative Remedies False Claims: - False / Fraudulent Claim Liability - No False / Fraudulent Claim Liability - False Statement Liability - No False Statement Liability - False Certification Liability - No False Certification Liability - Reverse False Claim Liability - No Reverse False Claim Liability - Anti-Kickback / Self-Dealing Liability - No Anti-Kickback / Self-Dealing Liability - State False Claims Act Liability - No State False Claims Act Liability - Common Law Tort Liability - No Common Law Tort Liability - Contract / Unjust Enrichment Liability - No Contract / Unjust Enrichment Liability - No Rule 9(b) Particularity - 'No FCA Liability: Causation' - 'No FCA Liability: Falsity' - 'No FCA Liability: Knowledge' - 'No FCA Liability: Materiality' - Public Disclosure / First-to-File Bar - No Public Disclosure / First-to-File Bar - Time-Barred Defense - No Time-Barred Defense - False Claims Act Retaliation - No False Claims Act Retaliation - Legitimate Reason Defense - No Legitimate Reason Defense Internet: - CFAA Violation - No CFAA Violation - ECPA Violation - No ECPA Violation - SCA Violation - No SCA Violation - State Law Computer Trespass Violation - No State Law Computer Trespass Violation - DMCA Circumvention Violation - No DMCA Circumvention Violation - DMCA Copyright Management Violation - No DMCA Copyright Management Violation - DMCA Misrepresentation Violation - No DMCA Misrepresentation Violation - Willfulness - No Willfulness - CFAA Minimum Damages Defense - No CFAA Minimum Damages Defense - ECPA / SCA Exemption Defense - No ECPA / SCA Exemption Defense - Immunity Defense - No Immunity Defense - Time-Barred Defense - No Time-Barred Defense - Consent Defense - No Consent Defense Surety Bond: - Breach of Bond by Surety - Breach of Contract by Principal - No Breach of Bond by Surety - No Breach of Contract by Principal - Breach of Contract by Obligee - Breach of Indemnity by Surety - No Breach of Contract by Obligee - No Breach of Indemnity by Surety - Subrogated Breach of Contract - Breach of Bond by Obligee - Breach of Indemnity by Principal - No Subrogated Breach of Contract - No Breach of Bond by Obligee - No Breach of Indemnity by Principal - Fraud / Misrepresentation by Obligee - Fraud / Misrepresentation by Principal - Fraud / Misrepresentation by Surety - Negligence - Contract Defense - Time-Barred Defense - No Fraud / Misrepresentation by Obligee - No Fraud / Misrepresentation by Principal - No Fraud / Misrepresentation by Surety - No Negligence - No Contract Defense - No Time-Barred Defense Real Property: - Foreclosure Granted - No Foreclosure Granted - Standing to Foreclose - No Standing to Foreclose - Wrongful Foreclosure - No Wrongful Foreclosure - Breach of Contract - No Breach of Contract - Contract Existence - No Contract Existence - Contract Termination - No Contract Termination - Unjust Enrichment - No Unjust Enrichment - Fraud / Misrepresentation - No Fraud / Misrepresentation - Negligence - No Negligence - Quiet Title - No Quiet Title - Superior Lien - No Superior Lien - Valid Lien - Invalid Lien - Time-Barred Defense - No Time-Barred Defense - Condemnation Granted - Inverse Condemnation / Taking - Standing / Ripeness - Just Compensation Provided - Just Compensation Adjusted - No Condemnation Granted - No Inverse Condemnation / Taking - No Standing / Ripeness - No Just Compensation Provided - No Just Compensation Adjusted - Ejectment / Eviction - Wrongful Ejectment / Eviction - No Ejectment / Eviction - No Wrongful Ejectment / Eviction - Nuisance - Trespass to Land - Slander of Title - Strict Liability - Tort Defense - No Nuisance - No Trespass to Land - No Slander of Title - No Strict Liability - No Tort Defense - Other Declaratory Judgment Granted - Breach of Covenant - Trespass to Try Title - Adverse Possession / Prescriptive Easement - No Other Declaratory Judgment Granted - No Breach of Covenant - No Trespass to Try Title - No Adverse Possession / Prescriptive Easement Class Action: - 'Class Certification: Grant' - 'Class Certification: Partial' - 'Class Certification: Deny' - 'Class Certification: Grant for Settlement Only' Uncategorized Case: - Federal Law Violation - Constitutional Violation - Common Law Violation - State Law Violation - Contract Breach - Negligence - Fraud / Misrepresentation - Unjust Enrichment - Bad Faith / Willfulness - Standing - Other Decision - Claimant Win - No Federal Law Violation - No Constitutional Violation - No Common Law Violation - No State Law Violation - No Contract Breach - No Negligence - No Fraud / Misrepresentation - No Unjust Enrichment - No Bad Faith / Willfulness - No Standing - Other Decision - Claim Defendant Win - Time-Barred Defense - Legitimate Reason Defense - Contract / Waiver Defense - Failure to Exhaust Administrative Remedies - Estoppel Defense - Exemption / Immunity Defense - Failure to Mitigate Defense - Statutory Defense - Other Defense - No Time-Barred Defense - No Legitimate Reason Defense - No Contract / Waiver Defense - No Failure to Exhaust Administrative Remedies - No Estoppel Defense - No Exemption / Immunity Defense - No Failure to Mitigate Defense - No Statutory Defense - No Other Defense patentInvalidityReasons: - 'Invalidity: 112 Enablement' - 'Invalidity: 102(f) Derivation (pre-AIA)' - 'Invalidity: 112 Best Mode (pre-AIA)' - 'Invalidity: 102(g) Interference (pre-AIA)' - 'Invalidity: 171 Improper Design Patent' - 'Invalidity: 112 Definiteness' - 'Invalidity: No Invalidity Reason Specified' - 'Invalidity: Obviousness-Type Double Patenting' - 'Invalidity: 103 Obviousness' - 'Invalidity: 112 Written Description' - 'Invalidity: 132, 251, 255, 305 Defective Correction' - 'Invalidity: 101 Subject Matter' - 'Invalidity: 102 Anticipation / Novelty' - 'Invalidity: 133, 371 Application Abandonment' '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /list-judgment-sources/FederalDistrict: get: tags: - List summary: List Judgment Sources description: 'Lists judgment sources for Federal District courts for use with querying. The sources are specific to damages, remedies and findings as presented in the list.' operationId: list_judgment_sources responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/JudgmentSourcesList' examples: List of Valid Judgment Sources for FederalDistrict: summary: List of Valid Judgment Sources for FederalDistrict value: court: name: All Federal District Courts type: FederalDistrict damages: - Default Judgment - Consent Judgment - No Type Specified - Judgment on Merits - Jury Verdict remedies: - Default Judgment - Judgment on Merits - No Type Specified - Consent Judgment findings: - Default Judgment - Trial - Consent Judgment - Judgment as a Matter of Law - No Type Specified - Summary Judgment - Judgment on the Pleadings '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /list-judgment-events/State: get: tags: - List summary: List Judgment Events description: Lists judgment events for State courts organized for use with querying. operationId: list_judgment_events responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/JudgmentEventsList' examples: List of Valid Judgment Events for State: summary: List of Valid Judgment Events for State value: judgmentEvents: - Default Judgment - Consent Judgment - Bench Trial - Jury Verdict - Other Judgment court: name: All State Courts type: State '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /list-originating-venues/FederalAppeals: get: tags: - List summary: List Originating Venues description: Lists originating venues for use with appeals case querying. operationId: list_originating_venues responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/OriginatingVenuesList' examples: FederalAppeals List of Valid Originating Venues: summary: FederalAppeals List of Valid Originating Venues value: originatingVenues: - 'Originating Venue: Board of Immigration Appeals' - 'Originating Venue: Court of Federal Claims' - 'Originating Venue: Federal Bankruptcy Court' - 'Originating Venue: Bankruptcy Appellate Panel' - 'Originating Venue: Federal District Court' - 'Originating Venue: Other Agency' - 'Originating Venue: ITC' - 'Originating Venue: Other Court' - 'Originating Venue: PTAB' court: name: All Federal Appeals Courts type: FederalAppeals '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /list-supreme-court-decisions/FederalAppeals: get: tags: - List summary: List Supreme Court Decisions description: Lists decisions from the Supreme Court for use with appeals case querying. operationId: list_supreme_court_decisions responses: '200': description: Success content: application/json: schema: items: type: string type: array title: Response List Supreme Court Decisions List Supreme Court Decisions Federalappeals Get examples: FederalAppeals List of Valid Supreme Court Decisions: summary: FederalAppeals List of Valid Supreme Court Decisions value: - Affirmed by SCOTUS - Affirmed / Reversed in Part by SCOTUS - Reversed by SCOTUS '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] /list-remedies/FederalDistrict: get: tags: - List summary: List Remedies description: Lists of all the remedies by type for use with federal district case querying. operationId: list_remedies responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/RemediesList' examples: List Of Valid Remedies: summary: List Of Valid Remedies value: court: name: All Federal District Courts type: FederalDistrict remediesByRemedyType: General: - 'Permanent Injunction: Grant' - 'Preliminary Injunction: Grant' - 'Temporary Restraining Order: Grant' - 'Permanent Injunction: Deny' - 'Preliminary Injunction: Deny' - 'Temporary Restraining Order: Deny' - Rescission - Reformation - Administrative Remand - Reinstatement - Specific Performance Trademark: - Relinquish Domain Name - Cancellation of Registration Antitrust: - Divestiture Employment: - Promotion Bankruptcy: - Recovery of Property Internet: - Relinquish / Permit Access ERISA: - Appointment of Independent Fiduciary - Bond for Future Contributions - Plan Audit Contracts: - Replevin Environmental: - Security Bond / Performance Guarantee - Compliance / Remediation Plan Civil Rights: - ADA Remediation - Non-ADA Remediation Surety Bond: - Quia Timet / Exoneration Real Property: - Reformation (Real Property) - Rescission (Real Property) '401': description: Invalid or expired token content: application/json: examples: Expired token: summary: Expired token value: detail: 'Token time expired: Signature has expired.' Invalid token: summary: Invalid token value: detail: Invalid token '404': description: Not found content: application/json: examples: Not found: summary: Not found value: summary: Unknown id detail: Not Found '422': description: Error - 422 content: application/json: examples: Validation error: summary: Validation error value: summary: Invalid input detail: - type: parsing loc: - path - query - body msg: invalid input input: '-1' security: - JwtAccessBearer: [] components: schemas: CourtType: type: string enum: - FederalDistrict - State - FederalAppeals - FederalBankruptcy - PTAB - ITC title: CourtType PossibleCaseResolution: properties: summary: type: string title: Summary specific: type: string title: Specific additionalProperties: false type: object required: - summary - specific title: PossibleCaseResolution Court: properties: name: type: string title: Name type: $ref: '#/components/schemas/CourtType' additionalProperties: false type: object required: - name - type title: Court OriginatingVenuesList: properties: originatingVenues: items: type: string type: array title: Originatingvenues court: $ref: '#/components/schemas/Court' additionalProperties: false type: object required: - originatingVenues title: OriginatingVenuesList RemediesList: properties: court: $ref: '#/components/schemas/Court' remediesByRemedyType: additionalProperties: items: type: string type: array type: object title: Remediesbyremedytype additionalProperties: false type: object required: - remediesByRemedyType title: RemediesList StateDamagesList: properties: court: $ref: '#/components/schemas/Court' damages: items: type: string type: array title: Damages additionalProperties: false type: object required: - damages title: StateDamagesList JudgmentSourcesList: properties: court: $ref: '#/components/schemas/Court' damages: items: type: string type: array title: Damages remedies: items: type: string type: array title: Remedies findings: items: type: string type: array title: Findings additionalProperties: false type: object required: - damages - remedies - findings title: JudgmentSourcesList FederalDistrictDamagesList: properties: court: $ref: '#/components/schemas/Court' damagesByPraticeArea: additionalProperties: items: type: string type: array type: object title: Damagesbypraticearea additionalProperties: false type: object required: - damagesByPraticeArea title: FederalDistrictDamagesList JudgmentEventsList: properties: judgmentEvents: items: type: string type: array title: Judgmentevents court: $ref: '#/components/schemas/Court' additionalProperties: false type: object required: - judgmentEvents title: JudgmentEventsList FederalDistrictCourt: properties: name: type: string title: Name type: $ref: '#/components/schemas/CourtType' shortName: type: string title: Shortname abbreviation: anyOf: - type: string - type: 'null' title: Abbreviation additionalProperties: false type: object required: - name - type - shortName - abbreviation title: FederalDistrictCourt StateCourt: properties: name: type: string title: Name type: $ref: '#/components/schemas/CourtType' state: type: string title: State additionalProperties: false type: object required: - name - type - state title: StateCourt CaseTypesList: properties: court: anyOf: - $ref: '#/components/schemas/Court' - $ref: '#/components/schemas/StateCourt' title: Court caseTypes: items: type: string type: array title: Casetypes additionalProperties: false type: object required: - court - caseTypes title: CaseTypesList EventsList: properties: court: $ref: '#/components/schemas/Court' events: items: type: string type: array title: Events additionalProperties: false type: object required: - court - events title: EventsList CaseTagsList: properties: court: anyOf: - $ref: '#/components/schemas/Court' - $ref: '#/components/schemas/StateCourt' title: Court caseTags: items: type: string type: array title: Casetags additionalProperties: false type: object required: - court - caseTags title: CaseTagsList CaseResolutionsList: properties: court: $ref: '#/components/schemas/Court' caseResolutions: items: $ref: '#/components/schemas/PossibleCaseResolution' type: array title: Caseresolutions additionalProperties: false type: object required: - court - caseResolutions title: CaseResolutionsList FederalDistrictFindingsList: properties: court: $ref: '#/components/schemas/Court' findingsByPracticeArea: additionalProperties: items: type: string type: array type: object title: Findingsbypracticearea patentInvalidityReasons: items: type: string type: array title: Patentinvalidityreasons additionalProperties: false type: object required: - findingsByPracticeArea - patentInvalidityReasons title: FederalDistrictFindingsList description: 'findingsByPracticeArea: a dictionary where the key is the name and the values are all the relevant types for supported findings. patentInvalidityReasons: only applicable to findings when the finding has {"name":"Patent","type":"Invalidity"}.' securitySchemes: JwtAccessBearer: type: http scheme: bearer