openapi: 3.2.0 info: title: stream-api Meta.json?num Trends API version: '1.1' servers: - url: https://api.massrelevance.com security: - sec0: [] tags: - name: Meta.json?num Trends paths: /{account}/{streamName}/meta.json?num_trends: get: summary: Get number of topics description: Retrieves the number of topics (buckets). operationId: get-number-of-hashtags-returned parameters: - name: account in: path schema: type: string required: true - name: streamName in: path schema: type: string required: true - name: num_trends in: query schema: type: integer format: int32 default: 5 responses: '200': description: '200' content: text/plain: examples: Result: value: Coming Soon deprecated: false security: [] tags: - Meta.json?num Trends components: securitySchemes: sec0: type: oauth2 flows: clientCredentials: tokenUrl: https://example.com/oauth2/token scopes: {} x-readme: headers: [] explorer-enabled: false proxy-enabled: true x-readme-fauxas: true