Details of a Problem

I could not find any API to get body or any other further details about a problem.

Only API which is present is,

Get the list of problems for given categoryName.

-> GET /problems/{categoryName}

which gives very limited data about a problem

fields are: problemCode, problemName, successfulSubmissions, accuracy.

I tried

-> GET /problems/{categoryName}/{problemCode}

but this API is not available, is there any other undocumented API for this purpose.

@sumitkumar1209 use this API: GET /contests/{contestCode}/problems/{problemCode}
treat PRACTICE as a contest code if you want to access some practice problme.