---
title: "Retrieve the Android binary information for a given version and channel name."
method: GET
path: "/v2/android-binaries/{version}/channels/{channelName}"
tags: ["Metadata"]
---

# Retrieve the Android binary information for a given version and channel name.

`GET /v2/android-binaries/{version}/channels/{channelName}`

## Path parameters

- `version` string, required
- `channelName` string, required

## Response `200`

OK

- RobloxClientSettingsApiModelsResponseAndroidBinaryResponse — Contains information about an Android Binary Module for a given channel. including its module name, the names of its libraries, and whether the channel supports Android binaries.
  - `moduleName` string — The name of the Android Binary Module.
  - `libraryNames` RobloxClientSettingsApiModelsResponseAndroidBinaryLibraryNames — Contains the names of the libraries in an Android Binary Module.
    - `engine` string — Name of the engine library.
  - `supportsAndroidBinaries` boolean — True if the channel supports android binaries. False otherwise.

---

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