Web API meta data

I would like to know if there is some API description for the web API (https://docs.sentry.io/api/) that allows to auto-generate classes for response data.
I find plain JSON cumbersome to use and would like to deserialize to proper classes, but don’t want to hand-write these classes.

… that allows to auto-generate classes for response data

Unfortunately, no.

But there are many client libraries that may make working with the Sentry API easier, for example:

same here.
Sorry for the late response and thanks a lot.
Very helpful.