SearchResultItem

  • case_name
    Type: string

    Case name/caption

  • court_abbreviation
    Type: string

    Court citation abbreviation

  • court_id
    Type: string

    Court identifier

  • court_name
    Type: string

    Full court name

  • date_filed
    Type: stringFormat: date

    Filing date (YYYY-MM-DD)

  • docket_number
    Type: string nullable

    Court docket number, when available

  • jurisdiction
    Type: string

    Jurisdiction type

  • opinion_id
    Type: string

    Opinion identifier

  • publish_status
    Type: stringenum nullable

    Publication status, when available

    values
    • published
    • unpublished
    • unknown
    • in_chambers
    • separate
    • errata
    • relating_to
    • null
  • score
    Type: number

    Relevance score. Scale varies by mode:

    • Semantic: 0-1 (cosine similarity)
    • Keyword: 0-100+ (BM25 score)
  • snippet
    Type: string

    Relevant text excerpt from the opinion

  • source
    Type: stringenum

    Source of this result. Always present in API responses:

    • semantic mode: "semantic"
    • keyword mode: "keyword"
    • hybrid mode: varies per item
    values
    • semantic
    • keyword
  • state
    Type: string nullable

    State name (null for federal courts)