fast-speedtest-api icon indicating copy to clipboard operation
fast-speedtest-api copied to clipboard

How and from where to get token for fast.com ?

Open RuteshRathod opened this issue 4 years ago • 12 comments

RuteshRathod avatar Dec 11 '20 04:12 RuteshRathod

@RuteshRathod please read the [Readme] (https://github.com/branchard/fast-speedtest-api#how-to-get-app-token-)

EinfachAleks avatar Dec 24 '20 04:12 EinfachAleks

What is the return data type from this api?

aishtiaq7 avatar May 07 '21 01:05 aishtiaq7

there is no url look like that https://api.fast.com/netflix/speedtest?https=true&token=&urlCount=5

fapjsc avatar Aug 25 '21 03:08 fapjsc

request url look like that https://ipv4-c066-lax009-ix.1.oca.nflxvideo.net/speedtest/range/0-0?c=tw&n=3462&v=16&e=1629866522&t=4mWjY9z6obz0YrVyqbxEKS_2GPUlA_5CQ8AK3Q

fapjsc avatar Aug 25 '21 03:08 fapjsc

Bro, did you get the app token?? Even I can't find it

shehjad-dev avatar Sep 22 '21 10:09 shehjad-dev

api.fast.com doesn't exist in the Network tab. I've got a similar one tot he one posted by @fapjsc , and tried to use the t=xyz part as the token but that doesn't work. Anybody else managed to find the token?

AdeTheux avatar Oct 28 '21 14:10 AdeTheux

there is no url look like that https://api.fast.com/netflix/speedtest?https=true&token=&urlCount=5

Do i need to update the token???

Can i use one token for unlimited requests??

zoobibackups avatar Nov 10 '21 11:11 zoobibackups

That's because there are too many requests. So you can't find the URL in the Network tab when you open the fast.com website. Please try to click the Pause button under the text Mbps. Clear the requests in the Network tab. When you click the Restart button, you will see the first request URL like https://api.fast.com/netflix/speedtest?xxx. (You can pause it again if you like)

abla00 avatar Nov 26 '21 07:11 abla00

@branchard Does this token expire? I noticed I get the same token (YXNkZmFzZGxmbnNkYWZoYXNkZmhrYWxm) on multiple sessions. I'm wondering if it's a viable solution to reuse the same token in my project

xTEddie avatar Jan 11 '22 22:01 xTEddie

Hey people for the onces who can't find the token, in my case the URL doesn't look like at how the readme says, but I realized that is in the first request in the network tab in the first property that says "Request URL", so click on it, and in the "Header" Tab you will see the URL that the readme file says. you will find the token there. just read carefully.

Saidkco avatar Mar 29 '22 20:03 Saidkco

@branchard Does this token expire? I noticed I get the same token (YXNkZmFzZGxmbnNkYWZoYXNkZmhrYWxm) on multiple sessions. I'm wondering if it's a viable solution to reuse the same token in my project

Same question

njho avatar Aug 28 '22 16:08 njho

fast.com and go the devTools -> sources -> app.js -> search for token in the code and u will get it

drissbejgana avatar Nov 10 '23 10:11 drissbejgana