MockHero

tax_id

Business

Generate tax identification numbers in country-appropriate formats. For tax form testing, business registration, and compliance system seeding.

Example Outputs

DE12345678912-3456789GB123456789

API Usage

Send a POST request to generate tax id data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "tax_id",
          "type": "tax_id"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Tax form testing
  • Business registration testing
  • Compliance system seeding

Quick Info

Field Type
tax_id
Category
Business
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate tax id data instantly in the playground.

Generate Tax ID + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free