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

# View JSON

> JSON ペイロードの表示方法

<Steps>
  <Step title="Create a Post">
    Ayrshare の [Dashboard](https://app.ayrshare.com/) で、左側のナビゲーションから「Posts」に移動します。
    投稿したいソーシャルネットワーク、投稿テキスト、メディアを選択して新しい投稿を作成します。
  </Step>

  <Step title="Locate JSON Option">
    投稿作成フォームの下部にある「\</> View JSON」ボタンをクリックします。

    <img class="center" width="800" src="https://mintcdn.com/ayrshare-docs/BkNwRAXLA9nG0LQA/images/dashboard/post-creation-form.webp?fit=max&auto=format&n=BkNwRAXLA9nG0LQA&q=85&s=37b88a2d0c9066f2ffb5fb57db234bb8" alt="post creation form" data-path="images/dashboard/post-creation-form.webp" />
  </Step>

  <Step title="Review JSON Payload">
    投稿に使用されるすべてのパラメータとデータを示す JSON ペイロードがモーダルに表示されます。

    <img class="center" width="800" src="https://mintcdn.com/ayrshare-docs/dKBti0xVDJrOZ19f/images/dashboard/view-json.webp?fit=max&auto=format&n=dKBti0xVDJrOZ19f&q=85&s=c6d7aae4f8c353c4c8288024da435fc3" alt="JSON payload preview" data-path="images/dashboard/view-json.webp" />
  </Step>

  <Step title="Copy or Use JSON">
    JSON ペイロードをコピーして Ayrshare API で直接使用したり、投稿データの構造を理解するために単に確認したりできます。
  </Step>
</Steps>

JSON ペイロードには、選択したソーシャルネットワーク、投稿テキスト、メディア URL、および設定した追加オプションを含む、投稿に関するすべての情報が含まれています。これは開発者が API 構造を理解したり、プログラム的に投稿を再現したりするのに使用できます。
