{
  "description_for_model": "Litigation research and analytics platform. \nSearch and count litigation across the Federal and State Courts.\n\nThe GET search/ endpoint accepts the q parameter for a boolean keyword query.\nExample: q for patent cases specifying the firm, client and some keywords \n\ttype:patent (cpu or micro-processor or (central w/3 processor)) AND party:(name:(google) firm:(name:(skadden))) from:1/1/2020\nThe q string also allows for date operators and boolean operators: \n\tfrom:1/1/2000 to:1/1/2020 nos:(patent or copyright)\n\tfrom:-100days to:-10days is:state and is:document and judge:(greg w/2 smith)\n\tlast:1year is:docket\nThe q string also allows for additional \"is\" filters that can be applied to any search:\n\tis:pacer (searches only Federal cases on the PACER system)\n\tis:docket (limits to only docket results)\n\tis:document (limit to only document results)\n\tis:state (limit to only state court litigation cases)\n\tis:court (limit to only litigation cases, excludes patent / trademark prosecution)\nThe q string also supports the court filter, useful for selecting jurisdictions:\n\tFor example, the SDNY and EDNY:\n\t\tcourt:(New w/3 York AND (Southern OR Eastern) and District)\n\tAnd New York State Court, Supreme Court \n\t\tcourt:(\"New York State\" Supreme)\nThe q string also supports the \"type\" filter, useful for filtering case type, similar to nature of suite code in federal court.\n\nThe q string also supports searching \"pleading tags\", helpful for finding \nmotions/orders. When a docket entry is tagged it's given a few additional \nfields: type (order, motion, reply, response, pleading), identifier \n(identifying the type of pleading), outcome (granted/denied), a numerical \npriority, and a date. \nHere are some examples:\n  parser:(type:motion identifier:(dismiss or tro or summaryjudgment))\n  parser:(type:order identifier:dismiss outcome:(granted))\n  parser:(type:order priority:[5,10] date:(from:-100days to:-10days))\n\nThe search/ endpoint returns basic information about search results. To \nretrieve more information, use the snippet/ and getdocket/ endpoint.\n", 
  "api": {
    "url": "https://www.docketalarm.com/ai-plugin/openai_api.yaml", 
    "type": "openapi", 
    "is_user_authenticated": true
  }, 
  "contact_email": "support@docketalarm.com", 
  "auth": {
    "authorization_type": "basic", 
    "type": "user_http"
  }, 
  "description_for_human": "Litigation research and analytics platform. Search, count, and track litigation across the Federal and State Courts", 
  "legal_info_url": "https://www.docketalarm.com/TermsOfService", 
  "name_for_human": "Docket Alarm Plugin", 
  "logo_url": "https://www.docketalarm.com/site_media/img/favicon-128.png", 
  "name_for_model": "docketalarm", 
  "schema_version": "v1"
}