---
title: "Passport mobility score (public)"
method: GET
path: "/api/v1/visa/score"
tags: ["Passport scoring"]
---

# Passport mobility score (public)

`GET /api/v1/visa/score`

Composite mobility score and global rank for one passport — factoring
in visa-free / visa-on-arrival / e-visa access, destination diversity
and an economic weighting. Public.

## Query parameters

- `passport` string, required — ISO 3166-1 alpha-3 country code.

## Response `200`

Passport score and breakdown.

- ScoreResponse
  - `passport` string — ISO 3166-1 alpha-3 country code.
  - `score` number
  - `rank` integer
  - `total_accessible` integer
  - `breakdown` object

## Other responses

- `400` — Missing or malformed parameter.
- `404` — No data for the requested resource.

---

[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/versions/15b21ef9b5b0/schema)
