HR89018712265
JANAF, d.d.
CroatiaVerified against VIES
Valid at query time
Validation result
- VAT number
- HR89018712265
- Company
- JANAF, d.d.
- Address
- MIRAMARSKA CESTA 24, ZAGREB, 10000 Zagreb
- Country
- Croatia
- Registry
- VIES
- VAT format
- HR + 11 digits
- Local name
- OIB — Porez na dodanu vrijednost
Reproduce this check
curl -X POST "https://api.vatverify.dev/v1/validate" \ -H "Authorization: Bearer $VATVERIFY_KEY" \ -H "Content-Type: application/json" \ -d '{"vat_number":"HR89018712265"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "HR89018712265",
"country": {
"code": "HR",
"name": "Croatia",
"vat": {
"name": "Porez na dodanu vrijednost",
"abbreviation": "PDV",
"currency": "EUR",
"standard_rate": 25,
"reduced_rates": [
5,
13
],
"super_reduced_rate": null,
"parking_rate": null,
"number_format": "HR + 11 digits",
"number_pattern": "^HR\\d{11}$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "JANAF, d.d.",
"address": "MIRAMARSKA CESTA 24, ZAGREB, 10000 Zagreb"
},
"verify_id": null,
"verified_at": "2026-04-25T10:16:07.383Z"
},
"meta": {
"request_id": "019dd537-4d81-73ba-a63b-f82043525127",
"latency_ms": 524,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-25T10:16:07.383Z",
"stale_seconds": 286497
}
}More from Croatia
All Croatia VAT detailsFrequently asked
- Is HR89018712265 valid?
- Yes: HR89018712265 returned valid:true from VIES at the time of this check and resolved to JANAF, d.d..
- What does OIB stand for?
- OIB is short for OIB, Osobni identifikacijski broj (Porez na dodanu vrijednost). It is the local name for Croatia's VAT identification number.
- How is this checked?
- vatverify queries VIES directly for every validation. Valid responses are cached for 30 days; invalid responses are cached for 24 hours. The "Re-check now" button bypasses the cache and forces a fresh registry call.
- Can I integrate this in my own code?
- Yes. POST /v1/validate with {"vat_number":"HR89018712265"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.
This validation is stored 30 days for audit reference — request id 019dd537-4d8….
Automate Croatia VAT checks in your stack
Replace manual lookups with one API call against VIES. Drops into invoicing, checkout, and signup flows in any language. 500 free validations per month, no credit card.