Piloterr

Autodoc Product Related

Vehicle fitment lines per maker for an Autodoc product: models, TecDoc-style ids, and dates from the related-auto flow.

Credit cost: 2 credits per call

GET
/v2/autodoc/product/related

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Same HTTPS product page URL as the Product endpoint (query there = query here). Must use a supported Autodoc shop host (see Product / Search documentation for the allowlist). Example: https://www.autodoc.de/ridex/8098144

maker_id*number

TecDoc maker id from compatibility.cars[] / compatibility.trucks[] (HTML data-maker-id), e.g. 121 for VW.

vehicle_type?string

pkw (passenger cars) or lkw (commercial). Must match the compatibility row.

Default"pkw"
maker_name?string

Maker label (e.g. VW). Improves parsing of vehicle lines; optional.

product_id?number

Article id if it cannot be inferred from the product URL path.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/autodoc/product/related?query=string&maker_id=0"
{
  "product_url": "https://www.autodoc.de/ridex/8098144",
  "product_id": 8098144,
  "maker_id": 121,
  "vehicle_type": "pkw",
  "models": [
    "VW Sharan I (7M8, 7M9, 7M6) (Baujahr 05.1995 - 03.2010)",
    "VW Polo III Classic (6V2) (Baujahr 11.1995 - 07.2006)",
    "VW Polo III Variant (6V5) (Baujahr 04.1997 - 09.2001)",
    "VW Golf IV Schrägheck (1J1) (Baujahr 08.1997 - 06.2005)",
    "VW Golf IV Variant (1J5) (Baujahr 05.1999 - 06.2006)",
    "VW Golf IV Cabrio (1E) (Baujahr 06.1998 - 06.2002)",
    "VW New Beetle Schrägheck (9C1, 1C1) (Baujahr 01.1998 - 09.2010)",
    "VW Bora Limousine (1J2) (Baujahr 10.1998 - 09.2005)",
    "VW Caddy II Kastenwagen (9K9A) (Baujahr 11.1995 - 01.2004)",
    "VW Bora Variant (1J6) (Baujahr 05.1999 - 05.2005)",
    "VW Polo III Schrägheck (6N2) (Baujahr 10.1999 - 10.2001)",
    "VW New Beetle Cabrio (1Y7) (Baujahr 09.2002 - 10.2010)",
    "VW Multivan T5 (7HM, 7HN, 7HF, 7EF, 7EM, 7EN) (Baujahr 04.2003 - 08.2015)",
    "VW Golf V Schrägheck (1K1) (Baujahr 10.2003 - 02.2009)",
    "VW Transporter T5 Pritsche / Fahrgestell (7JD, 7JE, 7JL, 7JY, 7JZ, 7FD) (Baujahr 04.2003 - 08.2015)",
    "VW Transporter T5 Kastenwagen (7HA, 7HH, 7EA, 7EH) (Baujahr 04.2003 - ...)",
    "VW Transporter T5 Bus (7HB, 7HJ, 7EB, 7EJ, 7EF, 7EG, 7HF, 7EC) (Baujahr 04.2003 - 08.2015)",
    "VW Caddy III Kastenwagen (2KA, 2KH, 2CA, 2CH) (Baujahr 03.2004 - 05.2015)",
    "VW Caddy III Kombi (2KB, 2KJ, 2CB, 2CJ) (Baujahr 03.2004 - 05.2015)",
    "VW Caddy II Kombi (9K9B) (Baujahr 11.1995 - 01.2004)",
    "VW Bora Limousine (Baujahr 01.2007 - ...)",
    "VW Sharan Kastenwagen (7M) (Baujahr 05.1995 - 03.2010)"
  ],
  "vehicles": [
    {
      "raw": "VW Sharan I (7M8, 7M9, 7M6) (Baujahr 05.1995 - 03.2010)",
      "brand": "VW",
      "model": "Sharan I (7M8, 7M9, 7M6) (Baujahr 05.1995 - 03.2010)",
      "end_date": "03.2010",
      "model_id": 1312,
      "start_date": "05.1995"
    },
    {
      "raw": "VW Transporter T5 Kastenwagen (7HA, 7HH, 7EA, 7EH) (Baujahr 04.2003 - ...)",
      "brand": "VW",
      "model": "Transporter T5 Kastenwagen (7HA, 7HH, 7EA, 7EH) (Baujahr 04.2003 - ...)",
      "end_date": null,
      "model_id": 5004,
      "start_date": null
    },
    {
      "raw": "VW Bora Limousine (Baujahr 01.2007 - ...)",
      "brand": "VW",
      "model": "Bora Limousine (Baujahr 01.2007 - ...)",
      "end_date": null,
      "model_id": 11598,
      "start_date": null
    }
  ]
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}