Skip to main content
POST
/
api
/
kipris
/
trials
/
search
/kipris/trials/search
curl --request POST \
  --url https://api.anysite.io/api/kipris/trials/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "query": "battery",
  "title": "<string>",
  "case_number": "2021101002323",
  "application_number": "<string>",
  "request_date_from": "20210101",
  "request_date_to": "<string>",
  "sort": "relevance"
}
'
[
  {
    "id": "<string>",
    "@type": "@kipris_trial",
    "case_number": "<string>",
    "court": "<string>",
    "trial_type": "<string>",
    "trial_stage": "<string>",
    "right_type": "<string>",
    "title": "<string>",
    "summary": "<string>",
    "application_number": "<string>",
    "request_date": "<string>",
    "decision_date": "<string>",
    "result": "<string>",
    "status": "<string>",
    "ipc": [],
    "classification": [],
    "demandant": "<string>",
    "demandant_agent": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Max number of results to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
query
string | null

Free keyword searched across the case

Example:

"battery"

title
string | null

Words in the IP right title

case_number
string | null

Trial / judgment case number

Example:

"2021101002323"

application_number
string | null

Related application number

request_date_from
string | null

Earliest request date (YYYYMMDD)

Example:

"20210101"

request_date_to
string | null

Latest request date (YYYYMMDD)

sort
enum<string>
default:relevance

Result ordering

Available options:
relevance,
request_date

Response

Successful Response

id
string
required
@type
string
default:@kipris_trial
case_number
string | null
court
string | null
trial_type
string | null
trial_stage
string | null
right_type
string | null
title
string | null
summary
string | null
application_number
string | null
request_date
string | null
decision_date
string | null
result
string | null
status
string | null
ipc
string[]
classification
string[]
demandant
string | null
demandant_agent
string | null