# minia2a Acronym Finder

> minia2a Acronym Finder is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Looks up the full expansion and meaning of an acronym or abbreviation

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-acronym-find
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-acronym-finder-5c92a122
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SAFtmrEBAGn-jORk5f5tP

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 minia2a-acronym-finder-5c92a122
```

Example prompt: What does the acronym 'NATO' stand for? Use the acronym finder to look it up.

## When to prefer this

Use this endpoint when an agent needs to resolve an unfamiliar acronym or abbreviation into its full form and has a single short string to look up. Prefer it over general web search when a quick, structured lookup is needed without parsing unstructured HTML.

## Known failure modes

- Unknown or obscure acronym not in database returns no result or empty response
- Ambiguous acronym with multiple expansions may return only one without context
- Input not recognized as an acronym may yield no meaningful result
- Network or payment authorization failure results in no response

## How this service works

minia2a service: x402-acronym-find

## Output

Returns the full expansion or meaning of the provided acronym, i.e. the complete phrase or name that the short form represents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-acronym-finder-5c92a122/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
