dfridrich / Ares

Communication with ARES (Czech business register)
MIT License
26 stars 27 forks source link

New ARES from 30th of September 2023! #36

Open patrikvalentaa opened 1 year ago

patrikvalentaa commented 1 year ago

A new ARES is accessable at location https://ares.gov.cz/, it provides REST API, so no longer will be need the XML communications. It also has a documentation https://ares.gov.cz/swagger-ui/. Currently is the new ARES in a pilot mode and according to the words from Czech ministry of finance it contains data until 30th of July 2023. But the old ARES will be running concurently with the new one until 30th of September 2023. And then the old one will gone.

dakur commented 1 year ago

Link to source: https://www.mfcr.cz/cs/ministerstvo/informacni-systemy/ares--administrativni-registr-ekonomicky

dakur commented 1 year ago

I'll try to prepare PR. I think it will be needed to decouple response parsing logic so that both APIs can be used concurrently for transitive period.

petrparolek commented 1 year ago

@dakur it can help https://github.com/h4kuna/ares/pull/31

parisek commented 8 months ago

Will replace this library with https://github.com/h4kuna/ares/