# Flathub Linux App Metadata Lookup

> Flathub Linux App Metadata Lookup is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns metadata (name, summary, license) for a Linux app on Flathub given its app ID

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/flathub-app
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/flathub-linux-app-metadata-lookup-a67f6b7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zM-zvvREV_Z5hklAtFXZS

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability flathub-linux-app-metadata-lookup-a67f6b7d -d '<json body>'
```

Example prompt: Can you look up the metadata for the Flathub app with ID org.videolan.VLC — I want to know its official name, summary, and license?

## When to prefer this

Use this endpoint when you need to retrieve structured metadata (name, summary, license) for a specific Linux Flatpak app by its Flathub app ID. Prefer this over scraping the Flathub website or using other software registries when the input is a known Flathub app ID.

## Known failure modes

- App ID not found on Flathub — returns empty result or error JSON
- Malformed app ID format — may return 400 or empty response
- Flathub upstream unavailable — may cause timeout or 5xx error
- Payment not processed — x402 payment required error

## How this service works

Flathub Linux app metadata (name, summary, license) for app ID {q}. Query: ?q= Returns JSON.

## Output

A JSON object containing the Flathub app's canonical name, a short summary description, and its software license (e.g. LGPL-2.1, GPL-2.0), keyed by the provided app ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/flathub-linux-app-metadata-lookup-a67f6b7d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
