Czech Visa & Residence Permit Status Tracker
Pricing
$0.01 / actor start
Czech Visa & Residence Permit Status Tracker
Monitor Czech MVČR visa and residence-permit application status by OAM or ŽOV number.
Pricing
$0.01 / actor start
Rating
0.0
(0)
Developer
inovaflow
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Monitor the status of Czech Ministry of Interior (MVČR) visa and residence-permit applications on ipc.gov.cz. Give it one or more reference numbers — get back the exact portal message plus a structured status code, with optional transition events when the status changes between runs.
What you get
For each reference, the Actor captures:
- the full portal message (
uiMessageFull) — exactly as displayed on the portal - the headline (
uiMessage) — good for notification subject lines - the alert kind (
alertKind) —success,warning,danger,info - the state code (
state) — structured identifier from the portal's internal API - a transition event (
event) —appeared,changed,disappeared, orno_change, computed against the previous run
Input
{"referenceNumbers": ["OAM-63880/DP-2025", "OAM-75227-23/ZM-2022", "MINS202603120001"],"emitMode": "changes_only"}
Supports three reference formats: OAM-12345/DP-2025, OAM-12345-6/DP-2025, and 16-character ŽOV numbers like MINS202603120001.
emitMode: changes_only pushes only on transitions (ideal for scheduled monitoring + Slack/email alerts via Apify integrations). always pushes current status every run (ideal for on-demand lookups and dashboards).
Output
{"referenceNumber": "OAM-63880/DP-2025","event": "changed","httpStatus": 200,"alertKind": "success","uiMessage": "A decision has been issued in your case.","uiMessageFull": "A decision has been issued in your case.\nPlease visit the Ministry office to collect your documents.","currentState": { "exists": true, "state": "DECISION_ISSUED", "identification": { "...": "..." } },"previousState": { "exists": true, "state": "IN_PROGRESS" },"checkedAt": "2026-04-20T10:15:00.000Z","raw": { "...": "..." }}
Downloadable as JSON, CSV, Excel, XML, or HTML.
Disclaimer
This Actor checks a public government portal on behalf of the reference-number owner. Only check references you own or have permission to check. Not affiliated with the MVČR.
Built by Inovaflow. Issues and feature requests welcome via the Issues tab.