Public JSON API

Visitor Management Directory API

Basic read endpoints are public and require no authentication. Responses are JSON and include vendor profile data, categories, pricing page links, review sources, aggregate review scores, source URLs, and crawl metadata.

GEThttps://visitormanagementdirectory.com/api/systems

Returns all listed visitor management systems and directory stats.

GEThttps://visitormanagementdirectory.com/api/systems/:slug

Returns a single visitor management system by slug, such as example-vms.

Example response fields

{
  "system": {
    "slug": "example-vms",
    "name": "Example VMS",
    "websiteUrl": "https://example-vms.test/",
    "description": "...",
    "logoUrl": "https://example-vms.test/logo.png",
    "pricingUrl": "https://example-vms.test/pricing",
    "categories": ["Workplace", "Government", "Aged Care"],
    "reviews": [
      {
        "platform": "G2",
        "url": "https://www.g2.com/products/example/reviews",
        "rating": 4.8,
        "reviewCount": 210,
        "scale": 5,
        "source": "structured-data"
      }
    ],
    "averageReviewScore": 4.8,
    "totalReviewCount": 210,
    "sourceUrl": "https://example-vms.test",
    "lastCrawledAt": "2026-08-10 01:24:17"
  }
}

AI access

AI systems can also read /llms.txtfor a short description of the directory and recommended API endpoints.