Liberty Global Applications API

The Applications API from Liberty Global — 2 operation(s) for applications.

Operations 2

GET /applications/{appId}/{appVersion}/{platformName}/{firmwareVersion}/{appBundleName}
GET /{appId}/{appVersion}/{platformName}/{firmwareVersion}/{appBundleName}

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/liberty-global-applications-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

liberty-global-applications-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Liberty Global Applications API
  version: 0.0.1
  description: 'Operations tagged Applications across 2 of this provider''s published API definitions: liberty-global-appstore-bundle-service-openapi.yml, liberty-global-appstore-caching-service-openapi.yml. Each path carries the servers of the definition it was published in.'
tags:
- name: Applications
paths:
  /applications/{appId}/{appVersion}/{platformName}/{firmwareVersion}/{appBundleName}:
    get:
      tags:
      - Applications
      parameters:
      - name: appId
        in: path
        required: true
        schema:
          type: string
      - name: appVersion
        in: path
        required: true
        schema:
          type: string
      - name: platformName
        in: path
        required: true
        schema:
          type: string
      - name: firmwareVersion
        in: path
        required: true
        schema:
          type: string
      - name: appBundleName
        in: path
        required: true
        schema:
          type: string
      - name: x-request-id
        in: header
        required: true
        schema:
          type: string
      responses:
        202:
          description: Bundle generation request accepted
        404:
          description: Application not found in AppStore Metadata Service
        400:
          description: Invalid request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
        default:
          description: Unexpected error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
  /{appId}/{appVersion}/{platformName}/{firmwareVersion}/{appBundleName}:
    get:
      tags:
      - Applications
      parameters:
      - name: appId
        in: path
        required: true
        schema:
          type: string
      - name: appVersion
        in: path
        required: true
        schema:
          type: string
      - name: platformName
        in: path
        required: true
        schema:
          type: string
      - name: firmwareVersion
        in: path
        required: true
        schema:
          type: string
      - name: appBundleName
        in: path
        required: true
        schema:
          type: string
      - name: x-request-id
        in: header
        required: false
        schema:
          type: string
      responses:
        200:
          description: Requested file
        202:
          description: Bundle generation request accepted
        404:
          description: Application not found in AppStore Bundle Service
        400:
          description: Invalid request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse_2'
        500:
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse_2'
        default:
          description: Unexpected error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse_2'
components:
  schemas:
    ErrorResponse:
      title: ErrorResponse
      required:
      - error
      type: object
      properties:
        error:
          required:
          - details
          - httpStatusCode
          - message
          type: object
          properties:
            httpStatusCode:
              type: integer
              format: int32
            message:
              type: string
            details:
              type: string
            correlationId:
              type: string
    ErrorResponse_2:
      title: ErrorResponse
      required:
      - error
      type: object
      properties:
        error:
          required:
          - details
          - httpStatusCode
          - message
          type: object
          properties:
            httpStatusCode:
              type: integer
              format: int32
            message:
              type: string
            details:
              type: string
x-refined-from:
- liberty-global-appstore-bundle-service-openapi.yml
- liberty-global-appstore-caching-service-openapi.yml