This Choreo returns a list of public lenders to a loan. The documetation for this Kiva resource is available here.
Here is an example of acceptable inputs:
LoanID: 2930
The following is a sample of the information returned by this Choreo:
{
"paging": {
"page": 1,
"total": 21,
"page_size": 50,
"pages": 1
},
"lenders": [
{
"lender_id": "curtis7076",
"name": "The Chang Family",
"image": {
"id": 109632,
"template_id": 1
},
"whereabouts": "San Jose CA",
"country_code": "US",
"uid": "curtis7076"
},
{
"lender_id": "lumi",
"name": "Lumi",
"image": {
"id": 371292,
"template_id": 1
},
"whereabouts": "",
"country_code": "DE",
"uid": "lumi"
},
{
"lender_id": "cara1688",
"name": "Cara Valentino",
"image": {
"id": 922294,
"template_id": 1
},
"whereabouts": "Fairfield CA",
"country_code": "US",
"uid": "cara1688"
},
{
"lender_id": "fabrizio9574",
"name": "Fabrizio",
"image": {
"id": 7955,
"template_id": 1
},
"whereabouts": "Laives Bolzano",
"uid": "fabrizio9574"
},
{
"lender_id": "annette9493",
"name": "Annette",
"image": {
"id": 204964,
"template_id": 1
},
"whereabouts": "Clarksburg WV",
"country_code": "US",
"uid": "annette9493"
},
{
"lender_id": "syd7810",
"name": "eatkind.net",
"image": {
"id": 1005678,
"template_id": 1
},
"whereabouts": "Winnipeg MB",
"country_code": "CA",
"uid": "syd7810"
},
{
"lender_id": "jaredandmelissa8888",
"name": "Jared and Melissa",
"image": {
"id": 9346,
"template_id": 1
},
"whereabouts": "Penticton British Columbia",
"country_code": "CA",
"uid": "jaredandmelissa8888"
},
{
"lender_id": "marilyn6698",
"name": "Marilyn",
"image": {
"id": 9520,
"template_id": 1
},
"whereabouts": "Brooklyn NY",
"country_code": "US",
"uid": "marilyn6698"
}