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