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

# Get Metadata for Language Interface File

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

Use this endpoint to retrieve metadata for a given language interface file and release.

## 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

## Headers

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

## Response `200`

Successful response.

- ResponseMetadataInterface
  - `FileName` string
  - `Release` string
  - `FileSize` string
  - `Language` string
  - `Architecture` string
  - `MD5` string
  - `SHA1` string
  - `SHA256` 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)
