AutoGrid – Make Model Year is a lightweight yet powerful plugin that lets you store, manage, search, and export vehicle data (Make Model Year) directly from your WordPress dashboard.
The plugin creates a dedicated database table with proper indexes for fast queries, even with 1,000,000+ rows. Export uses PHP output buffering with chunked streaming so it never loads all records into memory. Import processes rows in configurable batches for reliability.
Display a cascading vehicle selector on any page:
[car_selector]
Optional attributes:
[car_selector show_year="true" show_search="true" redirect="/results/"]
Full REST API under the cmmy/v1 namespace:
GET /wp-json/cmmy/v1/vehicles — List vehicles (paginated)GET /wp-json/cmmy/v1/makes — List all unique makesGET /wp-json/cmmy/v1/models?make=Toyota — List models for a makeGET /wp-json/cmmy/v1/years?make=Toyota&model=Corolla — List yearsPOST /PUT /DELETE endpoints for authenticated users