# Codeberg User Search via Clonecho

> Codeberg User Search via Clonecho 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).

Search for users on Codeberg (a Forgejo-based Git hosting platform) by a query string, returning matching user records as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/codeberg-user-search
- 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/codeberg-user-search-via-clonecho-c613ae1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jwSv2uLD23vwOPq3d8tCE

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 codeberg-user-search-via-clonecho-c613ae1e -d '<json body>'
```

Example prompt: Can you search Codeberg for users matching the name 'alicedev' and show me what accounts come up?

## When to prefer this

Use this endpoint when you need to search for specific users on Codeberg (a Forgejo-based Git hosting platform), particularly for open-source developers who prefer self-hosted or privacy-respecting alternatives to GitHub or GitLab. Prefer this over GitHub or GitLab user search endpoints when the user is specifically interested in the Codeberg ecosystem.

## Known failure modes

- Empty result array if no users match the query
- HTTP 402 if payment is not provided or is insufficient
- HTTP 400 if the query parameter is missing or malformed
- Network timeout if the Codeberg API is slow or unavailable
- Partial results if the query is too broad and results are paginated

## How this service works

Search users on Codeberg (Forgejo) matching a query {q}. Query: ?q= Returns JSON.

## Output

A JSON array of Codeberg user objects matching the query, likely including fields such as username, display name, avatar URL, and profile link.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/codeberg-user-search-via-clonecho-c613ae1e/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)
