- May 8, 2015
- 967
- 934
- 211
What is this all about? To make it simple, a Representational State Transfer (REST) API defines a set of functions to which the developers can perform requests and receive responses. The interaction is performed via the Hypertext Transfer Protocol(HTTP). That is why REST API can be used practically for any programming language.
Our easy-to-use REST API allows managing a number of features, namely:
We’re constantly improving our services so this list will grow over time. All URLs in our REST API have the following base URL:
Colorcodes: Officially documented API Call | Undocumented API Call
Our easy-to-use REST API allows managing a number of features, namely:
- Retrieving server status information
- Retrieving server usage statistics
- Retrieving complete Teamspeak weblist
- Querying latest server and client versions
- Querying remote channels and clients
- Downloading remote icons
We’re constantly improving our services so this list will grow over time. All URLs in our REST API have the following base URL:
Code:
https://api.planetteamspeak.com/
Colorcodes: Officially documented API Call | Undocumented API Call
API Function Calls:
Last edited: