UDP API Definition: Difference between revisions

Line 554: Line 554:
* Category fields are separated with ',' and ordered by weight (desc).
* Category fields are separated with ',' and ordered by weight (desc).
* By name: must be perfect match of romaji/kanji/english/other/synonym/short name.
* By name: must be perfect match of romaji/kanji/english/other/synonym/short name.
* '''Note:''' The category list is the first data to be truncated if needed. And then: synonym list, short name list. This applies to the FILE command too.
* 'Producer id list' and 'producer name list' match the data returned by the former producer bits (but using the revised creator ids)
 
* '''Note:''' The character id list is the first data to be truncated if needed. And then: category list, synonym list, short name list. This applies to the FILE command too.
* Selecting an 'unused' or 'reserved' bit will return an "illegal input" (505) response.
* Selecting an 'unused' or 'reserved' bit will return an "illegal input" (505) response.


Line 565: Line 567:
   <td align="center">'''Byte 4'''</td>
   <td align="center">'''Byte 4'''</td>
   <td align="center">'''Byte 5'''</td>
   <td align="center">'''Byte 5'''</td>
  <td align="center">'''Byte 6'''</td>
  </tr>
  </tr>
  <tr>
  <tr>
Line 809: Line 812:
     <td align="right">1</td>
     <td align="right">1</td>
     <td>int4 date record updated</td>
     <td>int4 date record updated</td>
    </tr>
  </table>
  </td>
  <td>
  <table>
    <tr>
    <td>'''Bit'''</td>
    <td align="right">'''Dec'''</td>
    <td>'''Data Field'''</td>
    </tr>
    <tr bgcolor="#eee">
    <td>7</td>
    <td align="right">128</td>
    <td>int4 character id list</td>
    </tr>
    <tr>
    <td>6</td>
    <td align="right">64</td>
    <td>int4 creator id list</td>
    </tr>
    <tr bgcolor="#eee">
    <td>5</td>
    <td align="right">32</td>
    <td>int4 producer id list</td>
    </tr>
    <tr>
    <td>4</td>
    <td align="right">16</td>
    <td>str producer name list</td>
    </tr>
    <tr bgcolor="#eee">
    <td>3</td>
    <td align="right">8</td>
    <td>unused</td>
    </tr>
    <tr>
    <td>2</td>
    <td align="right">4</td>
    <td>unused</td>
    </tr>
    <tr bgcolor="#eee">
    <td>1</td>
    <td align="right">2</td>
    <td>unused</td>
    </tr>
    <tr>
    <td>0</td>
    <td align="right">1</td>
    <td>unused</td>
     </tr>
     </tr>
   </table>
   </table>
MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.