La Poste · Schema

Letter

SUB
This block contains tags and blocks related to the shipment (options, parcel, sender, addressee, customs).
List sub-bocks (described below):

Ce bloc contient des balises et blocs liés à l’expédition (options, colis, expéditeur, destinataire, douanes).

Liste des sous-blocs (décrits plus bas) :
  • Service : type de produit et tarifs,
  • Parcel : assurances et options,
  • Sender : expéditeur ou déposant en retour
  • Addressee : destinataire,
  • CustomsDeclarations : douanes.

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
service object
parcel object
customsDeclarations object
sender object
addressee object
codSenderAddress object
View JSON Schema on GitHub

JSON Schema

letter.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/letter.json",
  "title": "Letter",
  "required": [
    "addressee",
    "parcel",
    "service"
  ],
  "type": "object",
  "properties": {
    "service": {
      "$ref": "#/components/schemas/Service"
    },
    "parcel": {
      "$ref": "#/components/schemas/ParcelRequestV2"
    },
    "customsDeclarations": {
      "$ref": "#/components/schemas/CustomsDeclarations"
    },
    "sender": {
      "$ref": "#/components/schemas/Sender"
    },
    "addressee": {
      "$ref": "#/components/schemas/Addressee"
    },
    "codSenderAddress": {
      "$ref": "#/components/schemas/Address"
    }
  },
  "description": "<i>SUB</i> <br/>  <lang><en>This block contains tags and blocks related to the shipment (options, parcel, sender, addressee, customs).<br/>List sub-bocks (described below): <br/><ul><li>Service: type of product and prices, </li><li>Parcel: insurances and options, </li><li>Sender: sender,</li><li>Addressee: addressee, </li><li>CustomsDeclarations: customs.</li></ul></en><fr>Ce bloc contient des balises et blocs li\u00e9s \u00e0 l\u2019exp\u00e9dition (options, colis, exp\u00e9diteur, destinataire, douanes).<br/><br/>Liste des sous-blocs (d\u00e9crits plus bas) : <br/><ul><li>Service : type de produit et tarifs, </li><li>Parcel : assurances et options, </li><li>Sender : exp\u00e9diteur ou d\u00e9posant en retour </li><li>Addressee : destinataire,</li><li>CustomsDeclarations : douanes.</li></ul></fr></lang>"
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/letter"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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