# Nationalities Get list of nationalities with basic information. Endpoint: GET /nationalities Version: 2.0.0 Security: , ## Query parameters: - `limit` (integer) Limit number of records returned in response. - `sort_by` (string) Specify column to sort records by. - `sort_order` (string) Specify order for sorting. Enum: "asc", "desc" - `page` (integer) Specify page number to retrieve records of a particular page. - `active` (integer) Get only active records in response. ## Response default fields