.de Domain Price Comparison

Find the cheapest registration, renewal, and transfer prices for .de domains across major registrars. Compare prices from 7 registrars with an average registration price of $7.91.

porkbun
Best Registration
Registration
$2.90
#1 best price
Renewal
$4.07
#2 best price
Transfer
$5.10
#3 best price
5-Year Total
$19.18
#2 best value
above-com
Best Renew Best Value
Registration
$4.20
#3 best price
Renewal
$3.24
#1 best price
Transfer
$3.24
#1 best price
5-Year Total
$17.16
#1 best value
Registration
$4.12
#2 best price
Renewal
$4.12
#3 best price
Transfer
$4.12
#2 best price
5-Year Total
$20.60
#3 best value
Registration
$6.04
#4 best price
Renewal
$6.04
#4 best price
Transfer
$5.81
#4 best price
5-Year Total
$30.20
#4 best value
Registration
$8.49
#5 best price
Renewal
$8.49
#5 best price
Transfer
$8.49
#5 best price
5-Year Total
$42.45
#5 best value
Registration
$9.00
Renewal
$15.00
Transfer
$12.75
5-Year Total
$69.00
#6 best value
Registration
$20.59
Renewal
$20.59
Transfer
$-
5-Year Total
$102.95
#7 best value

.de Domain API Integration Examples

Integrate .de domain pricing into your application with our Domain Intelligence API. All examples use real data from our database of 7 registrars.

Learn more about the API

Find the 5 Cheapest Registrars for .de Domains

Get the top 5 most affordable registrars for .de registration via API. Compare prices instantly without visiting multiple websites.

curl "https://api.tldspy.com/api/v1/client/prices/cheapest?tlds=de&limit=5" \
  -H "X-API-Key: YOUR_API_KEY"
View API Response

            {
  "results": {
    "de": {
      "cheapest_register": [
        {
          "rank": 1,
          "registrar_name": "porkbun",
          "registrar_key": "porkbun",
          "register_price": 2.9,
          "renew_price": 4.07,
          "total_cost_5_year": 19.18
        },
        {
          "rank": 2,
          "registrar_name": "dynadot",
          "registrar_key": "dynadot",
          "register_price": 4.12,
          "renew_price": 4.12,
          "total_cost_5_year": 20.6
        },
        {
          "rank": 3,
          "registrar_name": "above-com",
          "registrar_key": "above-com",
          "register_price": 4.2,
          "renew_price": 3.24,
          "total_cost_5_year": 17.16
        },
        {
          "rank": 4,
          "registrar_name": "truehost",
          "registrar_key": "truehost",
          "register_price": 6.04,
          "renew_price": 6.04,
          "total_cost_5_year": 30.2
        },
        {
          "rank": 5,
          "registrar_name": "ovhcloud",
          "registrar_key": "ovhcloud",
          "register_price": 8.49,
          "renew_price": 8.49,
          "total_cost_5_year": 42.45
        }
      ],
      "registrar_count": 7
    }
  },
  "meta": {
    "total_tlds": 1,
    "tier": "basic"
  }
}
          

Compare .de Renewal Prices Across Top Registrars

Compare renewal costs for .de domains across leading registrars. Avoid surprise price increases by checking long-term costs.

curl "https://api.tldspy.com/api/v1/client/prices?tlds=de&registrars=above-com,porkbun,dynadot" \
  -H "X-API-Key: YOUR_API_KEY"
View API Response

            {
  "results": {
    "de": {
      "above-com": {
        "register_price": 4.2,
        "renew_price": 3.24,
        "transfer_price": 3.24,
        "last_updated": "2026-02-19T23:08:17.080Z"
      },
      "porkbun": {
        "register_price": 2.9,
        "renew_price": 4.07,
        "transfer_price": 5.1,
        "last_updated": "2026-02-19T23:08:17.080Z"
      },
      "dynadot": {
        "register_price": 4.12,
        "renew_price": 4.12,
        "transfer_price": 4.12,
        "last_updated": "2026-02-19T23:08:17.080Z"
      }
    }
  },
  "stats": {
    "total_tlds": 1,
    "time_elapsed": "1.2ms",
    "last_updated": "2026-02-19T23:08:17.080Z"
  }
}
          

See Which Registrars Sell .de Domains

Discover all 7 registrars offering .de registration with current pricing.

curl "https://api.tldspy.com/api/v1/client/registrars/tld/de?include_prices=true" \
  -H "X-API-Key: YOUR_API_KEY"
View API Response

            {
  "tld": "de",
  "registrar_count": 7,
  "registrars": [
    {
      "name": "porkbun",
      "key": "porkbun",
      "website_url": "https://tldspy.com/registrar/porkbun",
      "prices": {
        "register": 2.9,
        "renew": 4.07,
        "transfer": 5.1
      }
    },
    {
      "name": "dynadot",
      "key": "dynadot",
      "website_url": "https://tldspy.com/registrar/dynadot",
      "prices": {
        "register": 4.12,
        "renew": 4.12,
        "transfer": 4.12
      }
    },
    {
      "name": "above-com",
      "key": "above-com",
      "website_url": "https://tldspy.com/registrar/above-com",
      "prices": {
        "register": 4.2,
        "renew": 3.24,
        "transfer": 3.24
      }
    },
    {
      "name": "truehost",
      "key": "truehost",
      "website_url": "https://tldspy.com/registrar/truehost",
      "prices": {
        "register": 6.04,
        "renew": 6.04,
        "transfer": 5.81
      }
    },
    {
      "name": "ovhcloud",
      "key": "ovhcloud",
      "website_url": "https://tldspy.com/registrar/ovhcloud",
      "prices": {
        "register": 8.49,
        "renew": 8.49,
        "transfer": 8.49
      }
    }
  ],
  "message": "Full list available via API"
}
          

Ready to integrate domain pricing?

Get your API key and access real-time pricing for 2,100+ TLDs across 50+ registrars.

.de Domain Registration Guide

Price Analysis

The .de domain extension currently has 7 registrars offering registration services. The average registration price is $7.91.

  • Cheapest registration: $ 2.90 at porkbun
  • Best renewal rate: $ 3.24 at above-com
  • Best 5-year value: $ 17.16 at above-com

Registration Tips

When registering a .de domain, consider these factors:

  • Compare both registration and renewal prices
  • Check the registrar's reputation and features
  • Consider long-term costs if planning to keep the domain
  • Look for bundled services (hosting, email, SSL)