parcelLab · Example Payload

Parcellab Pudo Lookup Example

Post-PurchaseE-CommerceTrackingReturnsShippingDeliveryCustomer ExperienceLogisticsCommunicationsGermany

Parcellab Pudo Lookup Example is an example object payload from parcelLab, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.parcellab.com/v4/track/place-info/lookup/?account=12345",
    "headers": {
      "Authorization": "Parcellab-API-Token MTIzNDU6c2VjcmV0",
      "Content-Type": "application/json"
    },
    "body": {
      "account": 12345,
      "country_iso3": "DEU",
      "lookups": [
        { "courier": "dhl", "service_level": "paketshop" }
      ],
      "location": { "latitude": 48.1374, "longitude": 11.5755 }
    }
  },
  "response": {
    "status": 200,
    "body": [
      {
        "courier": "dhl",
        "place_type": "partner",
        "address": {
          "name": "DHL Paketshop 410",
          "street": "Sendlinger Str.",
          "house_no": "12",
          "city": "Munich",
          "postal_code": "80331",
          "country_iso3": "DEU"
        },
        "location": { "latitude": 48.1361, "longitude": 11.5705 },
        "opening_hours": { "monday": "09:00-19:00" },
        "distance_meters": 480,
        "services": ["accept_returns", "drop_off"],
        "phone": "+49 89 1234567",
        "website": "https://www.dhl.de"
      }
    ]
  }
}

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/parcellab-pudo-lookup-example"
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 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.