This document discusses APIs for mobile applications and provides 5 recommendations for building great mobile experiences through APIs. The recommendations are: 1) Keep API conventions consistent, 2) thoroughly document APIs, 3) maintain backwards compatibility in API versioning, 4) implement error handling and caching to insulate mobile clients from issues, and 5) design APIs specifically for mobile use cases and experiences rather than just exposing backend data. The document argues that mobile-optimized APIs can improve development speed and iteration, reduce bugs from client-specific implementations, and better support creating customized mobile experiences.