---
title: "Download Language Interface File"
method: GET
path: "/Download/Interface/{os}/{language}/{architecture}/{release}/{filename}"
tags: ["Download a Specific File"]
---

# Download Language Interface File

`GET /Download/Interface/{os}/{language}/{architecture}/{release}/{filename}`

Use this endpoint to download language interface files. For example: Address Object .NET wrappers to interface with the DLLs.

After successful submission, you will be redirected to an automatic file download.

## Path parameters

- `architecture` '32BIT' | '64BIT' | 'ANY', required
- `filename` string, required
- `language` 'NET' | 'C' | 'JAVA' | 'PERL' | 'PHP' | 'PHP7' | 'PYTHON' | 'RUBY' | 'PLSQL' | 'MSSQL', required
- `os` 'AIX' | 'ANY' | 'HPUX_IT' | 'HPUX_PA' | 'LINUX' | 'SOLARIS' | 'WINDOWS' | 'ZLINUX', required
- `release` string, required

## Query parameters

- `id` unknown, 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/revisions/482c99a1e704/schema)
