<?xml version="1.0" encoding="UTF-8"?>
<api xmlns="https://tigongolfcarts.com/api/schema/1.0" version="1.0">
  <metadata>
    <name>TIGON Golf Carts API Feed</name>
    <website>https://tigongolfcarts.com</website>
    <phone>1-844-844-6638</phone>
    <generated>2026-06-02T12:00:00Z</generated>
    <format>XML</format>
    <encoding>UTF-8</encoding>
  </metadata>

  <endpoints>
    <endpoint>
      <path>/api/carts</path>
      <method>GET</method>
      <description>Retrieve golf cart inventory with filtering and pagination</description>
      <params>
        <param name="page" type="integer" default="0">Page number (zero-indexed)</param>
        <param name="pageSize" type="integer" default="12">Results per page (max 50)</param>
        <param name="make" type="string">Filter by manufacturer (e.g., Denago, Evolution, EZGO)</param>
        <param name="isUsed" type="boolean">Filter new (false) or used (true) carts</param>
        <param name="isElectric" type="boolean">Filter electric (true) or gas (false) carts</param>
        <param name="locationId" type="string">Filter by store location ID (T1–T7)</param>
        <param name="minPrice" type="number">Minimum price filter</param>
        <param name="maxPrice" type="number">Maximum price filter</param>
      </params>
      <url>https://tigongolfcarts.com/api/carts</url>
    </endpoint>

    <endpoint>
      <path>/api/cart/:id</path>
      <method>GET</method>
      <description>Retrieve detailed information for a single golf cart by ID</description>
      <url>https://tigongolfcarts.com/api/cart/{id}</url>
    </endpoint>

    <endpoint>
      <path>/api/stores</path>
      <method>GET</method>
      <description>Retrieve all TIGON Golf Carts dealership locations</description>
      <url>https://tigongolfcarts.com/api/stores</url>
    </endpoint>

    <endpoint>
      <path>/api/slug-map</path>
      <method>GET</method>
      <description>Retrieve slug-to-ID mapping for all inventory URLs</description>
      <url>https://tigongolfcarts.com/api/slug-map</url>
    </endpoint>
  </endpoints>

  <sitemaps>
    <sitemap>
      <name>Main Sitemap Index</name>
      <url>https://tigongolfcarts.com/sitemap.xml</url>
      <type>sitemapindex</type>
    </sitemap>
    <sitemap>
      <name>Pages Sitemap</name>
      <url>https://tigongolfcarts.com/pages-sitemap.xml</url>
      <type>urlset</type>
    </sitemap>
    <sitemap>
      <name>Brand Sitemap</name>
      <url>https://tigongolfcarts.com/brand-sitemap.xml</url>
      <type>urlset</type>
    </sitemap>
    <sitemap>
      <name>Models Sitemap</name>
      <url>https://tigongolfcarts.com/models-sitemap.xml</url>
      <type>urlset</type>
    </sitemap>
    <sitemap>
      <name>Inventory Sitemap</name>
      <url>https://tigongolfcarts.com/inventory-sitemap.xml</url>
      <type>urlset</type>
    </sitemap>
    <sitemap>
      <name>Images Sitemap</name>
      <url>https://tigongolfcarts.com/images-sitemap.xml</url>
      <type>urlset</type>
    </sitemap>
    <sitemap>
      <name>States Sitemap</name>
      <url>https://tigongolfcarts.com/states-sitemap.xml</url>
      <type>urlset</type>
    </sitemap>
    <sitemap>
      <name>RSS Feed</name>
      <url>https://tigongolfcarts.com/rss.xml</url>
      <type>rss</type>
    </sitemap>
    <sitemap>
      <name>Atom Feed</name>
      <url>https://tigongolfcarts.com/atom.xml</url>
      <type>atom</type>
    </sitemap>
  </sitemaps>

</api>
