🌱
dAppling documentation
  • 🌱Introduction
    • Projects and Deployments
      • Import an existing project
    • Add a domain
    • Collaborate
  • Projects
    • Project Dashboard
    • Environment Variables
  • Deployments
    • Git Integrations
      • dAppling for Github
  • Builds
    • Package managers
    • Configure a Build
    • Build Logs
    • Troubleshoot a Build
  • Domains
    • ENS
    • DNS
  • API
    • /domains
    • /domains/{domain}
    • Errors
  • FAQs
  • Community
    • Twitter
    • Github
  • Legacy Docs
    • Getting Started
      • Connect dAppling App
      • dAppling Garden
      • Deploy a New Project
      • Create Deployments
      • Configure Project Settings
      • Verify a Site CID
      • Domain Configuration
      • ENS Configuration
      • Site Analytics
      • Verify Smart Contracts
      • Frameworks
    • Learn
      • Web Hosting
      • Decentralization
      • IPFS
      • IPNS
      • Access Points
        • Domain Name System
        • Ethereum Name Service
Powered by GitBook
On this page
  • Overview
  • API URL
  • Endpoints
  • Authentication
  • Errors

Was this helpful?

API

PreviousDNSNext/domains

Last updated 1 year ago

Was this helpful?

Overview

dAppling has an external API allowing external applications to access dAppling data.

API URL

Endpoints

/domains

The /domain endpoint returns an array of all domain items being tracked by dAppling.

The /domains/{domain} endpoint allows users to query a specific domain to view any nameserver information or changes.

Authentication

Each API request must include the Authorization header containing a unique token.

Example

const myHeaders = new Headers();
myHeaders.append("Authorization", {DAPPLING_AUTH_TOKEN});

Errors

Failure to correctly include the token will result in either a 401 or 403 status code.

This endpoint provides access to the nameserver information dAppling has been .

To access dAppling data, you must authenticate each request using an Authorization token in the header. Contact dAppling Network via if you are interested in accessing the API.

Fun Fact: Scientifically speaking, bananas are berries, while strawberries are not. Berries are defined as fruits coming from one flower with one ovary and typically have several seeds.

🌵
tracking
/domains
/domains/{domain}
Twitter
https://dappling.network/api/v1dappling.network