We've sent a verification link by email
Didn't receive the email? Check your Spam folder, it may have been caught by a filter. If you still don't see it, you can resend the verification email.
Started February 12th, 2009 · 2 replies · Latest reply by Bram 15 years, 10 months ago
apologies... here I was thinking no-one used it anymore.
I.e. we added: "order", "start" (0, ...) and "limit" (nr of results returned)
the XML now also returns the number of total items:
<freesound nresults="339">
<sample id="33210"/>
<sample id="1411"/>
<sample id="42907"/>
<sample id="42906"/>
<sample id="527"/>
<sample id="42901"/>
</freesound>
Here are the orders:
const ORDER_DEFAULT = 0;
const ORDER_DOWNLOADS_DESC = 1;
const ORDER_DOWNLOADS_ASC = 2;
const ORDER_USERNAME_DESC = 3;
const ORDER_USERNAME_ASC = 4;
const ORDER_DATE_DESC = 5;
const ORDER_DATE_ASC = 6;
const ORDER_DURATION_DESC = 7;
const ORDER_DURATION_ASC = 8;
const ORDER_FILEFORMAT_DESC = 9;
const ORDER_FILEFORMAT_ASC = 10;
hope that helps,
Please let me know at support AT freesound DOT org what your email address is so we can add you to our to-be-created freesound-api mailing list.
- bram