I am trying to understand web API terminology and noticed that many sites have domains such as api.companyname.com and similar for developers.
I wonder if API endpoints are any interfaces for connecting with a resource such as companyname.com/... (facebook.com/friends, google.com/maps/...), or only those accessed through HTTP requests to special domains such as api.companyname.com (graph.facebook.com/..., maps.googleapis.com/...)?
Answers to this question for example What is an Endpoint? do a good job of explaining what an endpoint is, but do not give specific examples to answer my question.