> ## 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.

# 데이터 포맷 마이그레이션

> v1.1 Native, enterprise Native Enriched, Activity Streams 페이로드의 필드를 fields와 expansions를 사용하여 X API v2 데이터 포맷으로 매핑하세요.

export const Button = ({href, children}) => {
  return <div className="not-prose">
    <a href={href}>
      <button className="x-btn">
        <span>{children}</span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

## 소개

X API v2 버전 출시와 함께, 우리는 새로운 데이터 응답 포맷과 서로 다른 객체 및 필드를 요청하는 방식을 채택했으며, 이를 간단히 X API v2 포맷이라고 부릅니다.

일반적 차이 섹션에서 standard 및 enterprise 사용자에게 관련된 몇 가지 변경 사항을 알아볼 수 있습니다. 또한, [표준 v1.1 Native 포맷](https://developer.x.com/en/docs/x-api/v1/data-dictionary/overview), enterprise [Native Enriched 포맷](/x-api/enterprise-gnip-2.0/fundamentals/data-dictionary#native-enriched-tweet-object), enterprise [Activity Streams 포맷](/x-api/enterprise-gnip-2.0/fundamentals/data-dictionary#activity-object)에 대한 특정 가이드를 정리했으며, 이는 필드 매핑을 돕고 새 v2 필드를 요청하는 데 사용해야 하는 필드와 expansions를 설명합니다.

* [Native 포맷에서 X API v2로 (standard v1.1)](/x-api/migrate/data-format-migration#migrating-from-standard-v1-1s-data-format-to-v2)
* [Native Enriched에서 X API v2로 (enterprise)](/x-api/migrate/data-format-migration#migrating-from-native-enriched-data-format-to-v2)
* [Activity Streams에서 X API v2로 (enterprise)](/x-api/migrate/data-format-migration#migrating-from-activity-streams-data-format-to-v2)

[X API v1.1 데이터 포맷](https://developer.x.com/en/docs/x-api/v1/data-dictionary/overview)과 [X API v2 포맷](/x-api/introduction) 간의 차이를 빠르게 확인할 수 있도록 도와주는 [시각적 데이터 포맷 마이그레이션 도구](/x-api/migrate/data-format-migration#visual-data-format-migration-tool)에도 관심을 가져보세요.

### 일반적 차이

#### 객체 및 필드 요청

v2 이전 엔드포인트와 v2의 가장 큰 차이 중 하나는 새 버전에서는 기본적으로 소수의 필드만 반환한다는 것입니다. 반면 standard, premi
