The C API is divided into these sections:
Include/: Limited APIInclude/cpython/: CPython implementation detailsInclude/cpython/, names with thePyUnstable_prefix: API that can change between minor releasesInclude/internal/, and any name with_prefix: The internal API
Information on changing the C API is available in the developer guide