/
/xfetch Public API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 15m ago · Updated 2w ago
/2 Compatibility14
Basic Reads23
  • getGET /v1/trends
  • getGET /v1/search/recent
  • getGET /v1/users/:id
  • getGET /v1/users/by-username/:username
  • getGET /v1/users?ids=...
  • getGET /v1/users/:id/tweets
  • getGET /v1/users/:id/tweets/replies
  • getGET /v1/users/:id/media
  • getGET /v1/users/:id/followers?mode=ids|profiles
  • getGET /v1/users/:id/verified-followers
  • getGET /v1/users/:id/following?mode=ids|profiles
  • getGET /v1/users/relationship?source=...&target=...
  • getGET /v1/tweets/:id
  • getGET /v1/tweets?ids=...
  • getGET /v1/tweets/:id/quotes
  • getGET /v1/tweets/:id/retweeters
  • getGET /v1/lists/:id/tweets
  • getGET /v1/lists/:id/members
  • getGET /v1/lists/:id/subscribers
  • getGET /v1/communities/:id
  • getGET /v1/communities/search
  • getGET /v1/communities/:id/members
  • getGET /v1/communities/:id/moderators
Enriched Reads3
Workflow APIs5
    Basic Reads

    GET /v1/communities/search

    get/v1/communities/search

    Query parameters

    querystring required
    next_tokenstring

    Response

    Successful xfetch workflow response.

    {"stackTrail":"components:schemas:V1Envelope:properties:data","oasType":"schema","type":"unknown"}

    Example response

    {
      "meta": {
        "credits": {
          "charged": 1,
          "remaining": 99
        }
      }
    }

    Changes