What does the Rama Judicial API return?
It returns Colombian judicial cases with case number, court, department, parties, dates and pagination.
POST /v1/co/rama-judicialSearch judicial cases by name or business name across every court in Colombia. Also available by case number and per-case filing lookup.
This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.
namestringreqperson_typeenumactive_onlybooleanpagenumberprocesosarrayprocesos[].idnumberprocesos[].registration_numberstringprocesos[].despachostringprocesos[].departamentostringprocesos[].sujetos_procesalesstringprocesos[].last_action_atstringpaginationobjectIt returns Colombian judicial cases with case number, court, department, parties, dates and pagination.
Yes. Use /v1/co/rama-judicial-actions with the id you get from /v1/co/rama-judicial.
Edit the JSON and submit to see judicial cases from across the country.
curl https://api.usecroma.com/v1/co/rama-judicial \
-H "Authorization: Bearer $CROMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"PEDRO CIFUENTES","person_type":"nat","page":1}'