Add a USCIS processing-time badge to your site
A small, free badge showing the processing time USCIS currently posts for the form and office you choose. It reflects our weekly capture of USCIS data, always shows the date of that capture, and flags itself when a new capture hasn't landed.
Latest capture: August 31, 2026. The attribution link is optional — you can remove it below.
Preview
Option A — iframe tag
Works anywhere, including editors that don't allow scripts.
<iframe src="https://arrivelegal.com/api/badge?form=i-102&lang=en" width="360" height="185" style="border:0;max-width:100%" title="USCIS processing time — Arrive Legal" loading="lazy"></iframe>Option B — script tag
Same as option A, but the badge sizes its own height.
<script src="https://arrivelegal.com/embed.js" data-form="i-102" data-lang="en" async></script>