# GlobalRules - Australia Medication Import Rules

> GlobalRules - Australia Medication Import Rules is a paid API for AI agents from globalrules-api.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the medication import rules for Australia, including restrictions, allowed quantities, and documentation requirements for travelers.

## Facts

- Endpoint: GET https://globalrules-api.onrender.com/api/v1/country/AU/medication_import_rules
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalrules-australia-medication-import-rules-1a6cfdd4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_25NrQkBKWb0nQCd0qak7U

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 globalrules-australia-medication-import-rules-1a6cfdd4
```

Example prompt: What are the medication import rules for Australia — can I bring my prescription drugs with me when traveling there?

## When to prefer this

Use this endpoint when you need a single, verified, country-specific fact about medication import rules for Australia without needing to scrape government websites or parse lengthy regulatory documents. It is ideal for travel assistants, compliance tools, or itinerary planners that need a quick structured answer about one country's pharmaceutical customs rules. Prefer this over general web search when you want a pre-verified, machine-readable response at low cost.

## Known failure modes

- Country not in the 106-country dataset returns a 404 or empty result
- Field not available for the requested country returns null or an error
- Stale data if the underlying verified source has not been recently refreshed
- Service unavailability on Render.com free tier (cold starts, downtime)
- Payment failure via x402 protocol resulting in 402 response before data is returned

## How this service works

One specific fact for one country: VAT/GST rate, public holidays by country, visa requirements for travelers, tipping customs, power plug type, minimum wage, corporate tax, digital nomad visa, customs duty-free allowance and more. 138 countries, 55 fields, verified sources. Example: /api/v1/country/JP/vat

## Output

Returns a structured JSON object containing Australia's official medication import rules, including types of medications that can be brought in, quantity limits, permit or documentation requirements, controlled substance policies, and the date the data was last verified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "country": {
       "type": "string"
      },
      "updated": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalrules-australia-medication-import-rules-1a6cfdd4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalrules-api.onrender.com](https://www.zero.xyz/host/globalrules-api.onrender.com/llms.txt)
