Utilities
List Countries
Retrieve the full list of countries supported by the Nexudus platform, including culture codes and ISO identifiers.
GET
List Countries
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
List Countries
Returns all countries supported by the Nexudus platform. Used by address and profile forms across the portal to populate country dropdowns and map culture codes to display names.Authentication
No authentication required. This is a public endpoint.Query Parameters
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Countries.Name,Countries.TwoDigitsCode.Response
Array of country objects.
Numeric identifier for the country.
Display name of the country in English.
ISO 3166-1 alpha-2 two-letter country code (e.g.
"GB", "US", "DE").BCP 47 culture/locale string for the country (e.g.
"en-GB", "en-US", "de-DE").Example Response
TypeScript Integration
Usage in Portal
| Context | Source file |
|---|---|
| Profile / address country picker | src/views/profile/ |
| Checkout country selector | src/views/checkout/ |
| Virtual Office form | src/views/virtualOffice/ |
Error Responses
Unexpected server-side error. Retry with exponential back-off.
Related Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/public/businesses/current | Get the current location |
GET | /api/public/configuration | Get portal configuration |
List Countries