---
seo:
  description: >-
    TwexAPI, X/Twitter araması, profiller, takipçi dışa aktarma, tweet
    paylaşımı, DM'ler, X makaleleri ve AI Agent entegrasyonu için
    https://api.twexapi.io…
sidebar:
  label: Overview
title: TwexAPI REST API Referansı
---
TwexAPI, X/Twitter araması, profiller, takipçi dışa aktarma, tweet paylaşımı, DM'ler, X makaleleri ve AI Agent entegrasyonu için `https://api.twexapi.io` üzerinden standart bir REST API sunar.

**Temel Özellikler:**
* **Gelişmiş Tweet Araması (Search)** — Anahtar kelimeler, hashtag'ler, cashtag'ler ve gelişmiş filtreler
* **Tweetler ve Etkileşim (Tweets)** — Tweet zincirleri (Thread), tweet detayları, yanıtlar, beğenen ve retweetleyen kullanıcılar
* **Kullanıcılar ve Sosyal Ağ (Users)** — Profil sorgulama, toplu kullanıcı çekme, imleçli (cursor) sayfalamayla takipçi ve takip edilen listeleri
* **Yazma ve Etkileşim İşlemleri (Tweet Actions)** — Otomatik tweet paylaşımı, yanıtlar, zincir tweet oluşturma, beğenme, retweet, yer işareti
* **Direkt Mesajlar (DM)** — Bire bir DM gönderme, izin kontrolü, konuşma listeleri ve mesaj geçmişi
* **Küresel Trendler (Trending)** — Ülke ve konu bazında popüler trend tweetler
* **X Makaleleri (Articles)** — X makalelerini temiz Markdown olarak ayıklama (LLM RAG sistemleri için ideal), taslak oluşturma ve yayınlama

Tüm uç noktalar tutarlı bir yanıt yapısı (`code: 200`, `msg: "success"`, `data`) döndürür. Ayrıntılar için [Hata Yönetimi Kılavuzu](/tr/guides/error-handling) sayfasına bakın.

## Kimlik Doğrulama (Authentication)

Her istekte API anahtarınızı Authorization başlığında iletin:

```txt
Authorization: Bearer YOUR_API_KEY
```

Yazma işlemleri için ayrıca bir Twitter çerezi veya `auth_token` gereklidir. Ayrıntılar için [Kimlik Doğrulama Kılavuzu](/tr/authentication) sayfasına bakın.

<ApiOverview source="tr-api-reference" />

## Cookie Endpoints

<ApiTagOperations source="tr-api-reference" tag="cookie-endpoints" />

## Search Endpoints

<ApiTagOperations source="tr-api-reference" tag="search-endpoints" />

## Tweet Actions Endpoints

<ApiTagOperations source="tr-api-reference" tag="tweet-actions-endpoints" />

## Users Endpoints

<ApiTagOperations source="tr-api-reference" tag="users-endpoints" />

## Followers & Following Endpoints

<ApiTagOperations source="tr-api-reference" tag="followers-following-endpoints" />

## Tweet Replies Endpoints

<ApiTagOperations source="tr-api-reference" tag="tweet-replies-endpoints" />

## DM Endpoints

<ApiTagOperations source="tr-api-reference" tag="dm-endpoints" />

## Article Endpoints

<ApiTagOperations source="tr-api-reference" tag="article-endpoints" />

## Tweets Endpoints

<ApiTagOperations source="tr-api-reference" tag="tweets-endpoints" />

## Grok Endpoints

<ApiTagOperations source="tr-api-reference" tag="grok-endpoints" />

## Tweet Engagement Endpoints

<ApiTagOperations source="tr-api-reference" tag="tweet-engagement-endpoints" />

## Lists Endpoints

<ApiTagOperations source="tr-api-reference" tag="lists-endpoints" />

## Communities Endpoints

<ApiTagOperations source="tr-api-reference" tag="communities-endpoints" />

## Twitter Profile Actions Endpoints

<ApiTagOperations source="tr-api-reference" tag="twitter-profile-actions-endpoints" />

## Trending Endpoints

<ApiTagOperations source="tr-api-reference" tag="trending-endpoints" />

## Timeline Endpoints

<ApiTagOperations source="tr-api-reference" tag="timeline-endpoints" />

## All Tweets Replies Endpoints

<ApiTagOperations source="tr-api-reference" tag="all-tweets-replies-endpoints" />

## Twitter Account Based in Endpoints

<ApiTagOperations source="tr-api-reference" tag="twitter-account-based-in-endpoints" />

## Twitter User About Endpoints

<ApiTagOperations source="tr-api-reference" tag="twitter-user-about-endpoints" />

## Balance Endpoints

<ApiTagOperations source="tr-api-reference" tag="balance-endpoints" />
