View (MVC) One of the elements of the model-view-controller design pattern used for Joomla core components. The view is responsible for generating output sent to the browser by the component. The base API class we use for views is called JView.
API Application programming interface. The published methods for using a set of programs. In Joomla, the API refers to the public methods and fields of all the defined classes, especially ones in the Joomla platform. Because third-party programs rely on the API, it should be changed as infrequently as possible and always with advanced notice.