Question

Which of these is an API?

(1 point)
Responses

NumPy API

NumPy API

SciPy API

SciPy API

Google Maps API

Google Maps API

C++ API

C++ API
Skip to navigation

1 answer

Among the options listed, "Google Maps API" is the most clear example of an API (Application Programming Interface). While NumPy and SciPy provide functionality that can be accessed in a way that resembles an API, they are more accurately described as libraries or packages in Python, rather than standalone APIs.

So, the correct choice is:

Google Maps API.