pbs_api
Retrieve Australian Pharmaceutical Benefits Scheme (PBS) data on medicines, pricing, and availability through API endpoints. Use this tool to access information programmatically.
Instructions
Access the Australian Pharmaceutical Benefits Scheme (PBS) API to retrieve information about medicines, pricing, and availability.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | Yes | The specific PBS API endpoint to access (e.g., "prescribers", "item-overview") | |
method | No | HTTP method to use (GET is recommended for most PBS API operations) | GET |
params | No | Query parameters to include in the request (e.g., {"get_latest_schedule_only": "true"}) | |
subscriptionKey | No | Custom subscription key (if not provided, the default public key will be used) | |
timeout | No | Request timeout in milliseconds |