> ## Documentation Index
> Fetch the complete documentation index at: https://docs.retailed.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Goat Trends

> Get the latest trends from Goat

### Header

<ParamField header="x-api-key" type="string" required={true}>
  Parameter defines the Retailed private key to use.
</ParamField>

### Parameters

<ParamField query="sort_by" type="string" optional={false} placeholder="release_date">
  Sort by : `relevance` or `release_date`
</ParamField>

<ParamField query="page" type="integer" optional={false} placeholder="1">
  Page number
</ParamField>

### Response

<ResponseField name="list" type="Products List">
  <Expandable title="properties" defaultOpen={true}>
    <ResponseField name="id" type="string">
      Goat product id
    </ResponseField>

    <ResponseField name="url" type="string">
      Goat product url
    </ResponseField>

    <ResponseField name="name" type="string">
      Goat product name
    </ResponseField>

    <ResponseField name="slug" type="string">
      Goat product slug
    </ResponseField>

    <ResponseField name="brand" type="string">
      Goat product brand
    </ResponseField>

    <ResponseField name="image" type="string">
      Goat product image
    </ResponseField>

    <ResponseField name="category" type="string">
      Goat product category
    </ResponseField>

    <ResponseField name="in_stock" type="boolean">
      Goat product stock status
    </ResponseField>

    <ResponseField name="silhouette" type="string">
      Goat product silhouette
    </ResponseField>

    <ResponseField name="release_date" type="string">
      Goat product release date
    </ResponseField>

    <ResponseField name="lowest_price_cents" type="integer">
      Goat product lowest price in cents
    </ResponseField>

    <ResponseField name="retail_price_cents" type="integer">
      Goat product retail price in cents
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseExample>
  ```json Example Response theme={null}
  [
      {
          "id": "1709894",
          "url": "https://www.goat.com/en-us/sneakers/air-jordan-4-retro-rare-air-tour-yellow-io2463-102",
          "name": "Air Jordan 4 Retro 'Rare Air - Tour Yellow'",
          "slug": "air-jordan-4-retro-rare-air-tour-yellow-io2463-102",
          "brand": "Air Jordan",
          "image": "https://image.goat.com/attachments/product_template_pictures/images/114/011/783/original/IO2463_20102.png.png",
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Air Jordan 4",
          "release_date": "2026-09-05",
          "lowest_price_cents": null,
          "retail_price_cents": 22000
      },
      {
          "id": "1708808",
          "url": "https://www.goat.com/en-us/sneakers/air-jordan-9-retro-og-space-jam-2026-hv4794-106",
          "name": "Air Jordan 9 Retro OG 'Space Jam' 2026",
          "slug": "air-jordan-9-retro-og-space-jam-2026-hv4794-106",
          "brand": "Air Jordan",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Air Jordan 9",
          "release_date": "2026-08-08",
          "lowest_price_cents": null,
          "retail_price_cents": 21500
      },
      {
          "id": "1708924",
          "url": "https://www.goat.com/en-us/sneakers/nigel-sylvester-x-air-jordan-4-retro-og-sail-iq8055-100",
          "name": "Nigel Sylvester x Air Jordan 4 Retro OG 'Sail'",
          "slug": "nigel-sylvester-x-air-jordan-4-retro-og-sail-iq8055-100",
          "brand": "Air Jordan",
          "image": "https://image.goat.com/attachments/product_template_pictures/images/113/951/196/original/IQ8055_20100.png.png",
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Air Jordan 4",
          "release_date": "2026-06-10",
          "lowest_price_cents": null,
          "retail_price_cents": 22500
      },
      {
          "id": "1713131",
          "url": "https://www.goat.com/en-us/sneakers/adidas-adistar-control-5-coca-cola-red-kh6895",
          "name": "adidas Adistar Control 5 'Coca-Cola Red'",
          "slug": "adidas-adistar-control-5-coca-cola-red-kh6895",
          "brand": "adidas",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Adistar Control 5",
          "release_date": "2026-06-06",
          "lowest_price_cents": null,
          "retail_price_cents": 14000
      },
      {
          "id": "1713148",
          "url": "https://www.goat.com/en-us/sneakers/adidas-superstar-coca-cola-white-cream-kh6892",
          "name": "adidas Superstar 'Coca-Cola White Cream'",
          "slug": "adidas-superstar-coca-cola-white-cream-kh6892",
          "brand": "adidas",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Superstar",
          "release_date": "2026-06-06",
          "lowest_price_cents": null,
          "retail_price_cents": 13000
      },
      {
          "id": "1713153",
          "url": "https://www.goat.com/en-us/sneakers/adidas-samba-coca-cola-red-kh6893",
          "name": "adidas Samba 'Coca-Cola Red'",
          "slug": "adidas-samba-coca-cola-red-kh6893",
          "brand": "adidas",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Samba",
          "release_date": "2026-06-06",
          "lowest_price_cents": null,
          "retail_price_cents": 13000
      },
      {
          "id": "1713135",
          "url": "https://www.goat.com/en-us/sneakers/adidas-f50-sala-coca-cola-grey-red-kh6906",
          "name": "adidas F50 Sala 'Coca-Cola Grey Red'",
          "slug": "adidas-f50-sala-coca-cola-grey-red-kh6906",
          "brand": "adidas",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "F50",
          "release_date": "2026-06-06",
          "lowest_price_cents": null,
          "retail_price_cents": 14000
      },
      {
          "id": "1713151",
          "url": "https://www.goat.com/en-us/sneakers/adidas-superstar-coca-cola-black-kh6891",
          "name": "adidas Superstar 'Coca-Cola Black'",
          "slug": "adidas-superstar-coca-cola-black-kh6891",
          "brand": "adidas",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Superstar",
          "release_date": "2026-06-06",
          "lowest_price_cents": null,
          "retail_price_cents": 12000
      },
      {
          "id": "1713136",
          "url": "https://www.goat.com/en-us/sneakers/adidas-samba-coca-cola-diet-coke-kh6880",
          "name": "adidas Samba 'Coca-Cola Diet Coke'",
          "slug": "adidas-samba-coca-cola-diet-coke-kh6880",
          "brand": "adidas",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Samba",
          "release_date": "2026-06-06",
          "lowest_price_cents": null,
          "retail_price_cents": 11000
      },
      {
          "id": "1712557",
          "url": "https://www.goat.com/en-us/sneakers/nike-kd-19-bright-ceramic-ih1117-800",
          "name": "Nike KD 19 'Bright Ceramic'",
          "slug": "nike-kd-19-bright-ceramic-ih1117-800",
          "brand": "Nike",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "KD 19",
          "release_date": "2026-05-29",
          "lowest_price_cents": null,
          "retail_price_cents": 15500
      },
      {
          "id": "1716943",
          "url": "https://www.goat.com/en-us/sneakers/nike-air-foamposite-pro-gym-red-2026-hf0794-600",
          "name": "Nike Air Foamposite Pro 'Gym Red' 2026",
          "slug": "nike-air-foamposite-pro-gym-red-2026-hf0794-600",
          "brand": "Nike",
          "image": "https://image.goat.com/attachments/product_template_pictures/images/114/460/731/original/HF0794_20600.png.png",
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Pro",
          "release_date": "2026-05-29",
          "lowest_price_cents": null,
          "retail_price_cents": 24000
      },
      {
          "id": "1723310",
          "url": "https://www.goat.com/en-us/sneakers/air-jordan-12-bloodline-ct8013-001",
          "name": "Air Jordan 12 'Bloodline'",
          "slug": "air-jordan-12-bloodline-ct8013-001",
          "brand": "Air Jordan",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Air Jordan 12",
          "release_date": "2026-05-23",
          "lowest_price_cents": null,
          "retail_price_cents": 20500
      },
      {
          "id": "1713163",
          "url": "https://www.goat.com/en-us/sneakers/adidas-harden-vol-10-hi-res-yellow-jr1602",
          "name": "adidas Harden Vol. 10 'Hi-Res Yellow'",
          "slug": "adidas-harden-vol-10-hi-res-yellow-jr1602",
          "brand": "adidas",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Harden Vol. 10",
          "release_date": "2026-05-16",
          "lowest_price_cents": null,
          "retail_price_cents": 16000
      },
      {
          "id": "1723308",
          "url": "https://www.goat.com/en-us/sneakers/wmns-air-jordan-11-low-mother-s-day-ah7860-102",
          "name": "Wmns Air Jordan 11 Low 'Mother's Day'",
          "slug": "wmns-air-jordan-11-low-mother-s-day-ah7860-102",
          "brand": "Air Jordan",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Air Jordan 11",
          "release_date": "2026-05-02",
          "lowest_price_cents": null,
          "retail_price_cents": 19500
      },
      {
          "id": "1710344",
          "url": "https://www.goat.com/en-us/sneakers/nike-air-zoom-huarache-2k4-white-varsity-red-iv3782-100",
          "name": "Nike Air Zoom Huarache 2K4 'White Varsity Red'",
          "slug": "nike-air-zoom-huarache-2k4-white-varsity-red-iv3782-100",
          "brand": "Nike",
          "image": "https://image.goat.com/attachments/product_template_pictures/images/114/034/554/original/IV3782_20100.png.png",
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Huarache 2K4",
          "release_date": "2026-05-01",
          "lowest_price_cents": null,
          "retail_price_cents": 19000
      },
      {
          "id": "1723307",
          "url": "https://www.goat.com/en-us/sneakers/wmns-air-jordan-3-orange-citrus-ck9246-101",
          "name": "Wmns Air Jordan 3 'Orange Citrus'",
          "slug": "wmns-air-jordan-3-orange-citrus-ck9246-101",
          "brand": "Air Jordan",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Air Jordan 3",
          "release_date": "2026-04-25",
          "lowest_price_cents": null,
          "retail_price_cents": 20500
      },
      {
          "id": "1711729",
          "url": "https://www.goat.com/en-us/sneakers/jurassic-park-x-nike-ja-3-metallic-silver-iu7240-002",
          "name": "Jurassic Park x Nike Ja 3 'Metallic Silver'",
          "slug": "jurassic-park-x-nike-ja-3-metallic-silver-iu7240-002",
          "brand": "Nike",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Ja 3",
          "release_date": "2026-04-21",
          "lowest_price_cents": null,
          "retail_price_cents": 14500
      },
      {
          "id": "1712558",
          "url": "https://www.goat.com/en-us/sneakers/adidas-harden-vol-10-lucid-aquamarine-jq9422",
          "name": "adidas Harden Vol. 10 'Lucid Aquamarine'",
          "slug": "adidas-harden-vol-10-lucid-aquamarine-jq9422",
          "brand": "adidas",
          "image": "https://image.goat.com/attachments/product_template_pictures/images/114/156/757/original/JQ9422.png.png",
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Harden Vol. 10",
          "release_date": "2026-04-16",
          "lowest_price_cents": null,
          "retail_price_cents": 16000
      },
      {
          "id": "1714351",
          "url": "https://www.goat.com/en-us/sneakers/saucony-shadow-5000-beige-blue-s71015-3",
          "name": "Saucony Shadow 5000 'Beige Blue'",
          "slug": "saucony-shadow-5000-beige-blue-s71015-3",
          "brand": "Saucony",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Shadow 5000",
          "release_date": "2026-04-15",
          "lowest_price_cents": null,
          "retail_price_cents": 13500
      },
      {
          "id": "1714353",
          "url": "https://www.goat.com/en-us/sneakers/saucony-progrid-triumph-4-blue-beige-s71015-2",
          "name": "Saucony Progrid Triumph 4 'Blue Beige'",
          "slug": "saucony-progrid-triumph-4-blue-beige-s71015-2",
          "brand": "Saucony",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "ProGrid Triumph 4",
          "release_date": "2026-04-15",
          "lowest_price_cents": null,
          "retail_price_cents": 16500
      },
      {
          "id": "1714349",
          "url": "https://www.goat.com/en-us/sneakers/saucony-progrid-omni-9-beige-blue-s71015-1",
          "name": "Saucony Progrid Omni 9 'Beige Blue'",
          "slug": "saucony-progrid-omni-9-beige-blue-s71015-1",
          "brand": "Saucony",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "ProGrid Omni 9",
          "release_date": "2026-04-15",
          "lowest_price_cents": null,
          "retail_price_cents": 17500
      },
      {
          "id": "1621594",
          "url": "https://www.goat.com/en-us/sneakers/ae-2-black-lime-burst-jr1572",
          "name": "adidas AE 2 'Black Lime Burst'",
          "slug": "ae-2-black-lime-burst-jr1572",
          "brand": "adidas",
          "image": null,
          "category": "shoes",
          "in_stock": true,
          "silhouette": "AE 2",
          "release_date": "2026-04-12",
          "lowest_price_cents": 16200,
          "retail_price_cents": 13000
      },
      {
          "id": "1723319",
          "url": "https://www.goat.com/en-us/sneakers/air-jordan-1-high-og-flight-club-ii9811-001",
          "name": "Air Jordan 1 High OG 'Flight Club'",
          "slug": "air-jordan-1-high-og-flight-club-ii9811-001",
          "brand": "Air Jordan",
          "image": "https://image.goat.com/attachments/product_template_pictures/images/114/768/378/original/II9811_20001.png.png",
          "category": "shoes",
          "in_stock": true,
          "silhouette": "Air Jordan 1",
          "release_date": "2026-04-11",
          "lowest_price_cents": 42300,
          "retail_price_cents": 18500
      },
      {
          "id": "1711771",
          "url": "https://www.goat.com/en-us/sneakers/jurassic-park-x-nike-ja-3-ps-anthracite-crimson-iv2628-001",
          "name": "Jurassic Park x Nike Ja 3 PS 'Anthracite Crimson'",
          "slug": "jurassic-park-x-nike-ja-3-ps-anthracite-crimson-iv2628-001",
          "brand": "Nike",
          "image": null,
          "category": "shoes",
          "in_stock": false,
          "silhouette": "Ja 3",
          "release_date": "2026-04-10",
          "lowest_price_cents": null,
          "retail_price_cents": 9700
      }
  ]
  ```
</ResponseExample>
