# Retrieve words from the database, based on the starting letter. **GET /pages** Retrieve words from the database, based on the starting letter. The starting letter is based on the first letter of the **English** word. The default offset for each page is currently **10**. ## Servers - Local development API: http://localhost:5000 (Local development API) - Production API: https://api.meddict-vinuni.com (Production API) ## Authentication methods - Api key cookie ## Parameters ### Query parameters - **letter** (string) The starting letter of the words to be retrieved. It must be in **UPPERCASE**. Also, the API will return the total number of words for Frontend to calculate the number of pages. **NOTES**: + The page number is optional. If not provided, the API will return the first page. + The page number starts from 1. - **pages** (integer) The pages that the user wants to retrieve. ## Responses ### 200 OK #### Body: application/json (object) - **total** (integer) - **words** (array[object]) [Powered by Bump.sh](https://bump.sh)