Teamspeak Get newest version

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
There are multiple ways to get the newest versions, i will list them here.

 

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
Trying to get the official updater file as raw text does not seem to be working well:

Code:
$.ajax({
      type: "GET",
      contentType: "plain/text",
      url: 'http://versions.teamspeak.com/ts3-client-2',
      dataType: "text"
   });

I also tried simply modifying the response headers with a chrome extension with no luck
Code:
Teamspeak Versions Edit Rule Remove Rule
URL Filter:    versions\.teamspeak\.com
Original Type:    application/octet-stream
Replacement Type:    plain/text
Disposition:    inline

With Postman everything is working fine it seems:
Code:
{
    "id": "650420c1-f7fa-120e-2238-ebe1e5a085eb",
    "name": "Teamspeak",
    "description": null,
    "order": [
        "d8eca6e4-d490-5978-a331-99b09e2782be",
        "c532714e-a006-e90e-6ed0-cf31bcbbd765"
    ],
    "folders": [],
    "timestamp": 0,
    "owner": "368737",
    "remoteLink": null,
    "public": false,
    "requests": [
        {
            "id": "c532714e-a006-e90e-6ed0-cf31bcbbd765",
            "headers": "",
            "url": "https://versions.teamspeak.com/ts3-client-2",
            "pathVariables": {},
            "preRequestScript": null,
            "method": "GET",
            "collectionId": "650420c1-f7fa-120e-2238-ebe1e5a085eb",
            "data": null,
            "dataMode": "params",
            "name": "https://versions.teamspeak.com/ts3-client",
            "description": "",
            "descriptionFormat": "html",
            "time": 1459745245205,
            "version": 2,
            "responses": [],
            "tests": null,
            "currentHelper": "normal",
            "helperAttributes": {}
        },
        {
            "folder": null,
            "id": "d8eca6e4-d490-5978-a331-99b09e2782be",
            "name": "https://versions.teamspeak.com/ts3-client",
            "dataMode": "params",
            "data": null,
            "rawModeData": null,
            "descriptionFormat": "html",
            "description": "",
            "headers": "",
            "method": "GET",
            "pathVariables": {},
            "url": "https://versions.teamspeak.com/ts3-client",
            "preRequestScript": null,
            "tests": null,
            "currentHelper": "normal",
            "helperAttributes": {},
            "collectionId": "650420c1-f7fa-120e-2238-ebe1e5a085eb"
        }
    ]
}
 
Last edited:

h1web

VIP
Sep 2, 2015
206
134
131
I've built something with Bash & PHP. This Scripts checks hourly for new versions.
 
Last edited:

h1web

VIP
Sep 2, 2015
206
134
131
If you make some alerts, you can get instant notification whenever a new beta/stable version is out.
 

XRV-Webix

Member
May 2, 2016
111
55
64
For the teamspeak client you are notified when you start it. For the server, if you have a valid license, you are notified by mail... so?
 
Top