オークション

カテゴリ情報

リクエストURL
XML
https://auctions.yahooapis.jp/AuctionWebService/V2/categoryTree
PHPserialize
https://auctions.yahooapis.jp/AuctionWebService/V2/php/categoryTree
JSONP
https://auctions.yahooapis.jp/AuctionWebService/V2/json/categoryTree

※PHPserialize、JSONPのリクエストURLは非推奨です。outputパラメータを利用してください。

ヤフオク!のカテゴリ情報を提供します。

リクエストパラメータ

RESTリクエストの構築(GET)」および、「RESTリクエストの構築(POST)」をご参照ください。

パラメータ 説明
appid string アプリケーションIDです。詳細はアプリケーションIDのヘルプをご覧ください。
output string XML、PHPserialize、JSONPでレスポンスの出し別けを行います。
  • xml :xmlレスポンス(デフォルト)
  • php :PHPserializeレスポンス
  • json :JSONPレスポンス
(※PHPserialize、JSONP専用のエントリポイントは今後、非推奨となります。こちらのリクエスト指定をご利用ください。)
callback string JSONPとして出力する際のコールバック関数名です。
category integer 取得したいヤフオク!のカテゴリIDを指定します。最上位のカテゴリの場合は0を指定します。(categoryパラメータがない場合も最上位カテゴリのリクエストとみなします。)
adf integer アダルトカテゴリを表示する際に指定します。指定がない場合はアダルトカテゴリのレスポンスは返りません。(必須パラメータではありません)

サンプルリクエストURL

https://auctions.yahooapis.jp/AuctionWebService/V2/categoryTree?appid=<あなたのアプリケーションID>&category=<ヤフオク!のカテゴリID>


レスポンスフィールド

カテゴリ情報APIのスキーマの記述は、以下になります。

フィールド 説明
/ResultSet クエリーレスポンスのすべてを含み、以下の属性を持ちます。

  • totalResultsAvailable:該当件数の総個数です。(1固定)
  • totalResultsReturned:返された値の個数です。(1固定)
  • firstResultPosition:最初のデータが何個目に当たるかです。(1固定)

/ResultSet/Result 各個別レスポンスを含みます。
/ResultSet/Result/CategoryId このカテゴリのIDです。
/ResultSet/Result/CategoryName このカテゴリの名前です。
/ResultSet/Result/CategoryPath このカテゴリの最上位カテゴリからのパスです。
/ResultSet/Result/CategoryIdPath このカテゴリの最上位カテゴリからのIDです。
/ResultSet/Result/ParentCategoryId このカテゴリの親カテゴリ(一つ上のカテゴリ)のパスです。
/ResultSet/Result/IsLeaf このカテゴリが、末端カテゴリ(商品リスト)かどうかを示します。 (あり:true なし:false
/ResultSet/Result/Depth このカテゴリの最上位カテゴリからの階層数です。
/ResultSet/Result/Order このカテゴリの順番です。
/ResultSet/Result/IsLink このカテゴリが、リンクカテゴリかどうかを示します。(あり:true なし:false)
/ResultSet/Result/ChildCategoryNum このカテゴリの子カテゴリ(一つ下のカテゴリ)の数です。「isLeaf」が「false」の場合に数値が入ります。
/ResultSet/Result/ChildCategory 子カテゴリの情報です。
/ResultSet/Result/ChildCategory/CategoryId 子カテゴリのIDです。リンクカテゴリの場合は、リンク先のカテゴリIDを表示します。
/ResultSet/Result/ChildCategory/CategoryName 子カテゴリの名前です。
/ResultSet/Result/ChildCategory/CategoryPath 子カテゴリの最上位カテゴリからのパスです。
/ResultSet/Result/ChildCategory/CategoryIdPath 子カテゴリの最上位カテゴリからのIDです。
/ResultSet/Result/ChildCategory/NumOfAuctions 子カテゴリのオークション数(商品数)です。リンクカテゴリは出力しません。
/ResultSet/Result/ChildCategory/ParentCategoryId 子カテゴリの親カテゴリ(一つ上のカテゴリ)のパスです。
/ResultSet/Result/ChildCategory/IsLeaf 子カテゴリが、末端カテゴリ(商品リスト)かどうかを示します。 (あり:true なし:false
/ResultSet/Result/ChildCategory/Depth 子カテゴリの最上位カテゴリからの階層数です。
/ResultSet/Result/ChildCategory/Order 子カテゴリの順番です。
/ResultSet/Result/ChildCategory/IsLink 子カテゴリが、リンクカテゴリかどうかを示します。 (あり:true なし:false



サンプルレスポンス

<ResultSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:yahoo:jp:auc:categoryTree" xsi:schemaLocation="urn:yahoo:jp:auc:categoryTree http://auctions.yahooapis.jp/AuctionWebService/V2/categoryTree.xsd" totalResultsAvailable="1" totalResultsReturned="1" firstResultPosition="1">
  <Result>
    <CategoryId>23336</CategoryId>
    <CategoryName>コンピュータ</CategoryName>
    <CategoryPath>オークション >コンピュータ</CategoryPath>
    <CategoryIdPath>0,23336</CategoryIdPath>
    <ParentCategoryId>0</ParentCategoryId>
    <IsLeaf>false</IsLeaf>
    <Depth>1</Depth>
    <Order>0</Order>
    <IsLink>false</IsLink>
    <IsAdult>false</IsAdult>
    <IsLeafToLink>false</IsLeafToLink>
    <ChildCategoryNum>19</ChildCategoryNum>
    <ChildCategory>
      <CategoryId>2084039759</CategoryId>
      <CategoryName>パソコン</CategoryName>
      <CategoryPath>オークション >コンピュータ >パソコン</CategoryPath>
      <CategoryIdPath>0,23336,2084039759</CategoryIdPath>
      <NumOfAuctions>175537</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>0</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084292086</CategoryId>
      <CategoryName>タブレット</CategoryName>
      <CategoryPath>オークション >コンピュータ >タブレット</CategoryPath>
      <CategoryIdPath>0,23336,2084292086</CategoryIdPath>
      <NumOfAuctions>23731</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>1</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084005067</CategoryId>
      <CategoryName>スマートフォン、携帯電話</CategoryName>
      <CategoryPath>オークション >コンピュータ >スマートフォン、携帯電話</CategoryPath>
      <CategoryIdPath>0,23336,2084005067</CategoryIdPath>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>2</Order>
      <IsLink>true</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084288672</CategoryId>
      <CategoryName>電子ブックリーダー</CategoryName>
      <CategoryPath>オークション >コンピュータ >電子ブックリーダー</CategoryPath>
      <CategoryIdPath>0,23336,2084288672</CategoryIdPath>
      <NumOfAuctions>690</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>true</IsLeaf>
      <Depth>2</Depth>
      <Order>3</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084261633</CategoryId>
      <CategoryName>デジタルカメラ</CategoryName>
      <CategoryPath>オークション >コンピュータ >デジタルカメラ</CategoryPath>
      <CategoryIdPath>0,23336,2084261633</CategoryIdPath>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>4</Order>
      <IsLink>true</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084039561</CategoryId>
      <CategoryName>周辺機器</CategoryName>
      <CategoryPath>オークション >コンピュータ >周辺機器</CategoryPath>
      <CategoryIdPath>0,23336,2084039561</CategoryIdPath>
      <NumOfAuctions>360772</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>5</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>23568</CategoryId>
      <CategoryName>ソフトウエア</CategoryName>
      <CategoryPath>オークション >コンピュータ >ソフトウエア</CategoryPath>
      <CategoryIdPath>0,23336,23568</CategoryIdPath>
      <NumOfAuctions>107970</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>6</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084039461</CategoryId>
      <CategoryName>サプライ</CategoryName>
      <CategoryPath>オークション >コンピュータ >サプライ</CategoryPath>
      <CategoryIdPath>0,23336,2084039461</CategoryIdPath>
      <NumOfAuctions>128973</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>7</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084039480</CategoryId>
      <CategoryName>パーツ</CategoryName>
      <CategoryPath>オークション >コンピュータ >パーツ</CategoryPath>
      <CategoryIdPath>0,23336,2084039480</CategoryIdPath>
      <NumOfAuctions>81500</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>8</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084049588</CategoryId>
      <CategoryName>サーバー</CategoryName>
      <CategoryPath>オークション >コンピュータ >サーバー</CategoryPath>
      <CategoryIdPath>0,23336,2084049588</CategoryIdPath>
      <NumOfAuctions>3991</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>9</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>23560</CategoryId>
      <CategoryName>ワークステーション</CategoryName>
      <CategoryPath>オークション >コンピュータ >ワークステーション</CategoryPath>
      <CategoryIdPath>0,23336,23560</CategoryIdPath>
      <NumOfAuctions>1001</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>10</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>23557</CategoryId>
      <CategoryName>PDA</CategoryName>
      <CategoryPath>オークション >コンピュータ >PDA</CategoryPath>
      <CategoryIdPath>0,23336,23557</CategoryIdPath>
      <NumOfAuctions>992</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>11</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084039460</CategoryId>
      <CategoryName>ポケットコンピュータ</CategoryName>
      <CategoryPath>オークション >コンピュータ >ポケットコンピュータ</CategoryPath>
      <CategoryIdPath>0,23336,2084039460</CategoryIdPath>
      <NumOfAuctions>301</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>true</IsLeaf>
      <Depth>2</Depth>
      <Order>12</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084237380</CategoryId>
      <CategoryName>アバター</CategoryName>
      <CategoryPath>オークション >コンピュータ >アバター</CategoryPath>
      <CategoryIdPath>0,23336,2084237380</CategoryIdPath>
      <NumOfAuctions>10055</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>true</IsLeaf>
      <Depth>2</Depth>
      <Order>13</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>27751</CategoryId>
      <CategoryName>ドメイン名</CategoryName>
      <CategoryPath>オークション >コンピュータ >ドメイン名</CategoryPath>
      <CategoryIdPath>0,23336,27751</CategoryIdPath>
      <NumOfAuctions>292</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>true</IsLeaf>
      <Depth>2</Depth>
      <Order>14</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>2084048038</CategoryId>
      <CategoryName>パソコンデスク</CategoryName>
      <CategoryPath>オークション >コンピュータ >パソコンデスク</CategoryPath>
      <CategoryIdPath>0,23336,2084048038</CategoryIdPath>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>15</Order>
      <IsLink>true</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>21908</CategoryId>
      <CategoryName>コンピュータ、インターネット雑誌</CategoryName>
      <CategoryPath>オークション >コンピュータ >コンピュータ、インターネット雑誌</CategoryPath>
      <CategoryIdPath>0,23336,21908</CategoryIdPath>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>16</Order>
      <IsLink>true</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>21700</CategoryId>
      <CategoryName></CategoryName>
      <CategoryPath>オークション >コンピュータ >本</CategoryPath>
      <CategoryIdPath>0,23336,21700</CategoryIdPath>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>false</IsLeaf>
      <Depth>2</Depth>
      <Order>17</Order>
      <IsLink>true</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
    <ChildCategory>
      <CategoryId>23564</CategoryId>
      <CategoryName>その他</CategoryName>
      <CategoryPath>オークション >コンピュータ >その他</CategoryPath>
      <CategoryIdPath>0,23336,23564</CategoryIdPath>
      <NumOfAuctions>4978</NumOfAuctions>
      <ParentCategoryId>23336</ParentCategoryId>
      <IsLeaf>true</IsLeaf>
      <Depth>2</Depth>
      <Order>18</Order>
      <IsLink>false</IsLink>
      <IsAdult>false</IsAdult>
      <IsLeafToLink>false</IsLeafToLink>
    </ChildCategory>
  </Result>
</ResultSet>

サンプルレスポンス(PHPserialize)

a: 1: {
  s: 9: "ResultSet";
  a: 4: {
    s: 21: "totalResultsAvailable";
    s: 1: "1";
    s: 20: "totalResultsReturned";
    s: 1: "1";
    s: 19: "firstResultPosition";
    s: 1: "1";
    s: 6: "Result";
    a: 13: {
      s: 10: "CategoryId";
      s: 5: "23336";
      s: 12: "CategoryName";
      s: 18: "コンピュータ";
      s: 12: "CategoryPath";
      s: 39: "オークション > コンピュータ";
      s: 14: "CategoryIdPath";
      s: 7: "0,23336";
      s: 16: "ParentCategoryId";
      s: 1: "0";
      s: 6: "IsLeaf";
      b: 0;
      s: 5: "Depth";
      s: 1: "1";
      s: 5: "Order";
      s: 1: "0";
      s: 6: "IsLink";
      b: 0;
      s: 7: "IsAdult";
      b: 0;
      s: 12: "IsLeafToLink";
      b: 0;
      s: 16: "ChildCategoryNum";
      s: 2: "19";
      s: 13: "ChildCategory";
      a: 19: {
        i: 0;
        a: 12: {
          s: 10: "CategoryId";
          s: 10: "2084039759";
          s: 12: "CategoryName";
          s: 12: "パソコン";
          s: 12: "CategoryPath";
          s: 54: "オークション > コンピュータ > パソコン";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084039759";
          s: 13: "NumOfAuctions";
          s: 6: "175537";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "0";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 1;
        a: 12: {
          s: 10: "CategoryId";
          s: 10: "2084292086";
          s: 12: "CategoryName";
          s: 15: "タブレット";
          s: 12: "CategoryPath";
          s: 57: "オークション > コンピュータ > タブレット";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084292086";
          s: 13: "NumOfAuctions";
          s: 5: "23731";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "1";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 2;
        a: 11: {
          s: 10: "CategoryId";
          s: 10: "2084005067";
          s: 12: "CategoryName";
          s: 36: "スマートフォン、携帯電話";
          s: 12: "CategoryPath";
          s: 78: "オークション > コンピュータ > スマートフォン、携帯電話";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084005067";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "2";
          s: 6: "IsLink";
          b: 1;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 3;
        a: 12: {
          s: 10: "CategoryId";
          s: 10: "2084288672";
          s: 12: "CategoryName";
          s: 27: "電子ブックリーダー";
          s: 12: "CategoryPath";
          s: 69: "オークション > コンピュータ > 電子ブックリーダー";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084288672";
          s: 13: "NumOfAuctions";
          s: 3: "690";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 1;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "3";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 4;
        a: 11: {
          s: 10: "CategoryId";
          s: 10: "2084261633";
          s: 12: "CategoryName";
          s: 21: "デジタルカメラ";
          s: 12: "CategoryPath";
          s: 63: "オークション > コンピュータ > デジタルカメラ";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084261633";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "4";
          s: 6: "IsLink";
          b: 1;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 5;
        a: 12: {
          s: 10: "CategoryId";
          s: 10: "2084039561";
          s: 12: "CategoryName";
          s: 12: "周辺機器";
          s: 12: "CategoryPath";
          s: 54: "オークション > コンピュータ > 周辺機器";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084039561";
          s: 13: "NumOfAuctions";
          s: 6: "360772";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "5";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 6;
        a: 12: {
          s: 10: "CategoryId";
          s: 5: "23568";
          s: 12: "CategoryName";
          s: 18: "ソフトウエア";
          s: 12: "CategoryPath";
          s: 60: "オークション > コンピュータ > ソフトウエア";
          s: 14: "CategoryIdPath";
          s: 13: "0,23336,23568";
          s: 13: "NumOfAuctions";
          s: 6: "107970";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "6";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 7;
        a: 12: {
          s: 10: "CategoryId";
          s: 10: "2084039461";
          s: 12: "CategoryName";
          s: 12: "サプライ";
          s: 12: "CategoryPath";
          s: 54: "オークション > コンピュータ > サプライ";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084039461";
          s: 13: "NumOfAuctions";
          s: 6: "128973";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "7";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 8;
        a: 12: {
          s: 10: "CategoryId";
          s: 10: "2084039480";
          s: 12: "CategoryName";
          s: 9: "パーツ";
          s: 12: "CategoryPath";
          s: 51: "オークション > コンピュータ > パーツ";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084039480";
          s: 13: "NumOfAuctions";
          s: 5: "81500";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "8";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 9;
        a: 12: {
          s: 10: "CategoryId";
          s: 10: "2084049588";
          s: 12: "CategoryName";
          s: 12: "サーバー";
          s: 12: "CategoryPath";
          s: 54: "オークション > コンピュータ > サーバー";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084049588";
          s: 13: "NumOfAuctions";
          s: 4: "3991";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 1: "9";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 10;
        a: 12: {
          s: 10: "CategoryId";
          s: 5: "23560";
          s: 12: "CategoryName";
          s: 27: "ワークステーション";
          s: 12: "CategoryPath";
          s: 69: "オークション > コンピュータ > ワークステーション";
          s: 14: "CategoryIdPath";
          s: 13: "0,23336,23560";
          s: 13: "NumOfAuctions";
          s: 4: "1001";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 2: "10";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 11;
        a: 12: {
          s: 10: "CategoryId";
          s: 5: "23557";
          s: 12: "CategoryName";
          s: 3: "PDA";
          s: 12: "CategoryPath";
          s: 45: "オークション > コンピュータ > PDA";
          s: 14: "CategoryIdPath";
          s: 13: "0,23336,23557";
          s: 13: "NumOfAuctions";
          s: 3: "992";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 2: "11";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 12;
        a: 12: {
          s: 10: "CategoryId";
          s: 10: "2084039460";
          s: 12: "CategoryName";
          s: 30: "ポケットコンピュータ";
          s: 12: "CategoryPath";
          s: 72: "オークション > コンピュータ > ポケットコンピュータ";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084039460";
          s: 13: "NumOfAuctions";
          s: 3: "301";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 1;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 2: "12";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 13;
        a: 12: {
          s: 10: "CategoryId";
          s: 10: "2084237380";
          s: 12: "CategoryName";
          s: 12: "アバター";
          s: 12: "CategoryPath";
          s: 54: "オークション > コンピュータ > アバター";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084237380";
          s: 13: "NumOfAuctions";
          s: 5: "10055";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 1;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 2: "13";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 14;
        a: 12: {
          s: 10: "CategoryId";
          s: 5: "27751";
          s: 12: "CategoryName";
          s: 15: "ドメイン名";
          s: 12: "CategoryPath";
          s: 57: "オークション > コンピュータ > ドメイン名";
          s: 14: "CategoryIdPath";
          s: 13: "0,23336,27751";
          s: 13: "NumOfAuctions";
          s: 3: "292";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 1;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 2: "14";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 15;
        a: 11: {
          s: 10: "CategoryId";
          s: 10: "2084048038";
          s: 12: "CategoryName";
          s: 21: "パソコンデスク";
          s: 12: "CategoryPath";
          s: 63: "オークション > コンピュータ > パソコンデスク";
          s: 14: "CategoryIdPath";
          s: 18: "0,23336,2084048038";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 2: "15";
          s: 6: "IsLink";
          b: 1;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 16;
        a: 11: {
          s: 10: "CategoryId";
          s: 5: "21908";
          s: 12: "CategoryName";
          s: 48: "コンピュータ、インターネット雑誌";
          s: 12: "CategoryPath";
          s: 90: "オークション > コンピュータ > コンピュータ、インターネット雑誌";
          s: 14: "CategoryIdPath";
          s: 13: "0,23336,21908";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 2: "16";
          s: 6: "IsLink";
          b: 1;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 17;
        a: 11: {
          s: 10: "CategoryId";
          s: 5: "21700";
          s: 12: "CategoryName";
          s: 3: "本";
          s: 12: "CategoryPath";
          s: 45: "オークション > コンピュータ > 本";
          s: 14: "CategoryIdPath";
          s: 13: "0,23336,21700";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 0;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 2: "17";
          s: 6: "IsLink";
          b: 1;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
        i: 18;
        a: 12: {
          s: 10: "CategoryId";
          s: 5: "23564";
          s: 12: "CategoryName";
          s: 9: "その他";
          s: 12: "CategoryPath";
          s: 51: "オークション > コンピュータ > その他";
          s: 14: "CategoryIdPath";
          s: 13: "0,23336,23564";
          s: 13: "NumOfAuctions";
          s: 4: "4978";
          s: 16: "ParentCategoryId";
          s: 5: "23336";
          s: 6: "IsLeaf";
          b: 1;
          s: 5: "Depth";
          s: 1: "2";
          s: 5: "Order";
          s: 2: "18";
          s: 6: "IsLink";
          b: 0;
          s: 7: "IsAdult";
          b: 0;
          s: 12: "IsLeafToLink";
          b: 0;
        }
      }
    }
  }
}
        

サンプルレスポンス(JSONP)

loaded({
  ResultSet: {@attributes: {
      totalResultsAvailable: "1",
      totalResultsReturned: "1",
      firstResultPosition: "1"
    },
    Result: {
      CategoryId: "23336",
      CategoryName: "コンピュータ",
      CategoryPath: "オークション > コンピュータ",
      CategoryIdPath: "0,23336",
      ParentCategoryId: "0",
      IsLeaf: "false",
      Depth: "1",
      Order: "0",
      IsLink: "false",
      IsAdult: "false",
      IsLeafToLink: "false",
      ChildCategoryNum: "19",
      ChildCategory: [{
        CategoryId: "2084039759",
        CategoryName: "パソコン",
        CategoryPath: "オークション > コンピュータ > パソコン",
        CategoryIdPath: "0,23336,2084039759",
        NumOfAuctions: "175537",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "0",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084292086",
        CategoryName: "タブレット",
        CategoryPath: "オークション > コンピュータ > タブレット",
        CategoryIdPath: "0,23336,2084292086",
        NumOfAuctions: "23731",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "1",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084005067",
        CategoryName: "スマートフォン、携帯電話",
        CategoryPath: "オークション > コンピュータ > スマートフォン、携帯電話",
        CategoryIdPath: "0,23336,2084005067",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "2",
        IsLink: "true",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084288672",
        CategoryName: "電子ブックリーダー",
        CategoryPath: "オークション > コンピュータ > 電子ブックリーダー",
        CategoryIdPath: "0,23336,2084288672",
        NumOfAuctions: "690",
        ParentCategoryId: "23336",
        IsLeaf: "true",
        Depth: "2",
        Order: "3",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084261633",
        CategoryName: "デジタルカメラ",
        CategoryPath: "オークション > コンピュータ > デジタルカメラ",
        CategoryIdPath: "0,23336,2084261633",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "4",
        IsLink: "true",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084039561",
        CategoryName: "周辺機器",
        CategoryPath: "オークション > コンピュータ > 周辺機器",
        CategoryIdPath: "0,23336,2084039561",
        NumOfAuctions: "360772",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "5",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "23568",
        CategoryName: "ソフトウエア",
        CategoryPath: "オークション > コンピュータ > ソフトウエア",
        CategoryIdPath: "0,23336,23568",
        NumOfAuctions: "107970",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "6",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084039461",
        CategoryName: "サプライ",
        CategoryPath: "オークション > コンピュータ > サプライ",
        CategoryIdPath: "0,23336,2084039461",
        NumOfAuctions: "128973",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "7",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084039480",
        CategoryName: "パーツ",
        CategoryPath: "オークション > コンピュータ > パーツ",
        CategoryIdPath: "0,23336,2084039480",
        NumOfAuctions: "81500",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "8",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084049588",
        CategoryName: "サーバー",
        CategoryPath: "オークション > コンピュータ > サーバー",
        CategoryIdPath: "0,23336,2084049588",
        NumOfAuctions: "3991",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "9",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "23560",
        CategoryName: "ワークステーション",
        CategoryPath: "オークション > コンピュータ > ワークステーション",
        CategoryIdPath: "0,23336,23560",
        NumOfAuctions: "1001",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "10",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "23557",
        CategoryName: "PDA",
        CategoryPath: "オークション > コンピュータ > PDA",
        CategoryIdPath: "0,23336,23557",
        NumOfAuctions: "992",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "11",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084039460",
        CategoryName: "ポケットコンピュータ",
        CategoryPath: "オークション > コンピュータ > ポケットコンピュータ",
        CategoryIdPath: "0,23336,2084039460",
        NumOfAuctions: "301",
        ParentCategoryId: "23336",
        IsLeaf: "true",
        Depth: "2",
        Order: "12",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084237380",
        CategoryName: "アバター",
        CategoryPath: "オークション > コンピュータ > アバター",
        CategoryIdPath: "0,23336,2084237380",
        NumOfAuctions: "10055",
        ParentCategoryId: "23336",
        IsLeaf: "true",
        Depth: "2",
        Order: "13",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "27751",
        CategoryName: "ドメイン名",
        CategoryPath: "オークション > コンピュータ > ドメイン名",
        CategoryIdPath: "0,23336,27751",
        NumOfAuctions: "292",
        ParentCategoryId: "23336",
        IsLeaf: "true",
        Depth: "2",
        Order: "14",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "2084048038",
        CategoryName: "パソコンデスク",
        CategoryPath: "オークション > コンピュータ > パソコンデスク",
        CategoryIdPath: "0,23336,2084048038",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "15",
        IsLink: "true",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "21908",
        CategoryName: "コンピュータ、インターネット雑誌",
        CategoryPath: "オークション > コンピュータ > コンピュータ、インターネット雑誌",
        CategoryIdPath: "0,23336,21908",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "16",
        IsLink: "true",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "21700",
        CategoryName: "本",
        CategoryPath: "オークション > コンピュータ > 本",
        CategoryIdPath: "0,23336,21700",
        ParentCategoryId: "23336",
        IsLeaf: "false",
        Depth: "2",
        Order: "17",
        IsLink: "true",
        IsAdult: "false",
        IsLeafToLink: "false"
      }, {
        CategoryId: "23564",
        CategoryName: "その他",
        CategoryPath: "オークション > コンピュータ > その他",
        CategoryIdPath: "0,23336,23564",
        NumOfAuctions: "4978",
        ParentCategoryId: "23336",
        IsLeaf: "true",
        Depth: "2",
        Order: "18",
        IsLink: "false",
        IsAdult: "false",
        IsLeafToLink: "false"
      }]
    }
  }
})



エラー

カテゴリ情報はYahoo! JAPAN Web APIに共通のエラーメッセージおよびコードを返します。