Contributors Docs
HomeDiscord ServerDocs
  • 👋Welcome
  • 🌎Localization
    • Translator infos
    • Calendar Creation
    • Manage translations
  • 💾Useful links
    • Droptop Links
  • 🖼️Media Kit
    • Droptop Media Kit
  • 🔗Droptop API
    • Endpoints
      • Changelog endpoints
      • Community Apps endpoints
      • Community Themes endpoints
      • Droptop endpoints
Powered by GitBook
On this page

Was this helpful?

  1. Droptop API

Endpoints

The list of possible endpoints

PreviousDroptop Media KitNextChangelog endpoints

Last updated 9 months ago

Was this helpful?

🔗

Returns the list of enpoints

get

Returns the list of enpoints

Responses
200
Successful operation
application/json
get
GET /v1/ HTTP/1.1
Host: api.droptopfour.com
Accept: */*
200

Successful operation

[
  {
    "method": "text",
    "path": "https://example.com",
    "description": "text"
  }
]

Returns API version and timestamp

get

Returns API version and timestamp

Responses
200
Successful operation
application/json
get
GET /v1/ping HTTP/1.1
Host: api.droptopfour.com
Accept: */*
200

Successful operation

{
  "version": "text",
  "timestamp": "2025-05-18T10:09:40.814Z"
}
  • GETReturns the list of enpoints
  • GETReturns API version and timestamp