ConsoleCatalog
Sign in
1A Auto logo

1A Auto

1aauto.comAutomotiveno auth

Auto parts by vehicle - part details, fitment, install videos, and reviews.

Category Catalog Navigation

ASYNCREADNo auth

Returns shop-by-part categories for a vehicle year, make, and model.

ParametersFormJSON

Vehicle manufacturer (e.g. Ford)

Vehicle model name (e.g. F-150 Truck)

Vehicle model year (e.g. 2024)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_1aauto_category_catalog_navigation",
    "params": {
      "vehicle_make": "Ford",
      "vehicle_model": "F-150 Truck",
      "vehicle_year": "2024"
    }
  }'