Every data object in the Kiva API has a unique ID of some sort. Here's a list of recommended ways to link back to a specific object using its ID.
The most relevant page for any loan is the loan detail page. This page has comprehensive information about the loan and related lenders; it is the natural stepping stone to picking a new loan for checkout:
Example: http://www.kiva.org/lend/107105?app_id=org.kiva.build
If you want to provide a link in your application to a lender's Lender Page on the Kiva website, all you need is the lender_id and this URL template:
Example: http://www.kiva.org/lender/jeremy?app_id=org.kiva.build
Linking to a journal entry currently requires the ID of the journal entry. This is the URI pattern for a page which shows the entry's contents and allows users to add comments:
Example: http://www.kiva.org/updates/loan/1114?app_id=org.kiva.build
There are two ways to link to team pages - you can use the team ID or the team shortname. Use this template if you only know the numeric team ID:
or this pattern if you have the team shortname:
Examples:
http://www.kiva.org/team/buildkiva