It looks like the anti-corruption office of the Ukrainian government has released more entity lists, which are not strictly sanctions lists. I would like to make them into a separate dataset that we crawl, called ua_nazk_warnings (while the main bit is still in ua_nazk_sanctions). This should then not be added to the sanctions collection, but to default.
These are the API endpoints:
/api/v6/shame/
/api/v6/boycott/
/api/v6/military-components/
The API is documented here: https://sanctions.nazk.gov.ua/api/
This dataset is multi-lingual, let's make use of entity.add(prop, val, lang='ukr') :)
It looks like the anti-corruption office of the Ukrainian government has released more entity lists, which are not strictly sanctions lists. I would like to make them into a separate dataset that we crawl, called
ua_nazk_warnings(while the main bit is still inua_nazk_sanctions). This should then not be added to thesanctionscollection, but todefault.These are the API endpoints:
/api/v6/shame//api/v6/boycott//api/v6/military-components/The API is documented here: https://sanctions.nazk.gov.ua/api/
This dataset is multi-lingual, let's make use of
entity.add(prop, val, lang='ukr'):)