Version 2.3.0

SBB's API Principles

Applications provide functionality via APIs, no matter if they are designed as Microservices or Monoliths. Their APIs purely express what systems do, and are therefore highly valuable business assets. Designing high quality, long lasting APIs has therefore become a business critical duty, which must be part of the development of every digitalized business capability or product. Our strategy emphasizes developing lots of internal APIs and also public APIs for our external business partners.

With this in mind, we’ve defined “API Principles” with the following key statements:

  1. Every IT Solution publishes its main business capabilities over an API with a high maturity
  2. APIs can be RESTful or Event-Driven
  3. Every API published on the SBB API Repository must fulfill the principles described on this site. Other APIs also must follow these guidelines, unless there are justifiable and strong reasons not to do so.

Chapters

Architecture

Organizational Requirements

Maturity

RESTful APIs

Event-Driven APIs

API Security

Collaboration

API Principles in a nutshell

We publish APIs

Every team publishes the data and functions of its most valuable business capabilities as APIs, following the common API Principles.

API Driven Architecture

Always use managed APIs as the boundary of your domain. That gives you control and visibility of traffic going in and out.

Key Principles

(1) We no longer build backdoors in applications of other teams. (2) We hide the complexity of our business domain within the application and design APIs the same way as we design UIs. (3) We make sure that the functional cut of APIs is alligned with the according business capabilities and that each entity on the API has a unique identity (ID). We coordinate these design decisions tightly together with our business partners. (4) And finally, we document and publish our APIs on developer.sbb.ch so that they can be easily found, understood and used by others.

The following graphic shows the API principles in a nutshell.

SBB's API Principles in a Nutshell

Conventions used in these guidelines

Requirement level

The requirement level keywords MUST indicates that the principle or guideline is subject to SBB IT Governance and MUST be followed by all APIs listed in the API Portfolio (internal Link). Principles marked as SHOULD OR MAY can be interpreted as best practices.

API Consumer vs. Provider

Consumer is used as a synonym for API Consumers (also known as clients of an API) and is referring the team which implements the client. On the other hand, we use Provider as a synonym for API Provider, referring the team maintaining the API.

Thank you

  • To Zalando for the publication of their awesome set of RESTful API Guidelines (we’ve learned a lot while reading and adopting them to our needs).