Changelog
8.05.2020
- English language site
- documentation for international APIs (currently in beta)
26.10.2018
16.09.2016
- CORS
- JSONP
15.09.2016
- Soft launch
14.09.2016
- Exchange Rates crawler & API
10.09.2016
- Frontend design
- reCAPTCHA
07.09.2016
- Extracted validators_ro
- Added CIF/CNP/IBAN/BIC validations
- Cleanup zero-padded CIFs before ingressing
25.08.2016
- Added
last_changed_at
to company model andCompany#show
meta - Removed
created_at
fromCompany#show
- Made
Company#search
API endpoint private
24.08.2016
- API Blueprint published on Apiary
- Improved error responses
- Numeric values of balance data are parsed as numbers (instead of string). Note: All of these numbers are integers
18.08.2016
- Vat statuses ("TVA la încasare") are now embedded in company response
23.06.2016
- Comma-separate address components, enabling easy extraction of street address and city, for example (Ruby):
street_address, street_number, city = company.adresa.split(',')