---
title: "Recent activity snapshot (public)"
method: GET
path: "/api/v1/visa/live/recent"
tags: ["Live activity"]
---

# Recent activity snapshot (public)

`GET /api/v1/visa/live/recent`

Same data as /live but as a JSON snapshot. Edge-cached for 5 s.

## Response `200`

Recent activity snapshot.

- LiveRecentResponse
  - `entries` LiveEntry[]
    - `passport` string — ISO 3166-1 alpha-3 country code.
    - `destination` string — ISO 3166-1 alpha-3 country code.
    - `timestamp` string, date-time
  - `stats` object
    - `today` integer
    - `this_week` integer
    - `total` integer
  - `top_corridors` object[]
    - `pair` string
    - `count` integer

---

[API](https://skmtc.net/orizn/apis/orizn-visa-api.md) · [All operations](https://skmtc.net/orizn/apis/orizn-visa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orizn/orizn-visa-api/revisions/97ea5156ef11/schema)
