<?xml version="1.0" encoding="UTF-8"?>
<!-- Golf Cart Vita — API Capabilities Feed -->
<!-- Inventory API powered by Golf Cart Vita DMS | Updated daily at 10:55 PM ET -->
<!-- Website: https://golfcartvita.com | Phone: 1-888-502-7074 -->
<api>
  <provider>Golf Cart Vita</provider>
  <website>https://golfcartvita.com</website>
  <phone>1-888-502-7074</phone>
  <last_updated>2026-06-09T22:55:00-05:00</last_updated>
  <refresh_schedule>Daily at 10:55 PM Eastern Time</refresh_schedule>

  <endpoints>
    <endpoint>
      <name>Inventory Feed</name>
      <url>https://golfcartvita.com/api/inventory</url>
      <method>GET</method>
      <description>Live golf cart inventory feed. Returns current available inventory updated daily.</description>
      <format>JSON</format>
      <cache_ttl>86400</cache_ttl>
    </endpoint>
    <endpoint>
      <name>Site Information</name>
      <url>https://golfcartvita.com/api/site-info.json</url>
      <method>GET</method>
      <description>Business information, locations, brands, and contact details for AI systems and scrapers.</description>
      <format>JSON</format>
    </endpoint>
    <endpoint>
      <name>Schema Data</name>
      <url>https://golfcartvita.com/schema.json</url>
      <method>GET</method>
      <description>JSON-LD structured data for business, locations, and inventory for search engines and AI.</description>
      <format>JSON-LD</format>
    </endpoint>
  </endpoints>

  <data_sources>
    <source>
      <name>Golf Cart Vita DMS</name>
      <type>Dealer Management System</type>
      <base_url>https://api.tigondms.com/wp-website</base_url>
      <refresh>Daily at 10:55 PM ET</refresh>
    </source>
  </data_sources>

  <inventory_stats>
    <total_units>800+</total_units>
    <brands>13</brands>
    <locations>14</locations>
    <states>9</states>
    <condition_types>New, Used, Certified Pre-Owned</condition_types>
    <power_types>Electric, Gas</power_types>
    <passenger_configs>2, 4, 6, 8</passenger_configs>
  </inventory_stats>

</api>
