Etsy · Schema

ListingVideo

Reference urls and metadata for a video associated with a specific listing.

MarketplaceE-CommerceHandmadeListingsOrderPaymentsReviewsShippingTaxonomyAuthentication

Properties

Name Type Description
video_id integer The unique ID of a video associated with a listing.
height integer The video height dimension in pixels.
width integer The video width dimension in pixels.
thumbnail_url string The url of the video thumbnail.
video_url string The url of the video file.
video_state string The current state of a given video. Value is one of `active`, `inactive`, `deleted` or `flagged`.
View JSON Schema on GitHub

JSON Schema

open-api-v3-listing-video-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListingVideo",
  "description": "Reference urls and metadata for a video associated with a specific listing.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-listing-video-schema.json",
  "type": "object",
  "properties": {
    "video_id": {
      "type": "integer",
      "description": "The unique ID of a video associated with a listing.",
      "format": "int64",
      "minimum": 1,
      "example": 1
    },
    "height": {
      "type": "integer",
      "description": "The video height dimension in pixels.",
      "example": 1
    },
    "width": {
      "type": "integer",
      "description": "The video width dimension in pixels.",
      "example": 1
    },
    "thumbnail_url": {
      "type": "string",
      "description": "The url of the video thumbnail.",
      "example": "https://www.etsy.com/listing/123456789"
    },
    "video_url": {
      "type": "string",
      "description": "The url of the video file.",
      "example": "https://www.etsy.com/listing/123456789"
    },
    "video_state": {
      "type": "string",
      "description": "The current state of a given video. Value is one of `active`, `inactive`, `deleted` or `flagged`.",
      "enum": [
        "active",
        "inactive",
        "deleted",
        "flagged"
      ],
      "default": "active",
      "example": "active"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/open-api-v3-listing-video"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.