How to get content types and field list with API?

there is a route for conentTypes and contentType /api/content-type-builder/content-types/:uid
uid will be ‘api::article.article’
or else you can call strapi.contentTypes[uid] from code

2 Likes