openapi: 3.2.0 info: title: Trends New Malwares API version: '1.0' servers: - url: https://api.feedly.com/v3/trends/ security: - sec0: [] tags: - name: New Malwares paths: /new-malwares: get: summary: Trending New Malware description: A guide to extract trending new malware from the Threat Landscape Dashboard. operationId: trending-new-malware responses: '200': description: '200' content: application/json: examples: Result: value: '{}' schema: type: object properties: {} '400': description: '400' content: application/json: examples: Result: value: '{}' schema: type: object properties: {} deprecated: false tags: - New Malwares components: securitySchemes: sec0: type: apiKey in: header name: Authorization x-bearer-format: bearer x-readme: headers: [] explorer-enabled: true proxy-enabled: true x-readme-fauxas: true