ToolAssay

State business-registry record by entity number or exact name

State business-registry record by entity number or exact name: status, formation date, principal address, registered agent, officers. Currently served: FL, OR. Up to 10 entities; empty entities is a paid 200. Oregon covers active businesses only. data_as_of is required.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
580 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.flipvo.com/v1/entity/lookup

CategoryCompany and compliance
Provider hostapi.flipvo.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days0 from 0 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 580 ms

Example input (from the provider)

{
  "body": {
    "entity_number": "P12345",
    "state": "FL"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "description": "Every input rule lives here, so an invalid body is refused before the 402 (#118).",
          "properties": {
            "entity_number": {
              "anyOf": [
                {
                  "maxLength": 32,
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "examples": [
                "P12345"
              ],
              "title": "Entity Number"
            },
            "name": {
              "anyOf": [
                {
                  "maxLength": 200,
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Name"
            },
            "state": {
              "enum": [
                "FL",
                "OR"
              ],
              "examples": [
                "FL"
              ],
              "maxLength": 2,
              "minLength": 2,
              "title": "State",
              "type": "string"
            }
          },
          "required": [
            "state"
          ],
          "title": "EntityLookupRequest",
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "coverage": {
              "title": "Coverage",
              "type": "string"
            },
            "data_as_of": {
              "additionalProperties": {
                "type": "string"
              },
              "title": "Data As Of",
              "type": "object"
            },
            "entities": {
              "items": {
                "properties": {
                  "active": {
                    "title": "Active",
                    "type": "boolean"
                  },
                  "details": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "title": "Details",
                    "type": "object"
                  },
                  "entity_number": {
                    "title": "Entity Number",
                    "type": "string"
                  },
                  "entity_type": {
                    "title": "Entity Type",
                    "type": "string"
                  },
                  "formed": {
                    "anyOf": [
                      {
                        "format": "date",
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Formed"
                  },
                  "name": {
                    "title": "Name",
                    "type": "string"
                  },
                  "officers": {
                    "items": {
                      "properties": {
                        "name": {
                          "title": "Name",
                          "type": "string"
                        },
                        "title": {
                          "description": "As the state gives it, e.g. FL 'P', 'MGR', 'AMBR'.",
                          "title": "Title",
                          "type": "string"
                        },
                        "type": {
                          "description": "'person' or 'entity'; '' when the state does not say.",
                          "title": "Type",
                          "type": "string"
                        }
                      },
                      "required": [
                        "title",
                        "name",
                        "type"
                      ],
                      "title": "OfficerOut",
                      "type": "object"
                    },
                    "title": "Officers",
                    "type": "array"
                  },
                  "principal_address": {
                    "properties": {
                      "city": {
                        "title": "City",
                        "type": "string"
                      },
                      "country": {
                        "title": "Country",
                        "type": "string"
                      },
                      "line1": {
                        "title": "Line1",
                        "type": "string"
                      },
                      "line2": {
                        "title": "Line2",
                        "type": "string"
                      },
                      "state": {
                        "title": "State",
                        "type": "string"
                      },
                      "zip": {
                        "title": "Zip",
                        "type": "string"
                      }
                    },
                    "required": [
                      "line1",
                      "line2",
                      "city",
                      "state",
                      "zip",
                      "country"
                    ],
                    "title": "AddressOut",
                    "type": "o

This page as JSON