4chan / 4chan-API

Documentation for 4chan's read-only JSON API.
http://www.4chan.org/
1.03k stars 73 forks source link

fsize + tim #21

Closed NoneGiven closed 9 years ago

NoneGiven commented 10 years ago

The maximum possible value for fsize is listed as 8388608, but the API covers /f/, which allows uploads up to 10485760 bytes in size.

Also, the tim attribute is described as "UNIX timestamp + microseconds," but the last three digits are milliseconds (thousandths of seconds), not microseconds (millionths of seconds).