Zoho CRM api build url for specific record

Zoho CRM api build url for specific record

We are building application using Zoho CRM api and we have faced with the issue of generating url for specific record (in our case we want Contacts, Leads, Cases, Deals).
When we use Zoho crm plus ui, we see something like this:
https://crmplus.zoho.com/someNameWithNumber/index.do/cxapp/crm/domainNameOfOrganization/tab/Leads/4964552000007777777

Can we get URL for specific record (knowing its id) immediately? Or maybe we can somehow make additional request(s) to get enough info to build this url (that would be less preferable though, since we would have to make additional request)?