First and Last Name of the Directors

Companies House Public Data API: officerList - we use this request to get directors for the company on the project. The response contains ‘name’ which is full name of the director.

Is there any way to get first and last name (+ maybe middle name) via API? if so, please can you share the details how to retrieve such structure of the name? So, far we can split name into two parts, but this is not always correct as far as some people have middle names, > > > name: "KIND, Doug Rob John"

ideally we need such structure as on persons with significant control:
“name_elements”: {
“forename”: “string”,
“other_forenames”: “string”,
“surname”: “string”,