Drone Server REST API

Bearer-token authenticated REST API exposed by every Drone server. Endpoints under /api/ for repos, builds, cron, secrets, users, templates, logs and queue status. Default port 8080.

API entry from apis.yml

apis.yml Raw ↑
aid: drone-ci:rest
name: Drone Server REST API
description: Bearer-token authenticated REST API exposed by every Drone server. Endpoints under /api/
  for repos, builds, cron, secrets, users, templates, logs and queue status. Default port 8080.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://docs.drone.io/api/
baseURL: http://<drone-server>:8080/api
tags:
- REST
- Builds
- Repos
- Secrets
- Cron
- Templates
properties:
- type: Documentation
  url: https://docs.drone.io/api/
- type: APIReference
  url: https://docs.drone.io/api/overview
- type: SDKGo
  url: https://github.com/drone/go-scm
- type: SDKNode
  url: https://github.com/drone/drone-node