{
  "x402Version": 2,
  "id": 15189,
  "slug": "15189",
  "resource": "https://twit-api-production-de12.up.railway.app/users/by/username",
  "description": "Look up a Twitter/X user profile by their screen name. Returns full profile data including id, name, username, bio, follower count, following count, tweet count, verification status, and profile image URL. Query param: username (string, required) - Twitter screen name without @, e.g. GET /users/by/username?username=elonmusk. Returns X v2 API-compatible JSON.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "api",
      "discoverable": true,
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "username": "elonmusk"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "description": "Running bitcoin.",
              "id": "9253672",
              "name": "Hal Finney",
              "public_metrics": {
                "followers_count": 134000,
                "following_count": 200,
                "like_count": 300,
                "tweet_count": 600
              },
              "username": "halfin",
              "verified": false
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "username": {
                    "description": "Twitter screen name without @",
                    "type": "string"
                  }
                },
                "required": [
                  "username"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "twitter",
        "x",
        "social",
        "user",
        "profile",
        "lookup",
        "username",
        "screen-name",
        "followers",
        "bio",
        "verification",
        "agent",
        "x402"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "twit-api-production-de12.up.railway.app",
  "lastUpdated": "2026-05-28T19:54:09.885Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-29T01:43:57.967Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "twit-api-production-de12.up.railway.app",
    "manifest_name": "twit-api-production-de12.up.railway.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}