Hi,
Thank you Noah, for the quick reply.
Since the loans/search doesn't return expired loans, it seems like the only way to get all
loans (including expired ones) is to use the loans/ids method, specifying the IDs?
I actually download all loans once a month (for the LLL team specifically), but that takes
a few hours and I'll have to make lots and lots of calls to the loans/ids method :(
Can I make the following requests?
- loans/search - please return all loans, including defaulted, expired, issue etc
- loans/search - could we add sort by id?
- loans/search doesn't give the borrower info, while loans/ids does. could we add it to loans/search, please?
good thing with loans/search is it returns 20 loans per page, where as loans/ids only returns 10, so it is half
the number of calls.
Also, do you have plans to expose zip data via the API?
I hope I am not being a pain :(
It is possible to query the loans individually and maintain a database, it is just tedious. It works well for fundraising loans
since there are only about 3000-4000 of them at a time (I actually query every 20 mins, to maintain this
page -
http://kivatools.com/fundraising)
Thanks again Noah,
Vijay