https://github.com/abdo9616/donnysavageapidocumentationguide.github.io
DonnySavage Bot API Documentation
https://github.com/abdo9616/donnysavageapidocumentationguide.github.io
api api-rest discord-bot docs documentation restful-api
Last synced: about 2 months ago
JSON representation
DonnySavage Bot API Documentation
- Host: GitHub
- URL: https://github.com/abdo9616/donnysavageapidocumentationguide.github.io
- Owner: Abdo9616
- Created: 2025-06-19T20:25:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-20T11:50:35.000Z (4 months ago)
- Last Synced: 2026-02-20T15:54:56.310Z (4 months ago)
- Topics: api, api-rest, discord-bot, docs, documentation, restful-api
- Language: HTML
- Homepage: https://abdo9616.github.io/DonnySavageApiDocumentationGuide.github.io/
- Size: 720 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DonnySavage Bot API Documentation
Programmatic access to Discord bot functionality and server data via REST API.
## 🔑 Authentication
- **API Key Generation**:
Use Discord command:
`/auth generate-key service="Your Service Name"`
- **Header Requirement**:
`x-api-key: YOUR_API_KEY`
- **Base URL**:
`http://bot.api.donnysavagebot.publicvm.com/`
- **Learn More**: [Full Documentation](https://abdo9616.github.io/DonnySavageApiDocumentationGuide.github.io/)
## 🚀 Getting Started
1. Generate API key via Discord command
2. Test authentication:
```bash
curl.exe -H "x-api-key: YOUR_API_KEY" http://bot.api.donnysavagebot.publicvm.com/api/secure-data