api.nisa.digital
2025-08-28

Comprehensive guide to our Pohoda/Pamica endpoints

/v1/slovensko/tax/:search

Lookup companies in the tax register.
Params
:search - partial company name or ICO
Request
GET
Response
200text/json

{
      cin: string, company id (ICO)
      tin: string, tax id (DIC)
      vatin: string, VAT id (ICDPH)
      name: string
      street: string
      municipality: string
      postal_code: string
      country: string
      effective_to: string, YYYY-MM-DD
}[]
Error Codes
400 Bad Request
Your request doesn't meet the required input format
401 Not Authorized
Your request doesn't meet authorization requirements
404 Not Found
The entity you're looking for is missing
460 Request Error
Requested operation wasn't performed, or XML import failed
500 Internal Error
We encountered an internal server error
503 Not Available
Requested entity is offline and cannot be reached, try again later

/v1/slovensko/vat/:search

Lookup companies in the VAT register.
Params
:search - partial company name or ICO
Request
GET
Response
200text/json

{
      cin: string, company id (ICO)
      vatin: string, VAT id (ICDPH)
      name: string
      street: string
      municipality: string
      postal_code: string
      country: string
      effective_to: string, YYYY-MM-DD
      registered_on: string, YYYY-MM-DD
      registration_kind: string
}[]
Error Codes
400 Bad Request
Your request doesn't meet the required input format
401 Not Authorized
Your request doesn't meet authorization requirements
404 Not Found
The entity you're looking for is missing
460 Request Error
Requested operation wasn't performed, or XML import failed
500 Internal Error
We encountered an internal server error
503 Not Available
Requested entity is offline and cannot be reached, try again later