ICANN Accredited Registrar Since 2006

Buy and Register Your .SN Domain Today

Check .SN domain availability, prepare the required Senegal contact or representative information, search names in bulk, or transfer an eligible .SN domain to NiceNIC. Built for businesses, organizations, education, culture, local services, and international brands serving Senegal.

.sn
Market $197.99 $131.99 first year
Basic $105.99 20% off
Super $96.99 27% off
VIP $87.99 33% off

Before ordering, confirm the holder and Senegal contact requirements. Contact NiceNIC support for registration guidance.

Why choose NiceNIC for .SN

A restricted national domain needs accurate contacts and the right namespace.

NiceNIC helps customers organize eligible .SN applications, supporting information, local contact details, DNS, renewals, transfers, bulk lists, and reseller workflows.

💰

Crypto Payment Support

Add funds and pay for domain services using supported crypto options such as USDT, BTC, ETH, and LTC. Automated crypto deposit recording helps account balances update quickly after successful confirmation, with no extra NiceNIC processing fee for automated deposits.

👥

Real Human Support

NiceNIC provides real human support, not only scripted replies. Our team can review your domain needs, explain practical options, and give account-level, transfer, bulk registration, and reseller suggestions to help your domain business grow.

🛡️

Fair Abuse Review Process

NiceNIC does not take arbitrary action against domains. Abuse reports are reviewed based on available evidence, policies, and registry requirements, with domain owners guided to review, fix, or explain reported issues where appropriate.

🌐

2,500+ Domain Extensions

Manage .SN together with 2,500+ domain extensions from one NiceNIC account, including country-code, generic, and new domain extensions. This helps businesses, investors, and resellers build global domain coverage more efficiently.

🗺️

47+ Website Languages

NiceNIC supports 47+ website languages, creating a multilingual registrar experience for international users and teams. This makes domain registration, renewal, transfer, account management, and support easier across different markets.

🔗

Reseller API for Domain Services

For hosting providers, agencies, platforms, and domain resellers, NiceNIC supports reseller API access for domain registration, renewal, transfer, DNS, account-level pricing, and custom nameserver services.

.SN Market Intelligence · Q1 2026

.SN gives websites a clear Senegalese digital identity.

The .SN country-code domain supports Senegalese businesses, organizations, education, culture, public-interest projects, and personal use through direct and descriptive namespaces. Registration is restricted and requires careful attention to holder and local-contact information.

📊 .SN count snapshot 11.8K

Current public DomainTools count snapshot.

🌍 Share of ccTLDs 0.008%

Approximate share of the Q1 2026 ccTLD market.

📍 Administrative contact Senegal

The published charter requires the administrative contact to be established in Senegal.

Q1 2026 TLD Market Distribution

This view places .SN within the wider domain market using DNIB Q1 2026 figures and a public TLD count snapshot.

.SN11.8K
Other ccTLDs146.3M
New gTLDs49.6M
Established gTLDs196.6M
Source note: DNIB Q1 2026 market figures and DomainTools public TLD count data. Values are rounded and visually scaled for customer education.

Why .SN works for Senegal-focused websites

It gives eligible projects a clear Senegalese identity.

Direct and descriptive namespaces

The naming charter covers .SN and purpose-based spaces including .COM.SN, .ORG.SN, .EDU.SN, .ART.SN, .GOUV.SN, .UNIV.SN, and .PERSO.SN.

Local administrative connection

The published charter requires an administrative contact established in Senegal and gives foreign applicants a local-representative or accreditation-letter route.

One-year renewable term

The naming charter describes a one-year registration period that renews subject to the charter and the registrar agreement.

.SN Registration Count Snapshot Through 2026

Selected West African ccTLDs are compared using one DomainTools public count snapshot.

.CI
14.9K
.ML
12.8K
.SN
11.8K
.GH
4.9K
.TG
4.2K
Source note: DomainTools public TLD count snapshot. All bars use the same source and counting approach; values are rounded for customer education.

Public Premium .SN Domain Sales Examples

Public .SN resale records are limited, but matching company names, Senegalese brands, cultural projects, and clear local service names can provide strong long-term identity for eligible buyers.

Source note: Buyer value for .SN is usually driven by Senegal relevance, eligibility fit, name clarity, category choice, brand protection, and sustained local use.
Choose the right .SN service

Different .SN applicants need different namespace choices.

Choose the direct or descriptive namespace that matches the applicant, activity, supporting documents, and Senegal contact arrangement.

For Senegalese businesses

Use .SN or .COM.SN for companies, stores, professional services, platforms, and customer websites.

  • Choose the matching namespace
  • Use accurate company details
  • Maintain a Senegal contact

For organizations and culture

Consider .ORG.SN or .ART.SN for associations, public-interest projects, artists, and cultural initiatives.

  • Prepare supporting documents
  • Explain the organization type
  • Protect the public identity

For education and individuals

Use the relevant education or personal namespace when the applicant meets its specific conditions.

  • Confirm category eligibility
  • Use the correct holder type
  • Plan annual renewal

For foreign brands and agencies

Coordinate a local representative or accreditation letter and organize eligible names for Senegal-focused use.

  • Arrange the local contact
  • Collect application evidence
  • Use bulk and reseller tools
Domain transfer

Move .SN domains to a registrar built for safe domain management.

If you already own .SN domains elsewhere, transfer decisions should not be based only on one renewal invoice. Check transfer eligibility, ownership access, billing reliability, support response time, API needs, and long-term domain management.

1 Unlock the domainConfirm the domain is not transfer-locked at the current registrar.
2 Get the Auth Code / EPP codeRequest the authorization code from the current registrar before starting the transfer.
3 Submit the transfer through NiceNICStart the transfer, complete payment, and monitor transfer approval status.
Bulk domain registration

Search and register multiple .SN domains.

Paste multiple .SN names, remove duplicates, review the count, and continue to bulk registration. This is useful for domain investors, brand teams, agencies, hosting providers, and resellers.

Enter domains or brand keywords

Enter one name per line, with or without .SN. The tool removes duplicates and prepares a clean list for bulk registration.

Reseller API

Add domain registration to your own platform.

If your business sells hosting, websites, SaaS, agency services, or brand protection packages, NiceNIC reseller APIs can support domain registration, renewal, transfer, DNS, and account management.

Automated registration: create domain orders from your own platform.
Renewal operations: reduce manual follow-up and missed renewal risk.
Custom name servers: support branded hosting and DNS operations.
Wholesale structure: build margin with a registrar relationship designed for recurring operations.
# NiceNIC API v2 endpoint
# Applies to supported domain extensions, including .com, .net, .org, ccTLDs, and new gTLDs
https://api.nicenic.net/v2/

# Required headers
Authorization: username:api_secret
Content-Type: application/json

# Check domain availability across multiple extensions
curl "https://api.nicenic.net/v2/?category=domain&action=check&domains=example.com,example.net,mybrand.org" \
  -H "Authorization: username:api_secret" \
  -H "Content-Type: application/json"

# Get registration / renewal / transfer pricing for any supported extension
curl "https://api.nicenic.net/v2/?category=domain&action=get_price&domain=example.com&type=register&year=1" \
  -H "Authorization: username:api_secret" \
  -H "Content-Type: application/json"

# Change the domain value to query another TLD:
# example.com, example.net, example.org, example.ai, example.co

# Standard response format
{
  "code": 0,
  "msg": "success",
  "data": {}
}

Questions before you register or transfer a .SN?

Check .SN applicant eligibility, Senegal contact requirements, namespace choices, and supporting documents before ordering.

What is a .SN domain and who manages it?

.SN is the country-code top-level domain for Senegal. IANA lists Université Cheikh Anta Diop through CURI – NIC Sénégal as the ccTLD manager.

Is .SN registration restricted?

Yes. WIPO’s current ccTLD information identifies .SN registration as restricted, and the published naming charter sets applicant, local-contact, namespace, and documentation requirements.

Who can apply for a .SN domain?

The published charter allows natural persons and legal entities. Natural persons must be adults with an address in Senegal, and a legal entity acts through an authorized administrative contact.

Do I need a contact in Senegal?

Yes. The charter requires the administrative contact to be established in Senegal. A foreign applicant must appoint a representative established in Senegal or provide an accreditation letter to the registration provider.

Which .SN namespace should I choose?

The charter lists direct .SN and descriptive spaces including .COM.SN for commercial entities, .ORG.SN for organizations, .EDU.SN for education, .ART.SN for culture, .GOUV.SN for government, .UNIV.SN for public higher education, and .PERSO.SN for individuals.

What documents can the registry request?

Supporting evidence depends on the selected namespace and requested label. The provider and NIC Sénégal may verify applicant identity, activity, naming rights, local contacts, and other information before approval or during later checks.

How long is a .SN registration?

The published naming charter describes a one-year registration period that is renewable subject to compliance with the charter and the agreement with the registration provider.

Can I transfer or manage several .SN domains?

Yes, subject to registry requirements. Start a transfer through the NiceNIC transfer page, or use the bulk workflow for multiple eligible names.

Is .SN suitable for agencies and reseller platforms?

Yes. Agencies can use NiceNIC account tools and reseller API services, while local-contact and document checks may still require manual coordination.

Secure the .SN name before someone else does.

Register a new .SN, transfer an existing domain, or upgrade your account level for bulk registration and reseller API use.

Copyright © 2006-2026 NICENIC INTERNATIONAL GROUP CO., LIMITED All Rights Reserved