Discover/startmycar.com API
live

startmycar.com APIstartmycar.com

Access car makes, models, owner reviews, fuse box diagrams, maintenance guides, reported problems, and service manuals from StartMyCar.com via a structured API.

Endpoints
13
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/f57ae734-c738-4956-9082-88c07d4ff46b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f57ae734-c738-4956-9082-88c07d4ff46b/get_all_makes' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 13 totalclick to expand

List all car makes/manufacturers available on the site. Returns popular makes with logos and all other makes.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "makes": "array of objects with name, slug, logo_url, and popular boolean"
  },
  "sample": {
    "data": {
      "makes": [
        {
          "name": "ford",
          "slug": "ford",
          "popular": true,
          "logo_url": "https://static.startmycar.com/images/logos-transparent/ford.png?v=366bb6"
        },
        {
          "name": "Abarth",
          "slug": "abarth",
          "popular": false,
          "logo_url": null
        }
      ]
    },
    "status": "success"
  }
}

About the startmycar.com API

The StartMyCar API covers 13 endpoints exposing vehicle data from StartMyCar.com, including owner reviews, fuse box diagrams, maintenance guides, reported problems, and service manuals. The get_fusebox_detail endpoint returns panel-level fuse breakdowns with type, number, and description for each fuse, while search_problems lets you query owner-reported issues across all makes and models by keyword.

Vehicle Coverage and Navigation

Start with get_all_makes to retrieve the full list of car manufacturers, each with a name, slug, logo_url, and a popular flag. Pass any make_slug into get_models_by_make to get both popular_models and all_models arrays. From there, get_model_overview returns metadata fields such as idModelo, marca, and locales, plus a sections array pointing to available content areas for that model.

Fuse Box and Manual Data

get_fusebox_list returns all available diagram versions for a model as fusebox_versions objects with year, label, slug, and url. Pass a version_slug into get_fusebox_detail to get a panels array where each panel contains a fuses array of objects with type, number, and description — useful for programmatically answering "what is fuse 15 in the engine bay box" questions. Owner's manuals are accessible via get_owner_manuals (organized by year) and service/repair documents via get_service_repair_manuals, which includes metadata covering file size, page count, and language.

Guides, Reviews, and Problems

get_model_guides_list returns guide objects with title, category, url, and slug. Retrieve the full structured content of any guide through get_guide_detail, which returns a content array of typed blocks (h2, h3, p, li) plus a summary string. get_model_reviews surfaces owner reviews with author, an integer rating (1–5), comment, and an average_rating field. get_model_problems and search_problems both expose owner-submitted problem reports; the search endpoint adds tags and a total count and accepts free-text queries like battery drain or engine light.

Model Comparisons

get_model_comparisons returns a comparisons array of objects with title and url, pointing to side-by-side comparison pages for a given model. These are navigational links rather than structured comparison data fields.

Common use cases
  • Build a fuse lookup tool that answers which fuse controls a specific circuit, using get_fusebox_detail panel and fuse data.
  • Aggregate owner-reported problems by make and model using get_model_problems and search_problems to surface reliability trends.
  • Index maintenance and troubleshooting guides by category using get_model_guides_list and get_guide_detail content blocks.
  • Display owner review scores and comments in a vehicle research app via get_model_reviews and its average_rating field.
  • Generate a manual catalog for a given model year using get_owner_manuals with year-organized entries.
  • Populate a make-and-model selector UI with logo assets and popularity flags from get_all_makes and get_models_by_make.
  • Surface service manual metadata including file size and language using get_service_repair_manuals for a parts or repair platform.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does StartMyCar.com offer an official developer API?+
StartMyCar.com does not publish an official developer API or documented public endpoints. This Parse API provides structured access to the data available on the site.
What does `get_fusebox_detail` return and how granular is the fuse data?+
get_fusebox_detail returns a panels array for the requested version_slug. Each panel has a panel_name and a fuses array where every entry includes type (e.g. fuse or relay), number, and a plain-text description of what it protects. Coverage depends on what diagrams are available for that model and year on StartMyCar.com.
Does the API expose vehicle specifications such as engine displacement, horsepower, or trim levels?+
Not currently. The API covers guides, reviews, fuse diagrams, manuals, and owner-reported problems. Vehicle specs and trim data are not part of the response fields. You can fork this API on Parse and revise it to add an endpoint targeting that data if it becomes available on the site.
Does `search_problems` support filtering by make, model, or year?+
No — search_problems accepts only a free-text query string and returns a total count plus results objects with title, car_info, description, tags, author, and url. Make- and model-scoped problem data is available through get_model_problems instead, which takes make_slug and model_slug as inputs.
Are all makes and models available in every language or region?+
The get_model_overview response includes locales and countries fields in the metadata object, indicating that some content is locale-specific. Not every model will have guides, reviews, or fuse diagrams available in all languages. Data availability reflects what is published on StartMyCar.com for that make and model.
Page content last updated . Spec covers 13 endpoints from startmycar.com.
Related APIs in AutomotiveSee all →
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
carjam.co.nz API
Look up detailed New Zealand vehicle information by license plate, VIN, or chassis number to instantly access registration status, WOF/COF compliance, service history, odometer readings, and damage records. Verify if a vehicle is stolen and get comprehensive specs to make informed decisions before purchasing or for fleet management.