# Links Endpoint: GET /api/v1/trends/links Version: 1.0 Security: ## Response 200 fields (application/json): - `url` (string,null, required) URL being referenced - `title` (string,null) Title of the linked resource - `description` (string,null) Description of the linked resource - `icon` (string,null) Favicon URL - `image` (string,null) Preview image URL - `imageAlt` (string,null) Alt text for the preview image - `publisher` (object,null) Information about the website/provider - `publisher.name` (string,null) - `publisher.url` (string,null) - `publisher.logo` (string,null) - `publisher.type` (string,null) - `oembedHtml` (string,null) HTML snippet to embed the link (from oEmbed), e.g., an iframe - `createdAt` (string, required) When the card data was fetched/created Example: "2022-03-10T16:15:50Z" - `expiresAt` (string,null) When the card data should be considered stale Example: "2022-03-10T16:15:50Z"