Case Status Widget
Display live case status on your law firm website. Clients see updates without needing to log in anywhere.
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.
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.
Result — the widget looks like this
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