Voygr Business Validation API

Business existence and operating-status validation. POST /v1/business-status takes a business name and a full street address and returns existence_status (exists, not_exists, uncertain) and open_closed_status (open, closed, uncertain) with a request_id and an ISO 8601 validation timestamp; GET /v1/usage returns the remaining quota. POST /signup issues an API key by email with no authentication required. Authenticated with the same X-API-Key header and drawn from the same credit balance as the Calls API, at 1 credit per request. Documented in the first-party dev-tools README and wrapped by the official voygr CLI and Python client; no OpenAPI is published for this surface.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/voygr-business-validation-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Voygr Business Validation API
description: Business existence and operating-status validation. POST /v1/business-status takes a business
  name and a full street address and returns existence_status (exists, not_exists, uncertain) and open_closed_status
  (open, closed, uncertain) with a request_id and an ISO 8601 validation timestamp; GET /v1/usage returns
  the remaining quota. POST /signup issues an API key by email with no authentication required. Authenticated
  with the same X-API-Key header and drawn from the same credit balance as the Calls API, at 1 credit
  per request. Documented in the first-party dev-tools README and wrapped by the official voygr CLI and
  Python client; no OpenAPI is published for this surface.
humanURL: https://github.com/voygr-tech/dev-tools#api-reference
baseURL: https://dev.voygr.tech
x-base-url-note: '`dev.voygr.tech` reads like a non-production host but it IS the production base URL
  VOYGR publishes for this API: it is the hardcoded CLI/library default in voygr-tech/dev-tools (src/voygr/cli.py),
  the "Base URL" in that repo''s API reference, and the Homepage on the PyPI package. It also serves a
  byte-identical copy of the Calls API OpenAPI. Do not "repair" it to api.voygr.tech — that would point
  this entry at a different contract.'
tags:
- Data Validation
- POI Data
- Places
- Location Intelligence
- business-status
tags_raw:
- data-validation
- poi-data
- places
- location-intelligence
- business-status
properties:
- type: Documentation
  url: https://github.com/voygr-tech/dev-tools#readme
- type: APIReference
  url: https://github.com/voygr-tech/dev-tools#api-reference
- type: SourceCode
  url: https://github.com/voygr-tech/dev-tools
- type: CLI
  url: cli/voygr-cli.yml
- type: Authentication
  url: authentication/voygr-authentication.yml