API Style Guides · Example Payload

Rfc 9745 Deprecation

DeprecationRFCIETF

Rfc 9745 Deprecation 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

rfc-9745-deprecation.json Raw ↑
{
  "$schema": "../json-schema/style-guide-rule-schema.json",
  "id": "rfc-9745",
  "guide": "style-guides:ietf-httpapi",
  "level": "RECOMMENDED",
  "title": "Signal Deprecation With the Deprecation HTTP Response Header",
  "summary": "Servers indicate that a resource or operation is deprecated by including a Deprecation response header whose value is an HTTP date or the literal token @1. A companion Sunset header (RFC 8594) communicates the planned removal date.",
  "category": "Deprecation",
  "rationale": "Out-of-band changelog announcements are easy for clients to miss; an HTTP response header gives every running client a programmatic, structured deprecation signal at the moment of the call.",
  "appliesTo": ["HTTP", "REST"],
  "sourceUrl": "https://www.rfc-editor.org/rfc/rfc9745",
  "references": [
    {
      "url": "https://www.rfc-editor.org/rfc/rfc8594",
      "title": "RFC 8594 The Sunset HTTP Header Field",
      "type": "RFC"
    }
  ],
  "examples": [
    {
      "kind": "good",
      "language": "http",
      "snippet": "HTTP/1.1 200 OK\nDeprecation: @1688169600\nSunset: Wed, 31 Dec 2025 23:59:59 GMT\nLink: <https://api.example.com/v2/orders>; rel=\"successor-version\""
    }
  ],
  "relatedRules": ["zalando-deprecation"],
  "tags": ["Deprecation", "RFC", "IETF"]
}

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/rfc-9745-deprecation"
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.