# Get all countries and regions information for the store **GET /V1/directory/countries** Get all countries and regions information for the store. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Responses ### 200 200 Success. #### Body: (array[object]) - **id** (string) The country id for the store. - **two_letter_abbreviation** (string) The country 2 letter abbreviation for the store. - **three_letter_abbreviation** (string) The country 3 letter abbreviation for the store. - **full_name_locale** (string) The country full name (in store locale) for the store. - **full_name_english** (string) The country full name (in English) for the store. - **available_regions** (array[object]) Region Information interface. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Directory\Api\Data\CountryInformationInterface ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)