Skip to main content
POST
/
api
/
kipris
/
trials
/kipris/trials
curl --request POST \
  --url https://api.anysite.io/api/kipris/trials \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "number": "<string>",
  "timeout": 300
}
'
[
  {
    "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
number
string
required

Trial / judgment case number

Example:

"2021101002323"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

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