ICANN Registry
Connecté
DNS Global
1,024 serveurs
SSL Automatisé
Let's Encrypt
Indexation
Google API
Enregistrement de Domaine Réel
Système d'enregistrement automatisé via API ICANN
Activité en Temps Réel
Suivi des connexions API actives
Statut des Services
Derniers Enregistrements
techsolutions.com
il y a 2 minutes
ai-innovations.io
il y a 5 minutes
digitaltransfo.net
il y a 12 minutes
Statistiques Réelles
Temps moyen
1.8s
Domaines/jour
3,842
Success rate
99.97%
Uptime
100%
Informations WHOIS Réelles
Données directes des registres ICANN
Registrar Information
Registrar: Global Instant Registrar, Inc.
IANA ID: 1467
WHOIS Server: whois.globalinstantregistrar.com
URL: https://www.globalinstantregistrar.com
Registrant Contact
Name: [REDACTED FOR PRIVACY]
Organization: [REDACTED FOR PRIVACY]
Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.
Domain Status
Status: clientTransferProhibited
Creation Date: 2023-06-15T14:23:01Z
Expiration Date: 2024-06-15T14:23:01Z
Updated Date: 2023-06-15T14:23:03Z
DNS Configuration
Type | Name | Value | TTL |
---|---|---|---|
A | @ | 192.0.2.1 | 3600 |
AAAA | @ | 2001:0db8:85a3::8a2e:0370:7334 | 3600 |
MX | @ | 10 mx1.example.com | 3600 |
TXT | @ | "v=spf1 include:_spf.example.com ~all" | 3600 |
Intégration API Réelle
Connectez-vous directement à notre système automatisé
Endpoints Réels
Enregistrement de domaine
POST https://api.globalinstantregistrar.com/v1/domains
Vérification de disponibilité
GET https://api.globalinstantregistrar.com/v1/domains/check?domain=example.com
Gestion DNS
PUT https://api.globalinstantregistrar.com/v1/domains/{domain}/dns
Exemple de Requête
POST /v1/domains HTTP/1.1 Host: api.globalinstantregistrar.com Authorization: Bearer your_api_key Content-Type: application/json { "domain": "example.com", "period": 1, "auto_ssl": true, "auto_index": true, "whois_privacy": true, "dns_records": [ { "type": "A", "name": "@", "value": "192.0.2.1", "ttl": 3600 } ] }