Documentation

Welcome to the CaneToad API documentation

CaneToad API Documentation

Welcome to the CaneToad API documentation. This API provides programmatic access to Australian mining and geological data.

Quick Start

Get an API Token

Sign in to canetoad.ai and create an API token in your settings.

Make a Request

curl -H "Authorization: Bearer ct_your_token" \
  https://api.canetoad.ai/api/v1/companies

Explore the Data

Browse companies, tenements, reports, and geological data through our REST API.

Available Data

Guides

Core Concepts

Features

  • Multiple Output Formats - JSON, CSV, and TSV for easy integration
  • Pagination - Efficiently paginate through large datasets
  • Filtering - Filter data by various parameters
  • Authentication - Secure token-based authentication
  • Rate Limiting - Fair usage with 1000 requests per hour

Need Help?