Api documentation

Api documentation

Media API

Media API
 
 

Page Content


Overview

The Media API provides access to inventories photo and video 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! Better yet, you could use our API Console to make live API calls of your own. Once you’re comfortable with these calls, you should think about downloading our Javascript SDK. It will make your development life with the Edmunds API much easier :)

Example 1: Get a list of media items by tag Acura

https://api.edmunds.com/api/media/v2?tag=acura&api_key={your API key}

Example 2: Get photos for Honda Civic 2013

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

Example 3: Get videos for style with id 200692674

https://api.edmunds.com/api/media/v2/styles/200692674/videos?api_key={your API key}

Back to top

API Uses

Here are some common uses of the Media API:

  • Get all media items by tags
  • Get photos by tags
  • Get videos by style id
  • Get photos by vehicle model
  • Get videos by vehicle make/mode/year

Back to top