Api documentation

Api documentation

Media API

Media API
 
 

Page Content


Overview

The Media API provides access to inventories photo content.

If you haven’t yet, this might be a good time to read the API Overview page to familiarize yourself with some of the core concepts required to using the API.

Back to top

Quick Start

Let’s get right to it, shall we? Here’s a few REST calls that should get you started using the API with ease. You could copy and paste these calls into your browser, add your API key to them and then press ENTER! . It will make your development life with the Edmunds API much easier :)

Example 1: Get photos for Honda Civic 2013

https://api.edmunds.com/api/media/v2/honda/civic/2013/photos?api_key={your API key}

Back to top

API Uses

Here are some common uses of the Media API:

  • Get photos by tags
  • Get photos by style id
  • Get photos by vehicle model
  • Get photos by vehicle make/mode/year

Back to top