API Style Guides · Example Payload

Zalando 100 Api First

API FirstGovernanceOpenAPI

Zalando 100 Api First is an example object payload from API Style Guides, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$schemaidguideleveltitlesummarycategoryrationaleappliesTosourceUrlreferencesexamplesrelatedRulestags

Example Payload

zalando-100-api-first.json Raw ↑
{
  "$schema": "../json-schema/style-guide-rule-schema.json",
  "id": "zalando-100",
  "guide": "style-guides:zalando",
  "level": "MUST",
  "title": "Follow API First Principle",
  "summary": "Define the API contract (typically OpenAPI) before writing implementation code and circulate it for peer review. The API specification is the deliverable, not a side-effect of the code.",
  "category": "API First",
  "rationale": "API First decouples consumer experience from the internal implementation, makes the design reviewable before code is written, and enforces that the contract is intentional rather than emergent.",
  "appliesTo": ["REST", "Events"],
  "sourceUrl": "https://opensource.zalando.com/restful-api-guidelines/#100",
  "references": [
    {
      "url": "https://opensource.zalando.com/restful-api-guidelines/#api-first",
      "title": "Zalando: API First principle",
      "type": "StyleGuide"
    }
  ],
  "examples": [
    {
      "kind": "good",
      "language": "yaml",
      "snippet": "openapi: 3.1.0\ninfo:\n  title: Orders API\n  version: '1.0'\npaths:\n  /orders:\n    get:\n      summary: List Orders",
      "note": "OpenAPI 3 document written before the service implementation begins."
    },
    {
      "kind": "bad",
      "language": "text",
      "snippet": "Service implemented first, OpenAPI exported from code annotations after the fact.",
      "note": "Code-first deviates from API First when the spec is treated as documentation rather than contract."
    }
  ],
  "relatedRules": ["aip-1", "ms-graph-design-approach"],
  "tags": ["API First", "Governance", "OpenAPI"]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/zalando-100-api-first"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.