{ "item": [ { "id": "c6b2f59a-1db4-4e54-b9a1-9162b3fa76bb", "name": "Trends", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "7166f19c-3046-4b56-99ce-27dd081bf4be", "name": "Retrieve trending topics for a Where On Earth ID", "request": { "name": "Retrieve trending topics for a Where On Earth ID", "description": {}, "url": { "path": [ "trends", "by", "woeid", ":woeid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "woeid", "description": "(Required) " } ] }, "method": "GET", "auth": null }, "response": [ { "id": "d6535292-360b-403d-9a07-0e6941ad95ea", "name": "Trends for the location", "originalRequest": { "url": { "path": [ "trends", "by", "woeid", ":woeid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "woeid", "description": "(Required) " } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api.x.com/2", "key": "baseUrl" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}" } ] }, "info": { "_postman_id": "549c7d99-bba2-4222-addc-152d86958bbc", "name": "X API v2 Posts Trends API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "The X (formerly Twitter) API v2 provides programmatic access to posts, users,\nspaces, direct messages, lists, and trends. Endpoints derived from the public\nX API v2 introduction documentation at docs.x.com.\n\n\nContact Support:\n Name: X Developer Platform", "type": "text/plain" } } }