Edmunds website screenshot

Edmunds

Edmunds is a popular automotive resource website that provides consumers with valuable information and tools to help them make informed decisions about buying and selling cars. They offer expert reviews, comparison tools, price guides, and a variety of resources to help users research and find the perfect vehicle for their needs.

2 APIs 0 Features
AutomobilesCarsVehicles

APIs

Edmunds Dealership API

The Edmunds Dealership API is a tool that provides real-time access to data on cars for sale at dealerships across the country. By connecting to the API, users can search for sp...

Edmunds API

Edmunds API is a robust software interface that provides access to a vast database of automotive information and data. With this API, users can access details on car specificati...

Collections

Pricing Plans

Edmunds Plans Pricing

3 plans

PLANS

Rate Limits

Edmunds Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
📜
TermsOfService
TermsOfService
🔗
Branding
Branding
💬
FAQ
FAQ
🔗
Contact
Contact
📦
SDKs
SDKs

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Edmunds Vehicle API
  version: '3.0'
request:
  auth:
    type: apikey
    key: api_key
    value: '{{api_key}}'
    placement: query
items:
- info:
    name: Vehicle
    type: folder
  items:
  - info:
      name: List vehicle makes
      type: http
    http:
      method: GET
      url: https://api.edmunds.com/api/vehicle/v3/makes
      params:
      - name: state
        value: ''
        type: query
      - name: year
        value: ''
        type: query
      - name: view
        value: ''
        type: query
    docs: List vehicle makes
  - info:
      name: Count vehicle makes
      type: http
    http:
      method: GET
      url: https://api.edmunds.com/api/vehicle/v3/makes/count
    docs: Count vehicle makes
  - info:
      name: List models
      type: http
    http:
      method: GET
      url: https://api.edmunds.com/api/vehicle/v3/models
      params:
      - name: state
        value: ''
        type: query
      - name: year
        value: ''
        type: query
    docs: List models
  - info:
      name: List makes (v2) with model year data
      type: http
    http:
      method: GET
      url: https://api.edmunds.com/api/vehicle/v2/makes
      params:
      - name: state
        value: ''
        type: query
    docs: List makes (v2) with model year data
  - info:
      name: List models for a make (v2)
      type: http
    http:
      method: GET
      url: https://api.edmunds.com/api/vehicle/v2/:makeNiceName/models
      params:
      - name: makeNiceName
        value: ''
        type: path
      - name: state
        value: ''
        type: query
      - name: view
        value: ''
        type: query
    docs: List models for a make (v2)
bundled: true