APIlevel
APilevel is a measure used in software development to describe the version of an application programming interface (API) that a component, library, or application supports or requires. It serves as a contract between producers and consumers of software, indicating which features, functions, and behavioral guarantees are available and compatible across releases.
APilevel can be numeric or symbolic depending on the platform, and may be distinct from the product’s
In practice, APilevel is tracked in build configurations and manifests. For example, many ecosystems distinguish between
Examples include Android API levels, where developers specify minimum and target API levels, and web APIs that
See also API versioning, deprecation policy, semantic versioning.