---
title: "Get levels and versions for country"
method: GET
path: "/{country}"
tags: ["Discovery"]
---

# Get levels and versions for country

`GET /{country}`

Discovery endpoint; get a list of available levels and versions in the API for the specified {country}.

## Path parameters

- `country` string, required

## Response `200`

OK

- object — Levels and versions valid for this country.
  - `dataVersions` string[], required — A list of a countires available versions.
  - `levels` string[], required — A list of a countires available levels.

## Other responses

- `404` — requested resource not found

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
