Getting Started with the API

The EasyTLDs REST API provides programmatic access to TLD pricing data.

Authentication

All API requests require an API key. You can authenticate in three ways:

  1. Query parameter:?api_key=YOUR_KEY
  2. Header:X-API-Key: YOUR_KEY
  3. Bearer token:Authorization: Bearer YOUR_KEY

Creating an API key

  1. Log in to your account.
  2. Go to the user menu → API (or visit /dashboard/api).
  3. Click Create New Key.
  4. Copy and securely store your key — it is only shown once.

Example request

curl "https://easytlds.com/api/v1/prices/io?api_key=YOUR_KEY"

This returns registration, renewal, and transfer prices for .io across all tracked registrars.

PreviousUsing the WHOIS Lookup ToolNextPlans & Pricing