integrations.sh
← all integrations

UniCourt Enterprise APIs

OpenAPI apis-guru open_data

Homepage
https://api.apis.guru/v2/specs/unicourt.com/1.0.0.json
Provider
unicourt.com
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/unicourt.com/1.0.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/unicourt.com/1.0.0/openapi.yaml

Tools (160)

Extracted live via the executor SDK.

  • attorneyAnalyticsApi.getNormAttorneyById

    The Norm Attorney API allows you to look up Attorney Details by normAttorneyId.

  • attorneyAnalyticsApi.getNormJudgesAssociatedWithNormAttorney

    Returns a list of Judges faced by the Attorney.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTV4vCEaKrhystBz", "CORTKQiA4LJuv54tEj")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all judges associated with attorney with norm id NATYfwmXwRHS279WPY of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • attorneyAnalyticsApi.getNormLawFirmsAssociatedWithNormAttorney

    Returns a list of Law Firms the norm Attorney has worked for.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTV4vCEaKrhystBz", "CORTKQiA4LJuv54tEj")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple Ids AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all LawFirms associated with attorney with norm id NATYfwmXwRHS279WPY of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • attorneyAnalyticsApi.getNormPartiesAssociatedWithNormAttorney

    Returns a list of Parties the Attorney has represented.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTV4vCEaKrhystBz", "CORTKQiA4LJuv54tEj")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object..attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple Ids AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all parties associated with attorney with norm id NATYfwmXwRHS279WPY of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • attorneyAnalyticsApi.searchNormalizedAttorneys

    All query parameters supported for this API can be found in below schema section. Schema --> NormAttorneySearchQueryObject

  • attorneyAnalyticsApi.searchNormalizedAttorneysById

    All query parameters supported for this API can be found in below schema section. Schema --> NormAttorneySearchQueryObject

  • authenticationApi.generateNewToken

    This endpoint allows you to generate a new access token, which is a required field for all UniCourt API endpoints except for the Authentication API. To generate a new token, you must provide your Client ID and Client Secret ID which you can find by logging into your UniCourt account. At any time, you can have a maximum of 10 active access tokens. The tokens never expire and, if you make a request which would otherwise lead to you having more than 10 active tokens, you will receive an error message.

  • authenticationApi.invalidateAllTokens

    An endpoint which allows you to invalidate all existing access tokens associated with your UniCourt account.

  • authenticationApi.invalidateToken

    An endpoint which allows you to invalidate a given access token.

  • authenticationApi.listAllTokenIds

    An endpoint which allows you to view all active access tokens associated with your Client ID and Client Secret ID.

  • callbackApi.getCallbacks

    Get list of callback types with count for a requested Date.

  • caseAnalyticsApi.getCaseCountAnalyticsByAreaOfLaw

    Get Case Count Analytics by Area Of Law.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by Area Of Law of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByCaseClass

    Get Analytics by Case Class.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by Case Class of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByCaseFiledDate

    Get Case Count Analytics grouped by Filing Date.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by case filed date of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByCaseType

    Get Case Count Analytics by Case Type.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by case types of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByCaseTypeGroup

    Get Analytics by Case Type Group.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by case type catgeory of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByCourt

    Get Case Count Analytics grouped by Court.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by Court of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByCourtLocation

    Get Case Count Analytics grouped by Court Location.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by court location of all cases with court id CORTV4vCEaKrhystBz and filed between Jan 1st, 2017 to Nov 30th,2021
    q=courtId:"CORTV4vCEaKrhystBz" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByCourtSystem

    Get Case Count Analytics grouped by Court System.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by court system of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByCourtType

    Get Case Count Analytics grouped by Court Type.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by court type of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByJurisdictionGeo

    Get Case Count Analytics grouped by Jurisdiction Geo.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by jurisdiction geo of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByNormAttorney

    Returns Case Analytics by Attorney.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by norm attorney of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByNormJudge

    Returns Case Analytics by Judge.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by norm judge of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByNormLawFirm

    Returns Case Analytics by Norm Law Firm.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by norm lawfirm of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByNormParty

    Returns Case Analytics by Party.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdMultiple Ids AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normLawFirmIdMultiple Ids AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdMultiple Ids AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by norm party of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByOpposingNormAttorneyForANormAttorney

    Returns Case Analytics by Attorney.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normPartyIdSingle AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normLawFirmIdSingle AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdSingle AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by norm attorney with norm id NATYY29p78c7UoyJJ of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByOpposingNormLawFirmForANormLawFirm

    Returns Case Analytics by Norm Law Firm.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdSingle AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normPartyIdSingle AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdSingle AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by norm lawfirm with norm id NORGrPmQyLdx9NGHcT of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByOpposingNormPartyForANormParty

    Returns Case Analytics by Opposing Norm Party.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normAttorneyIdSingle AllowedFind Analytics for a particular norm Attorney Object.normAttorneyId:"NATYfwmXwRHS279WPY"
    normLawFirmIdSingle AllowedFind Analytics for a particular Norm LawFirm Object.normLawFirmId:"NORGrPmQyLdx9NGHcT"
    normJudgeIdSingle AllowedFind Analytics for a particular Judge Object.normJudgeId:"NJUDT7jCZyFNeLGpRq"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by norm party with norm id NORGrPmQyLdx9NGHcT of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByPartyRole

    Returns Case Analytics by Party Type.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by party role of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseAnalyticsApi.getCaseCountAnalyticsByPartyRoleGroup

    Returns Case Analytics by Party Type Group.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    normPartyIdMultiple Ids AllowedFind Analytics for a particular Party Object.normPartyId:"NORGrPmQyLdx9NGHcT"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get case count grouped by Party Role Group of all cases with case type id CTYPATMYyaJekdgj2c and filed between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • caseDocketApi.getAttorneyAssociatedParties

    Retrieve the parties represented by the attorney with the specified attorneyId value.

  • caseDocketApi.getAttorneyById

    Retrieve the attorney with the specified attorneyId value.

  • caseDocketApi.getCase

    Retrieve the case with the specified caseId value.

  • caseDocketApi.getCaseAttorneys

    Retrieve the attorneys in the case with the specified caseId value.

  • caseDocketApi.getCaseDocketEntries

    Retrieve the docket entries in the case with the specified caseId value.

  • caseDocketApi.getCaseHearings

    Gets Hearings for a requested Case ID.

  • caseDocketApi.getCaseJudges

    Retrieve the judges involved in the specified case.

  • caseDocketApi.getCaseParties

    Retrieve the parties involved in the case with the specified caseId value.

  • caseDocketApi.getCaseRelatedCases

    Retrieve cases that UniCourt has identified as related to the case with the specified caseId value.

  • caseDocketApi.getJudgeById

    Retrieve the judge with the specified judgeId value.

  • caseDocketApi.getPartyAssociatedAttorneys

    Retrieve the attorneys in the case with the specified partyId value.

  • caseDocketApi.getPartyById

    Retrieve the party with the specified partyId value.

  • caseDocketApi.getPrimaryDocumentsForDocketEntries

    Retrieve the primary documents in the case with the specified caseId value.

  • caseDocketApi.getSecondaryDocumentsForDocketEntries

    Retrieve the secondary documents in the case with the specified caseId value.

  • caseDocumentsApi.getCaseDocumentDownloadById

    Gets downloadable URL for a requested Document ID.

  • caseDocumentsApi.getCaseDocumentOrderCallbackById

    Get Case Document Order Callback for a requested Case Document Order Callback Id.

  • caseDocumentsApi.getCaseDocumentOrderCallbacks

    Get Case Document Order Callback list for a requested Date.

  • caseDocumentsApi.getCaseDocuments

    Gets Documents for a requested Case ID.

  • caseDocumentsApi.getDocumentById

    Gets details for a requested Document ID.

  • caseDocumentsApi.orderCaseDocument

    Add Case Document Order for requested Document Ids.

  • caseExportApi.exportCase

    Retrieve information about the specified case export.

  • caseExportApi.getCaseExportCallbackById

    Retrieve the specified case export callback object.

  • caseExportApi.getCaseExportCallbacks

    Retrieve callbacks according to the specified criteria.

  • caseSearchApi.searchCases

    This endpoint retrieves cases according to keyword expressions you provide.
    Keyword expressions are constructed according to the rules described below.

    This API supports multiple use cases:

    • Search for multiple keywords Google OR Facebook.
    • Search within particular attributes.
    • Relational search using terms and connectors.
    • And much more.

    Allowed Connectors in Keyword Expressions

    ConnectorDescriptionExample
    ANDFind cases containing each of the terms joined by AND connectors.personal AND injury
    ORFind cases containing any of the terms joined by OR connectors.order OR decision
    NOTFind cases that do not contain the specified term.personal AND NOT injury. Find cases with the word “personal” and not “injury”.
    “[phrase]”Find the exact phrase placed between the quotation marks."personal injury”
    ~Find cases in which the specified words appear near each other. For example, "personal injury" ~ 5 targets cases in which the word "personal" appears within 5 words of the word "injury".“personal injury” ~ 5 - Find cases with “personal” within five words of “injury”.
    ( … )Specifies the order in which connectors are to be appliied in a keyword expression.personal AND (injury OR fall) - Find cases with the word personal injury or personal fall.



    Fields and Connectors Searching

    FiledDescriptionExample
    caseNumberFind cases with the specified case number (i.e., docket number).caseNumber:"2020-L-007212" - Find cases whose case number matches given case number number.
    caseNameFind cases with the specified case title.caseName:"THOMAS P. CARNEY, INC. VS BEHLER JAMES Et Al" - Find cases whose case name matches given terms.
    CourtFind cases in the specified court.(Court:(name:(New York))) - Find cases in New York state.
    CaseStatusFind cases witih the specified case status.(CaseStatus:(name:Disposed)) - All disposed cases.
    CaseTypeFind cases of the specified case type.(CaseType:(name:Property)) - Cases with case type “property”.
    PartyFind cases involving the specified party.(Party:(name:Apple)) - Find cases involving Apple.
    partyIdFind cases involving a party with the specified partyId value.(Party:(partyId:"PRTYgu1ffe866484c2"))
    PartyRoleFind cases in which at least one party has the specified party role.(Party:((PartyRole:(name:"plaintiff")))) - Find cases with party role “plaintiff”.

    (Party:((PartyRole:(name:defendant)) AND (AttorneyRepresentationType:(name:(Attorney represented))))) - Find cases where a party is acting as defendant and represented by an attorney.
    AttorneyRepresentationTypeFind cases in which at least one party has the specified attorney representation type.(Party:(AttorneyRepresentationType:(name:"attorney represented"))) - Find cases where a party is represented by an attorney.
    AttorneyFind cases involving the specified attorney.(Attorney:(name:"David Boies")) - Find cases involving the attorney David Boies.
    AttorneyTypeFind cases involving at least one attorney of the specified attorney type.(Attorney:((AttorneyType:(name:"Lead Attorney"))))
    JudgeFind cases involving the specified judge.(Judge:(name:"Posner")) - Find cases involving Judge Posner.
    JudgeTypeFind cases involving at least one judge of the specified judge type.(Judge:((JudgeType:(name:"Magistrate"))))
    CaseStatsFind cases with the specified case statistics.(CaseStats:(partyCount:[10 TO 100])) - Find cases involving 10 to 100 parties.
    (CaseStats:(attorneyCount:[2 TO 40])) - Find cases involving 2 to 40 attorneys.
    (CaseStats:(judgeCount:[* TO 2])) - Find cases involving up to 2 judges.
    (CaseStats:(docketEntryCount:[10 TO 100])) - Find cases having 10 to 100 docket_entries.
    (CaseStats:(allCaseDocumentCount:[10 TO 100])) - Find cases having 10 to 100 documents.
    filedDateFind cases that were filed on the specified date or within the specified date range.filedDate:[2020-03-15 TO 2021-12-01] - Find the most recently filed cases between March 15, 2020 and December 1, 2021 (inclusive).
    lastFetchDateFind cases in which UniCourt last checked for updates on the specified date or within the specified date range.(lastFetchDate:[now-60d TO *]) - Find cases that were updated by UniCourt in the last 60 days.
    lastFetchDateWithUpdatesFind cases in which UniCourt last detected an update on the specified date or within the specified date range.(lastFetchDateWithUpdates:[now-6d TO *]) - Find cases for the changes found on court site in last 6 days.
    participantsLastFetchDateFind cases in which information cocnerning participants was last updated on the specified date or within the specified date range.(participantsLastFetchDate:[now-6d TO *]) - Find cases where the participant's information was updated in last 6 days.
    DocketEntryFind cases in which at least one docket entry contains the specified text.(DocketEntry:(text:(Motion to Compel Responses) AND docketEntryDate:[2020-01-01T00:00:00 TO 2020-05-01T00:00:00])) - Find cases with docket text “Motion to Compel Responses” and action date between 2020-01-01 and 2020-05-01.
    docketEntryDateFind cases in which at least one docket entry was made on the specified date or within the specified date range.(DocketEntry:(docketEntryDate:[2020-01-01T00:00:00 TO 2020-05-01T00:00:00])) AND (CaseStats:(allCaseDocumentCount:[0 TO 10])) - Find cases with docket action date between 2020-01-01 and 2020-05-01 having up to 10 documents associated with it.
    HearingDateFind cases with at least one hearing scheduled for the specified date or within the specified date range.(Hearing:(hearingDate:[now TO now+10d])) - Find cases where hearing is scheduled in next 10 days.
    HearingDateSearch for cases where hearing is going to happen in 10 to 20days.(Hearing:(hearingDate:[now+10d TO now+20d])) - Find cases where hearing is scheduled in next 10 to 20 days.
    JurisdictionGeoFind cases in which the law of the specified state governs.(JurisdictionGeo:(state:"New York"))- Find cases where Jurisdiction is New York state.
    Party Address ExistsFind cases with Party addresses.(Party:(Contact:(Address:(stateName:*))))- Returns only those cases that have addresses for parties.
    DocumentFind cases with specific document name and preview is available for the document.(CaseDocument:(name:"civil case cover sheet" AND isPreviewAvailable:true))- Returns cases with document civil case cover sheet and preview is available.



    Party Sub Filter Examples

    ExampleExplanation
    (Party:(name:google AND (PartyRole:(name:"plaintiff"))))Find cases involving at least one plaintiff whose name contains the term "Google".
    (Party:(name:"OTELIA PEREIDA" AND (AttorneyRepresentationType:(name:"Attorney represented")))) AND (Attorney:(name:"Law Offices of Todd M Friedman"))Find cases where the Party is OTELIA PEREIDA and is represented by the attorney Law Offices of Todd M Friedman.

    All query parameters supported for this API can be found in below schema section. Schema --> CaseSearchQueryObject

  • caseSearchApi.searchCasesById

    Retrieve the search results corresponding to the specified caseSearchId value.

  • caseTrackingApi.getCaseTrackById

    Retrieve case tracking information for the specified caseId value.

  • caseTrackingApi.getCaseTracks

    Retrieve a list of all tracked cases.

  • caseTrackingApi.removeCaseTrackById

    Remove Case Track for a specific Case Id.

  • caseTrackingApi.trackCase

    Track the specified case.

  • caseUpdateApi.getCaseUpdateByCaseId

    Retrieve case updates for the specified case object.

  • caseUpdateApi.getCaseUpdates

    Retrieve case updates for the specified date.

  • caseUpdateApi.updateCase

    Request case updates for the specified case.

  • courtAvailabilityApi.getCourtCoverage

    Gets Court Coverage of all courts.

  • courtStandardsApi.getAppealCourtsForCourt

    Returns Appeal Court Objects for given courtId.

  • courtStandardsApi.getAreaOfLaw

    AreaOfLaw Object for the given AreaOfLaw Id.

  • courtStandardsApi.getAreasOfLaw

    Returns AreaOfLaw Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> AreaOfLawQueryObject

  • courtStandardsApi.getAttorneyRepresentationType

    Returns Attorney Representation Type Object for the given attorneyRepresentationTypeId.

  • courtStandardsApi.getAttorneyRepresentationTypes

    Returns Attorney Representation Type Objects.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below Schema section. Schema --> AttorneyRepresentationTypeQueryObject

  • courtStandardsApi.getAttorneyType

    Attorney Type Object for given Attorney Type Id.

  • courtStandardsApi.getAttorneyTypes

    Returns Attorney Type Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below Schema section. Schema --> AttorneyTypeQueryObject

  • courtStandardsApi.getCaseClass

    Case Class for the given Case Class Id.

  • courtStandardsApi.getCaseRelationshipType

    Case Relationship Type Object for the given caseRelationshipTypeId.

  • courtStandardsApi.getCaseRelationshipTypes

    Returns Case Relationship Type Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CaseRelationshipTypeQueryObject

  • courtStandardsApi.getCasesClass

    Returns Case Class information.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CaseClassQueryObject

  • courtStandardsApi.getCasesStatus

    Returns Case Status Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below Schema section. Schema --> CaseStatusQueryObject

  • courtStandardsApi.getCaseStatus

    Case Status Object for given Case Status Id.

  • courtStandardsApi.getCaseStatusGroup

    CaseStatusGroup information for the given Id.

  • courtStandardsApi.getCaseStatusGroups

    Returns Case Status Group Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CaseStatusGroupQueryObject

  • courtStandardsApi.getCaseType

    CaseType Object for the given Case Type Id.

  • courtStandardsApi.getCaseTypeGroup

    Returns CaseType Group for the given CaseType Group Id.

  • courtStandardsApi.getCaseTypeGroups

    Returns CaseTypeGroup Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CaseTypeGroupQueryObject

  • courtStandardsApi.getCaseTypes

    Returns Case Type information.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CaseTypeQueryObject

  • courtStandardsApi.getCauseOfAction

    CauseOfAction Object for the given causeOfActionId.

  • courtStandardsApi.getCauseOfActionAdditionalData

    CauseOfActionAdditionalData Object for the given causeOfActionAdditionalDataId.

  • courtStandardsApi.getCauseOfActionGroup

    CauseOfActionGroup Object for the given causeOfActionGroupId.

  • courtStandardsApi.getCausesOfAction

    Returns CauseOfAction Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CauseOfActionQueryObject

  • courtStandardsApi.getCausesOfActionAdditionalData

    Returns CauseOfActionAdditionaData Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CauseOfActionAdditionalDataQueryObject

  • courtStandardsApi.getCausesOfActionGroup

    Returns CauseOfActionGroup Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CauseOfActionGroupQueryObject

  • courtStandardsApi.getCharge

    Charge Object for the given chargeId.

  • courtStandardsApi.getChargeAdditionalData

    Charge Additional Data Object for the given chargeAdditionalDataId.

  • courtStandardsApi.getChargeDegree

    ChargeDegree Object for the given chargeDegreeId.

  • courtStandardsApi.getChargeGroup

    Charge Group Object for the given chargeGroupId.

  • courtStandardsApi.getChargeGroups

    Returns Charge Group Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> ChargeGroupQueryObject

  • courtStandardsApi.getCharges

    Returns Charge Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> ChargeQueryObject

  • courtStandardsApi.getChargesAdditionalData

    Returns ChargeAdditionalData Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> ChargeAdditionalDataQueryObject

  • courtStandardsApi.getChargesDegree

    Returns ChargeDegree Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> ChargeDegreeQueryObject

  • courtStandardsApi.getChargeSeverity

    ChargeSeverity Object for the given chargeSeverityId.

  • courtStandardsApi.getChargesSeverity

    Returns ChargeSeverity Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> ChargeSeverityQueryObject

  • courtStandardsApi.getCourt

    Returns court information for given courtId.

  • courtStandardsApi.getCourtLocation

    Contains the Court Location Object.

  • courtStandardsApi.getCourtLocations

    Returns the Courthouse Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CourtLocationQueryObject

  • courtStandardsApi.getCourtLocationsForCourt

    Contains the Court Location Object for given courtId.

  • courtStandardsApi.getCourts

    Returns the court information.

    Logical Operators

    ConnectorDescriptionExample
        | **AND** |Find data containing all connected terms.|**google AND facebook**|

    | OR |Find data containing any connected term.| order OR decision| | NOT |Exclude data.| google NOT apple.| | “[phrase]” |Find an exact phrase.| "Google Inc” | | ( … ) |Parenthesis may be used to group sets of terms of connectors.| google (facebook OR apple).|

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CourtQueryObject

  • courtStandardsApi.getCourtServiceStatus

    Court Service Status Object for the given courtServiceStatusId.

  • courtStandardsApi.getCourtsForCourtLocation

    Returns Associated Court for given Court Location.

  • courtStandardsApi.getCourtsForJurisdictionGeo

    Returns Associated Court for given Jurisdiction Geo.

  • courtStandardsApi.getCourtsServiceStatus

    Returns Court Service Status Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CourtServiceStatusQueryObject

  • courtStandardsApi.getCourtSystem

    Contains the Court System object.

  • courtStandardsApi.getCourtSystems

    Returns the Court System Object.

    Logical Operators

    ConnectorDescriptionExample
        | **AND** |Find data containing all connected terms.|**google AND facebook**|

    | OR |Find data containing any connected term.| order OR decision| | NOT |Exclude data.| google NOT apple.| | “[phrase]” |Find an exact phrase.| "Google Inc” | | ( … ) |Parenthesis may be used to group sets of terms of connectors.| google (facebook OR apple).|

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CourtSystemQueryObject

  • courtStandardsApi.getCourtType

    Contains the Court Type Object.

  • courtStandardsApi.getCourtTypes

    Returns the Court Type Object.

    Logical Operators

    ConnectorDescriptionExample
        | **AND** |Find data containing all connected terms.|**google AND facebook**|

    | OR |Find data containing any connected term.| order OR decision| | NOT |Exclude data.| google NOT apple.| | “[phrase]” |Find an exact phrase.| "Google Inc” | | ( … ) |Parenthesis may be used to group sets of terms of connectors.| google (facebook OR apple).|

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> CourtTypeQueryObject

  • courtStandardsApi.getJudgeType

    Judge Type Object for the given judgeTypeId.

  • courtStandardsApi.getJudgeTypes

    Returns Judge Type Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> JudgeTypeQueryObject

  • courtStandardsApi.getJurisdictionGeo

    Returns the Jurisdiction Geo Object for given Jurisdiction Geo Id.

  • courtStandardsApi.getJurisdictionGeoForCourt

    Returns Jurisdiction Geo Objects for given courtId.

  • courtStandardsApi.getJurisdictionsGeo

    Returns the Jurisdiction Geo Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> JurisdictionGeoQueryObject

  • courtStandardsApi.getPartyRole

    Returns Party Role Object for given Party Role Id.

  • courtStandardsApi.getPartyRoleGroup

    Returns Party Role Group Object for given Party Role Group Id.

  • courtStandardsApi.getPartyRoleGroups

    Returns Party Role Group Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> PartyRoleGroupQueryObject

  • courtStandardsApi.getPartyRoles

    Returns Party Role Object.

    Logical Operators

    ConnectorDescriptionExample
    ANDFind data containing all connected terms.google AND facebook
    ORFind data containing any connected term.order OR decision
    NOTExclude data.google NOT apple.
    “[phrase]”Find an exact phrase."Google Inc”
    ( … )Parenthesis may be used to group sets of terms of connectors.google (facebook OR apple).

    All Filter Query parameters supported for this API can be found in below schema section. Schema --> PartyRoleQueryObject

  • judgeAnalyticsApi.getNormAttorneysAssociatedWithNormJudge

    Returns a list of attorneys associated with a judge.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtLocationId IN ("COLOOY8WTHDBLL0eWv","COLOItKA5pBVovpQSZ")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple Ids AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all attorneys associated with judge with norm id NJUDT7jCZyFNeLGpRq of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • judgeAnalyticsApi.getNormJudgeById

    The Judge API allows you to look up Judge Details by normJudgeId.

  • judgeAnalyticsApi.getNormLawFirmsAssociatedWithNormJudge

    Returns a list of Law Firms a Judge has heard.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtLocationId IN ("COLOOY8WTHDBLL0eWv","COLOItKA5pBVovpQSZ")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple Ids AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all Law Firms associated with judge with norm id NJUDT7jCZyFNeLGpRq of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • judgeAnalyticsApi.getNormPartiesAssociatedWithNormJudge

    Returns a list of Parties A Judge has seen.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtLocationId IN ("COLOOY8WTHDBLL0eWv","COLOItKA5pBVovpQSZ")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple Ids AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all Parties associated with judge with norm id NJUDT7jCZyFNeLGpRq of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • judgeAnalyticsApi.searchNormalizedJudges

    All query parameters supported for this API can be found in below schema section. Schema --> NormJudgeSearchQueryObject

  • judgeAnalyticsApi.searchNormalizedJudgesById

    All query parameters supported for this API can be found in below schema section. Schema --> NormJudgeSearchQueryObject

  • lawFirmAnalyticsApi.getNormAttorneysAssociatedWithNormLawFirm

    Returns a list of Attorneys associated to a Law Firm.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple Ids AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all attorneys associated with LawFirm with norm id NORGrPmQyLdx9NGHcT of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • lawFirmAnalyticsApi.getNormJudgesAssociatedWithNormLawFirm

    Returns list of Judges faced by the Law Firm.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple Ids AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all judges associated with LawFirm with norm id NORGrPmQyLdx9NGHcT of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • lawFirmAnalyticsApi.getNormLawFirmById

    The Law Firm API allows you to look up Law Firms by normLawFirmId.

  • lawFirmAnalyticsApi.getNormPartiesAssociatedWithNormLawFirm

    Returns list of Parties represented by the Law Firm.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTV4vCEaKrhystBz")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all parties associated with LawFirm with norm id NORGrPmQyLdx9NGHcT of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • lawFirmAnalyticsApi.searchNormalizedLawFirms

    All query parameters supported for this API can be found in below schema section. Schema --> NormLawFirmSearchQueryObject

  • lawFirmAnalyticsApi.searchNormalizedLawFirmsById

    All query parameters supported for this API can be found in below schema section. Schema --> NormLawFirmSearchQueryObject

  • pacerApi.allCourtsPacerCaseLocatorCaseSearch

    PACER Case Locator Case Search API for All Courts.

  • pacerApi.allCourtsPacerCaseLocatorPartySearch

    PACER Case Locator Search API for All Courts.

  • pacerApi.appealCourtsPacerCaseLocatorCaseSearch

    PACER Case Locator Case Search API for Appeal Courts.

  • pacerApi.appealCourtsPacerCaseLocatorPartySearch

    PACER Case Locator Party Search API for Appeal Courts.

  • pacerApi.bankruptcyCourtsPacerCaseLocatorCaseSearch

    PACER Case Locator Case Search API for Bankruptcy Courts.

  • pacerApi.bankruptcyCourtsPacerCaseLocatorPartySearch

    PACER Case Locator Party Search API for Bankruptcy Courts.

  • pacerApi.civilCourtsPacerCaseLocatorCaseSearch

    PACER Case Locator Case Search API for Civil Courts.

  • pacerApi.civilCourtsPacerCaseLocatorPartySearch

    PACER Case Locator Party Search API for Civil Courts.

  • pacerApi.criminalCourtsPacerCaseLocatorCaseSearch

    PACER Case Locator Case Search API for Criminal Courts.

  • pacerApi.criminalCourtsPacerCaseLocatorPartySearch

    PACER Case Locator Party Search API for Criminal Courts.

  • pacerApi.importPacerCaseByCourtUsingCaseNumber

    Importing a Case in PACER using the court id and case number.

    Workflow: 
    	1.This API will return the Find Case results from the court site in a form of array of UniCourt Case Objects. These case objects will consists only Meta information of the case if not already present in the UniCourt Database. 
    	2.To get the full updated case information one will have to request the caseUpdate API by passing the caseId. 
    Note: 
    	1.Charges for Find Case in District, Bankruptcy and National Courts is free. Find case for Appeal Courts will be charged at minimum rate of $0.1. The fee charged by the court for find case can be found in the response of this API in the field courtFee. 
    	2.The results of the search has less Meta information in case objects compared to the Meta information of cases found using the PCL search APIs.
  • pacerApi.multiDistrictCourtsPacerCaseLocatorCaseSearch

    PACER Case Locator Case Search API for MultiDistrict Courts.

  • pacerApi.multiDistrictCourtsPacerCaseLocatorPartySearch

    PACER Case Locator Party Search API for MultiDistrict Courts.

  • pacerCredentialApi.addPacerCredential

    Register PACER credentials with UniCourt.

  • pacerCredentialApi.getPacerCredential

    List registered PACER credentials.

  • pacerCredentialApi.getPacerCredentialById

    Retrieve the PACER credentials for the specified PACER username.

  • pacerCredentialApi.removePacerCredentialById

    De-register the PACER credentials for the specified PACER username.

  • partyAnalyticsApi.getNormAttorneysAssociatedWithNormParty

    Returns a list of Attorneys the Party has been represented by.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTqrgr5iFOXfIBmk")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all attorneys associated with Party with norm id NORGrPmQyLdx9NGHcT of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • partyAnalyticsApi.getNormJudgesAssociatedWithNormParty

    Returns a list of Judges the party has faced.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTqrgr5iFOXfIBmk")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all judges associated with Party with norm id NORGrPmQyLdx9NGHcT of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • partyAnalyticsApi.getNormLawFirmsAssociatedWithNormParty

    Returns a list of Law Firms the Party has been represented by.

    Terms and Connectors

    ConnectorSchemaDescriptionExample
    ANDFind analytics containing all connected terms. The word AND does not have to be capitalized.courtId:"CORTV4vCEaKrhystBz" AND courtLocationId:"COLO6b82CkRqS846hx"
    IN()Allows you to specify multiple values, for a limit of up to 10.courtId IN ("CORTKQiA4LJuv54tEj","CORTqrgr5iFOXfIBmk")
    courtIdMultiple Ids AllowedFind Analytics for a particular Court Object.courtId:"CORTV4vCEaKrhystBz"
    courtSystemIdMultiple Ids AllowedFind Analytics for a particular Court System Object.courtSystemId:"COSYACHBdMewtaG5DY"
    courtTypeIdMultiple Ids AllowedFind Analytics for a particular Court Type Object.courtTypeId:"COTPm8jjc2PAydpFhq"
    courtLocationIdMultiple Ids AllowedFind Analytics for a particular Court Location Object.courtLocationId:"COLO6b82CkRqS846hx"
    caseTypeIdMultiple Ids AllowedFind Analytics for a particular Case Type Object.caseTypeId:"CTYPATMYyaJekdgj2c"
    caseTypeGroupIdMultiple Ids AllowedFind Analytics for a particular Case Type Group Object.caseTypeGroupId:"CTYG8gZ6hPRKhhYi4Y"
    areaOfLawIdMultiple Ids AllowedFind Analytics for a particular Area Of Law Object.areaOfLawId:"AOFL2UxEWfVmTPMyqf"
    caseClassIdMultiple Ids AllowedFind Analytics for a particular Case Class Category Object.caseClassId:"CSCLNjbKTN7Yfo2wdb"
    partyRoleIdMultiple Ids AllowedFind Analytics for a particular Party Type Object.partyRoleId:"PTYRiP8nMgPxBsPc5i"
    partyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Party Type Group Object.partyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    attorneyPartyRoleIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Object.attorneyPartyRoleId:"PTYRiP8nMgPxBsPc5i"
    attorneyPartyRoleGroupIdMultiple Ids AllowedFind Analytics for a particular Attorney Party Type Group Object.attorneyPartyRoleGroupId:"PTYGBnjxbx6tKNfVEP"
    caseFiledDateSingle AllowedFind Analytics within a particular date range.caseFiledDate:[2018-05-08T00:00:00+00:00TO2019-05-08T00:00:00+00:00]
    JurisdictionGeoMultiple filters AllowedFind Analytics within a particular Jurisdiction Geo.(JurisdictionGeo:(state:"California"))
    confidenceScoreSingle AllowedFind Analytics for a given ConfidenceScoreconfidenceScore>=0.5
    bestMatchSingle AllowedTrue if the normEntity has the highest Confidence Score of all possible normEntitiesbestMatch:true

    Example Query

    Query to get all lawfirms associated with Party with norm id NORGrPmQyLdx9NGHcT of all cases with case type id CTYPATMYyaJekdgj2c and case filed date between Jan 1st, 2017 to Nov 30th,2021
    q=caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]

  • partyAnalyticsApi.getNormPartyById

    The Party Details API allows you to look up Parties by normPartyId.

  • partyAnalyticsApi.searchNormalizedParties

    All query parameters supported for this API can be found in below schema section. Schema --> NormPartySearchQueryObject

  • partyAnalyticsApi.searchNormalizedPartiesById

    All query parameters supported for this API can be found in below schema section. Schema --> NormPartySearchQueryObject

  • usageApi.getBillingCycles

    An endpoint to obtain information on the previous 12 billing cycles.

  • usageApi.getBillingUsageByBillingCycle

    An endpoint to obtain information on API usage for a specific billing cycle.

  • usageApi.getDailyUsageByDate

    An endpoint to obtain information on API usage for a specific day.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools