# minia2a Avogadro Constant Lookup

> minia2a Avogadro Constant Lookup 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).

Returns the Avogadro constant (6.022×10²³ mol⁻¹) and related physical chemistry data via a paid micro-API endpoint.

## Facts

- Endpoint: GET https://minia2a.uk/x402/avogadro
- 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-avogadro-constant-lookup-2e89b5d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iINQMDNespkqAzwhg45XX

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-avogadro-constant-lookup-2e89b5d8
```

Example prompt: Can you look up the exact value of Avogadro's constant, including its units, using the minia2a avogadro endpoint?

## When to prefer this

Choose this endpoint when you need a programmatic, pay-per-call lookup of the Avogadro constant within an automated agent workflow, especially when using the x402 micropayment protocol and need a lightweight single-constant data source rather than a full scientific constants database.

## Known failure modes

- Missing or malformed 'input' object in request body returns a validation error
- Invalid query parameters cause a 400 bad request
- Payment not provided or insufficient results in a 402 Payment Required response
- Endpoint temporarily unavailable returns a 5xx error

## How this service works

minia2a service: x402-avogadro

## Output

Returns the Avogadro constant value (approximately 6.02214076×10²³ mol⁻¹), likely including the numeric value, its SI unit, and potentially metadata such as uncertainty or the CODATA definition.

## 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-avogadro-constant-lookup-2e89b5d8/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)
