---
title: "Get Available Version Numbers for Binary File"
method: GET
path: "/Releases/Library/{os}/{compiler}/{architecture}/{filename}"
tags: ["Retrieve Available Release Version Numbers"]
---

# Get Available Version Numbers for Binary File

`GET /Releases/Library/{os}/{compiler}/{architecture}/{filename}`

Use this endpoint to retrieve a list of all available releases for a binary file, in the format `YYYY.MM`.

## Path parameters

- `architecture` '32BIT' | '64BIT' | 'ANY', required
- `compiler` 'ACC3' | 'ANY' | 'C' | 'COM' | 'DLL' | 'GCC32' | 'GCC34' | 'GCC41' | 'GCC46' | 'GCC48' | 'GCC83' | 'JAVA' | 'MSSQL' | 'NET' | 'PERL' | 'PHP' | 'PHP7' | 'PLSQL' | 'PYTHON' | 'RUBY' | 'SSIS2005' | 'SSIS2008' | 'SSIS2012' | 'SSIS2014' | 'SSIS2016' | 'SSIS2017' | 'SSIS2019' | 'SSIS2022' | 'WINDOWS' | 'WS12' | 'WS6' | 'XLC12' | 'XLC6', required
- `filename` string, required
- `os` 'AIX' | 'ANY' | 'HPUX_IT' | 'HPUX_PA' | 'LINUX' | 'SOLARIS' | 'WINDOWS' | 'ZLINUX', required

## Query parameters

- `format` 'crLfList' | 'lfList' | 'comma' | 'tab' | 'json' | 'xml'
- `id` unknown, required

## Headers

- `Accept` 'application/json' | '*/*', required
- `Content-Type` 'application/json' | 'application/xml', required

## Response `200`

Successful response.

- string[]

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/melissa/apis/melissa-releases.md) · [All operations](https://skmtc.net/melissa/apis/melissa-releases/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/melissa/melissa-releases/versions/482c99a1e704/schema)
