# Arch Linux Package Info Lookup

> Arch Linux Package Info 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-13).

Returns official Arch Linux repository metadata for a package by name

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/arch-linux-package
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/arch-linux-package-info-lookup-a8cc38c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0Rg-4ew0aRQWnfSij8kj3

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 arch-linux-package-info-lookup-a8cc38c3 -d '<json body>'
```

Example prompt: Can you look up the official Arch Linux repository info for the package 'ffmpeg' and tell me the version and description?

## When to prefer this

Use this endpoint when you need structured, programmatic access to official Arch Linux package metadata by package name. Prefer this over scraping the Arch Linux website or using the AUR web interface when you need JSON output suitable for automation, dependency checks, or version comparisons.

## Known failure modes

- Package not found in official Arch Linux repos — returns empty or error JSON
- Missing or empty query parameter q — may return error or null result
- Package name misspelled — no results returned
- Payment not processed — 402 response before data is returned
- Upstream Arch Linux repository API unavailable — service may fail

## How this service works

Official Arch Linux repository package info for name {q}. Query: ?q= Returns JSON.

## Output

A JSON object containing official Arch Linux repository metadata for the queried package name, including version, description, repository name, dependencies, maintainer, and other package details.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/arch-linux-package-info-lookup-a8cc38c3/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)
