Number of APIs: 2
GET {{baseUrl}}/languages
Service urls:
http://yourdomain.com/api/rest/languages
OR
http://yourdomain.com/index.php?route=feed/rest_api/languages
GET {{baseUrl}}/languages/:id
Service urls:
http://yourdomain.com/api/rest/languages/{language_id}
OR
http://yourdomain.com/index.php?route=feed/rest_api/languages&id={language_id}
ENDPOINTS