http://www.paperbackswap.com/api/v1/index.php?RequestType=RecentlyPosted
| RequestType | Description | MemberID Required? |
| Bookshelf | Returns a list of books that a particular member has posted into the system. | Yes |
| BooksRead | Returns a list of books that a particular member as on their Books I've Read List. | Yes |
| ClubWishList | Returns the book details for a list of ISBNs and whether they are on the Club Wish List. | No |
| ISBNList | Returns the book details for a list of ISBNs and whether they are currently available in the system. | No |
| MemberReviews | Returns a list of book reviews written by a particular member. | Yes |
| MemberWishList | Returns a list of books on a Member's Wish List. | Yes |
| RecentlyPosted | Returns a list of the 10 most recently posted books. | No |
| RecentlySwapped | Returns a list of the 10 most recently swapped books. | No |
| TBRPile | Returns a list of books on a particular Member's TBR Pile. | Yes |
http://www.paperbackswap.com/api/v1/index.php?RequestType=ISBNList&ISBN=0684826976,9780684826974
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<Response>
<APIVersion>1.0</APIVersion>
<RequestType>RecentlyPosted</RequestType>
<ResponseID>d2dvUExtUVhEZTQ9</ResponseID>
<ResponseTime>0.000816822052002</ResponseTime>
<GrandTotalResults>1160175</GrandTotalResults>
<ResultsThisResponse>10</ResultsThisResponse>
<Books>
<Book>
<ISBN-13>9781560547259</ISBN-13>
<ISBN-10>1560547251</ISBN-10>
<BookDetailsLink><![CDATA[http://www.paperbackswap.com/book/details/9781560547259-Garters+Thorndike+Large+Print+Romance]]></BookDetailsLink>
<Title><![CDATA[Garters (Thorndike Large Print Romance)]]></Title>
<Authors>
<Author><![CDATA[Pamela Morsi]]></Author>
</Authors>
<CoverImages>
<SmallImage>http://www.paperbackswap.com/images/no_cover/no_cover_41_60.png</SmallImage>
<MediumImage>http://www.paperbackswap.com/images/no_cover/no_cover_93_140.png</MediumImage>
<LargeImage>http://www.paperbackswap.com/images/no_cover/no_cover_322_475.png</LargeImage>
</CoverImages>
<Binding>Hardcover</Binding>
<Rating>4.2</Rating>
<PostedDateTimeStamp>1178561628</PostedDateTimeStamp>
<PostedDate>5/7/2007 2:13.48 PM ET</PostedDate>
<Available>true</Available>
<BuyItNew><![CDATA[http://www.amazon.com/gp/redirect.html?location=http%3A%2F%2Fwww.amazon.com%2Fdp%2F1560547251%2F&tag=paperbackswap-20]]></BuyItNew>
</Book>
<Book>
.
.
.
</Book>
</Books>
</Response>