# Health - Immunizations Immunization records are dynamic records that we provide information about in our Entry Requirements for different destinations. \ \ You may use this endpoint to know possible immunizations that are currently available. \ It may also be useful in searching for destinations based on these immunizations (eg: using .../api/v2/destinations endpoint). Endpoint: GET /health/immunizations Version: 2.0.0 Security: , ## Response 200 fields (application/json): - `immunizations` (array) - `immunizations.code` (string) The code value shouldn't change for an immunization and can be used to identify immunizations. \ However, kindly note that an immunization may be removed at any time. Example: "immunization_code" - `immunizations.name` (string) Example: "Immunization Name" - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response.