{
  "name": "Savills Philippines API Catalog",
  "version": "1.0.0",
  "base_url": "https://savillsph.com",
  "description": "Catalog of Savills Philippines web resources and service endpoints.",
  "apis": [
    {
      "id": "homepage",
      "name": "Homepage",
      "url": "https://savillsph.com/",
      "method": "GET",
      "description": "Main website landing page"
    },
    {
      "id": "services",
      "name": "Services",
      "url": "https://savillsph.com/services/",
      "method": "GET",
      "description": "Real estate services offered"
    },
    {
      "id": "about",
      "name": "About Us",
      "url": "https://savillsph.com/about-us/",
      "method": "GET",
      "description": "Company information"
    },
    {
      "id": "contact",
      "name": "Contact Us",
      "url": "https://savillsph.com/contact-us/",
      "method": "GET",
      "description": "Contact information and inquiry form"
    },
    {
      "id": "property-search",
      "name": "Property Search",
      "url": "https://savillsph.com/",
      "method": "GET",
      "description": "Search for available properties"
    },
    {
      "id": "research",
      "name": "Research and Insights",
      "url": "https://savillsph.com/research-insights/",
      "method": "GET",
      "description": "Market reports and research publications"
    },
    {
      "id": "career",
      "name": "Careers",
      "url": "https://savillsph.com/careers/",
      "method": "GET",
      "description": "List of Career Opportunities"
    },
    {
      "id": "resource",
      "name": "Resources",
      "url": "https://savillsph.com/resources/",
      "method": "GET",
      "description": "Client testimonials"
    }


  ],
  "contact": {
    "company": "Savills Philippines Inc.",
    "phone": "+63 2 8403 5519",
    "email": "info@savillsph.com"
  }
}