{
  "name": "GetXAPI",
  "description": "Pay-per-call Twitter / X data API. 47 REST endpoints. No subscription required, no developer account, $0.001 per call.",
  "url": "https://www.getxapi.com",
  "version": "1.0",
  "contact": {
    "email": "bozad@getxapi.com",
    "url": "https://www.getxapi.com/contact"
  },
  "documentation": "https://docs.getxapi.com",
  "pricing": "https://www.getxapi.com/pricing",
  "capabilities": [
    {
      "name": "twitter-data-retrieval",
      "description": "Fetch tweets, user profiles, followers, following, search results, lists, and media via 36 standard read endpoints at $0.001 per call (about 20 tweets per call)."
    },
    {
      "name": "twitter-write",
      "description": "Post tweets, like, retweet, follow, and send direct messages via authenticated write endpoints at $0.002 per call."
    },
    {
      "name": "twitter-articles",
      "description": "Create, publish, edit, and read X Articles via 6 article endpoints (read $0.005, create $0.01)."
    },
    {
      "name": "account-metadata",
      "description": "Two free account endpoints for fetching authenticated user info and payment history."
    }
  ],
  "authentication": {
    "type": "bearer",
    "header": "Authorization",
    "scheme": "Bearer",
    "instructions": "Sign up at https://www.getxapi.com/signup to receive an API key instantly. Pass it as 'Authorization: Bearer API_KEY' to https://api.getxapi.com."
  },
  "rate_limits": {
    "documentation": "https://www.getxapi.com/twitter-api-rate-limits"
  },
  "free_tier": {
    "credit": "$0.10",
    "credit_card_required": false
  },
  "sla": {
    "uptime": "99.9%",
    "response_time_p95": "<2s"
  },
  "sameAs": [
    "https://docs.getxapi.com",
    "https://t.me/bozad69"
  ]
}
