Free tool for lawyers

Case Status Widget

Display live case status on your law firm website. Clients see updates without needing to log in anywhere.

1

Add the script once in your page

<script src="https://www.statusdosar.ro/widget.js"></script>

Place it before the </body> tag of your page.

2

Add a div with the case number

<div data-statusdosar="1234/56/2024"></div>

Replace 1234/56/2024 with your actual case number. You can add multiple divs for multiple cases.

3

Result — the widget looks like this

Dosar
1234/56/2024
Judecătoria Sectorului 1 București
Fond — în curs de judecată
Actualizat: 10.04.2025
Vezi complet pe StatusDosar.ro →
statusdosar.ro

Widget automatically adapts to the dark/light theme of your visitor's browser if you use the data-theme attribute.

Complete embed code

Copy and paste into your website's HTML:

<!-- Widget status dosar — StatusDosar.ro -->
<div data-statusdosar="NUMĂR_DOSAR"></div>
<script src="https://www.statusdosar.ro/widget.js"></script>

Replace NUMĂR_DOSAR with the actual case number (format: 1234/56/2024).

JSON API (for developers)

Prefer a fetch-based integration? Use the JSON endpoint directly:

GET https://www.statusdosar.ro/widget/dosar/json?nr=1234/56/2024
{
  "numar": "1234/56/2024",
  "instanta": "Judecătoria Sectorului 1 București",
  "stadiu": "Fond — în curs de judecată",
  "ultima_mod": "10.04.2025",
  "url": "https://statusdosar.ro/instante/...",
  "sursa": "portal.just.ro via StatusDosar.ro"
}

Rate limit: 10 requests/minute per IP. Returns 404 if the case is not found or not public.

Monitor all your cases automatically

Get instant notifications, integrated legal calendar, time tracking and invoicing for law firms.

See features for lawyers