Currently the API does not distinguish between Superchargers that are only compatible with Teslas, and those that work with other vehicles (either those with a built-in NACS port or those with an CCS->NACS adapter). This data is available via this json endpoint:
https://www.tesla.com/api/findus/get-locations?country=US&view=map
In it, find the open_to_non_tesla and charging_accessibility fields. The former suffices, but per #310, you can use the charging_accessibility field to distinguish between Superchargers that have a CCS port ("charging_accessibility": "All Vehicles (Production)") and those that need an NACS port/adapter ("charging_accessibility": "NACS Partner Enabled (Production)").
Would be great to see this data added.
Currently the API does not distinguish between Superchargers that are only compatible with Teslas, and those that work with other vehicles (either those with a built-in NACS port or those with an CCS->NACS adapter). This data is available via this json endpoint:
https://www.tesla.com/api/findus/get-locations?country=US&view=map
In it, find the
open_to_non_teslaandcharging_accessibilityfields. The former suffices, but per #310, you can use thecharging_accessibilityfield to distinguish between Superchargers that have a CCS port ("charging_accessibility": "All Vehicles (Production)") and those that need an NACS port/adapter ("charging_accessibility": "NACS Partner Enabled (Production)").Would be great to see this data added.