Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Model S REST API

This site may earn commission on affiliate links.
Quick question. Is there any RSS feed or something else I can query to find out the latest firmware thats being pushed.
I know how to get whats installed on the car, but more interested in whats new and being pushed. I could try and scrape ev-fw but would be nice if there was an RSS or REST API that I can call.
 
  • Like
Reactions: wschenk
Quick question. Is there any RSS feed or something else I can query to find out the latest firmware thats being pushed.
I know how to get whats installed on the car, but more interested in whats new and being pushed. I could try and scrape ev-fw but would be nice if there was an RSS or REST API that I can call.

Not that I know, I use this once a day (and display it on my Desktop with conky):

Code:
lynx -useragent=mozilla --dump "http://ev-fw.com/tesla/track-reports.php?notabs" | egrep -A10 "(build-day|model-countries)"