> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reposts 엔드포인트 마이그레이션 개요

> 엔드포인트, 파라미터, 제한을 나란히 비교하여 Repost(retweet) 조회, 생성, 삭제를 Standard v1.1에서 X API v2로 마이그레이션하세요.

## X API의 Retweets 엔드포인트 비교

**Retweets 조회**

v2 Retweets lookup 엔드포인트는 standard [v1.1 GET statuses/retweets/:id](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-retweets-id) 및 [v1.1 GET statuses/retweets/:ids](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-retweeters-ids) 엔드포인트를 대체합니다.

다음 표는 standard v1.1과 X API v2 Retweets 엔드포인트를 비교합니다:

| Description                                                                                                                 | Standard v1.1                                               | X API v2                                                                                                                                                                                                                                   |
| :-------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 지원 HTTP 메서드                                                                                                                 | GET                                                         | GET                                                                                                                                                                                                                                        |
| Host domain                                                                                                                 | [https://api.x.com](https://api.x.com)                      | [https://api.x.com](https://api.x.com)                                                                                                                                                                                                     |
| Endpoint path                                                                                                               | /1.1/retweeters/id.json<br /><br />`/1.1/retweets/ids.json` | /2/users/:id/retweeted\_by                                                                                                                                                                                                                 |
| [인증](/resources/fundamentals/authentication)                                                                                | OAuth 1.0a User Context                                     | OAuth 2.0 Bearer Token<br /><br />OAuth 1.0a User Context                                                                                                                                                                                  |
| 기본 요청 [rate limit](/resources/fundamentals/rate-limits)                                                                     | 15분당 75 요청                                                  | App당 15분당 75 요청<br /><br />사용자당 15분당 75 요청                                                                                                                                                                                                 |
| 데이터 형식                                                                                                                      | Standard v1.1 format                                        | [X API v2 format](/x-api/fundamentals/data-dictionary) (fields 및 expansions 요청 파라미터로 결정되며, v1.1 형식과 하위 호환되지 않음)<br /><br />Standard v1.1 형식에서 X API v2 형식으로 마이그레이션하는 방법은 [데이터 형식 마이그레이션 가이드](/x-api/migrate/data-format-migration)를 참고하세요. |
| [Project](/resources/fundamentals/developer-apps)에 연결된 [developer App](/resources/fundamentals/developer-apps)의 자격 증명 사용 필요 |                                                             | ✔️                                                                                                                                                                                                                                         |

### Retweets 관리

다음 표는 standard v1.1과 X API v2 undo Retweet 엔드포인트를 비교합니다:

**게시물 리트윗**

| Description                                                                                                                 | Standard v1.1                                               | X API v2                                                                               |
| :-------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------- | :------------------------------------------------------------------------------------- |
| 지원 HTTP 메서드                                                                                                                 | POST                                                        | POST                                                                                   |
| Host domain                                                                                                                 | [https://api.x.com](https://api.x.com)                      | [https://api.x.com](https://api.x.com)                                                 |
| Endpoint path                                                                                                               | /1.1/statuses/retweet/:id.json                              | /2/users/:id/retweets                                                                  |
| [인증](/resources/fundamentals/authentication)                                                                                | OAuth 1.0a User Context                                     | OAuth 1.0a User Context                                                                |
| 기본 요청 [rate limit](/resources/fundamentals/rate-limits)                                                                     | 없음<br /><br />사용자 및 앱당 3시간 창당 300 요청. POST Tweet 엔드포인트와 공유. | 사용자당 15분당 50 요청<br /><br />사용자 및 앱당 3시간 창당 300 요청. manage Posts용 POST Tweet 엔드포인트와 공유. |
| [Project](/resources/fundamentals/developer-apps)에 연결된 [developer App](/resources/fundamentals/developer-apps)의 자격 증명 사용 필요 |                                                             | ✔️                                                                                     |

#### 리트윗 취소

다음 표는 standard v1.1과 X API v2 undo Retweet 엔드포인트를 비교합니다:

| Description                                                                                                                 | Standard v1.1                          | X API v2                                 |
| :-------------------------------------------------------------------------------------------------------------------------- | :------------------------------------- | :--------------------------------------- |
| 지원 HTTP 메서드                                                                                                                 | POST                                   | DELETE                                   |
| Host domain                                                                                                                 | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)   |
| Endpoint path                                                                                                               | /1.1/statuses/unretweet/:id.json       | /2/users/:id/retweets/:source\_tweet\_id |
| [인증](/resources/fundamentals/authentication)                                                                                | OAuth 1.0a User Context                | OAuth 1.0a User Context                  |
| 기본 요청 [rate limit](/resources/fundamentals/rate-limits)                                                                     | 없음                                     | 사용자당 15분당 50 요청                          |
| [Project](/resources/fundamentals/developer-apps)에 연결된 [developer App](/resources/fundamentals/developer-apps)의 자격 증명 사용 필요 |                                        | ✔️                                       |

**기타 마이그레이션 리소스**

[Retweets lookup: Standard v1.1 to X API v2](/x-api/posts/retweets#retweets-lookup-standard-v1-1-compared-to-x-api-v2 "Retweets lookup: Standard v1.1 to X API v2")

[Manage Retweets: Standard v1.1 to X API v2](/x-api/posts/retweets#manage-retweets-standard-v1-1-compared-to-x-api-v2)

[X API 마이그레이션 허브](/x-api/migrate/overview)
