Returns paginated list of all available countries with base pricing (no user discount applied). No authentication required.
Use case. Public catalog for the website landing page. Shows general pricing and stock availability.
Pricing. Prices are base prices before any user discount. For personalized pricing, use GET /accounts (requires authentication).
Filtering. Use country_codes to request specific countries (e.g., US,RU,GB).
Sorting options: price_asc, price_desc, name_asc, name_desc, popularity_asc, popularity_desc.
Filter by country codes. Comma-separated list of ISO 3166-1 alpha-2 codes (e.g., 'US,RU,GB').
^([A-Za-z]{2})(,[A-Za-z]{2})*$"US,RU,GB"
Sort order for accounts.
price_asc, price_desc, name_asc, name_desc, popularity_asc, popularity_desc "price_asc"
Page number.
1 <= x <= 90071992547409911
Number of items per page.
1 <= x <= 15050